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....
User Profile
Collapse
-
Dear Shashi,
your idea didn't work.
thx -
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 (? , ? , ? ,...Leave a comment:
-
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
No activity results to display
Show More
Leave a comment: