User Profile

Collapse

Profile Sidebar

Collapse
Leiloon
Leiloon
Last Activity: Sep 19 '07, 09:20 AM
Joined: Sep 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Leiloon
    started a topic create word doc in C#
    in .NET

    create word doc in C#

    SALAM = Hello

    I want to create a word document in my C# application.
    I get some help and example from web and msdn....
    the problem is there is this sentence in sample code:

    object oMissing = System.Reflecti on.Missing.Valu e;
    object oEndOfDoc = "\\endofdoc "; /* \endofdoc is a predefined bookmark */

    //Start Word and create a new document....
    See more | Go to post

  • Dear Shashi,
    your idea didn't work.

    thx
    See more | Go to post

    Leave a comment:


  • Actually I'm doubted about something. the value of dateTimepicker include date and time. but a DATE format in Access is pure date.
    Mabe i should somehow filter the value of dateTimePicker to extract date part of that.
    here is related parts of my code:

    queryString = "INSERT INTO ProductSubjects (PSCode, PSName, PSDescription, CustomerID, , PSBeginDate, PSEndDate) " +
    "VALUES (? , ? , ? ,...
    See more | Go to post

    Leave a comment:


  • Leiloon
    started a topic Date field in Access and datetimepicker in C#
    in .NET

    Date field in Access and datetimepicker in C#

    SALAM = Hello
    I can't move the value of a DateTimePicker in my C# application, to a field in a Access table which is Date format.
    Actually when I inser the record it gives me this error message:
    "Syntax error in INSERT INTO statement."

    and I'v found problem is on date fields.

    what's ur idea?

    thx
    See more | Go to post
No activity results to display
Show More
Working...