Skip to Content
0
Former Member
Sep 25, 2008 at 10:31 AM

Can't assign value to EditText

57 Views

Hi All,

I'm going to update a UserField as follows,

oInvoice.UserTable.Fields.Item(U_BP1_FACT_KID).Value = "21376239990"

iRet = oInvoice.update();

But it gives "Invalid valid value '' in Enum 'BoYesNoenum'"

errorCode = -1013

Buddhika.