hi friends
i got error when inserting a date field .I tryed to insert a value (27/05/2008) but got error
"String was not recognized as a valid DateTime"
oUserInvoice.UserFields.Fields.Item("U_DocDate").Value =System.DateTime.Parse(oDS_OINV.GetValue("U_DocDate", 0));
thanks