debug to line : FieldsOEHeader.FieldByName["CUSTOMER"].set_Value();
is error Error HRESULT E_FAIL has been returned from a call to a COM component.
help me, please
debug to line : FieldsOEHeader.FieldByName["CUSTOMER"].set_Value();
is error Error HRESULT E_FAIL has been returned from a call to a COM component.
help me, please
It's probably the way you are setting the date value. I do this:
oARIBH.Fields.FieldByName("DATEINVC").SetValue(poInvoiceCreditNote.DocumentDate.ToOADate(), true);
It's probably the way you are setting the date value. I do this:
oARIBH.Fields.FieldByName("DATEINVC").SetValue(poInvoiceCreditNote.DocumentDate.ToOADate(), true);
*Community Hub is the new name for Sage City