Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error # 1435 needs a solution
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00824927
Message ID:
00825223
Views:
50
Hi

The Code is Like (this is only the example)
Select cCustomer
Append Blank
Replace CCode with thisform.ccode.value
Replace Name with thisform.name.value
Replace Address with thisform.address.value

if TABLEUPDATE(1,.T.)
  messagebox("Record Saved")
else
  Messagebox("Error Occured")
  TABLEREVERT(.T.)
endif 
in this case i'm showing only 3 fields but in actual i'm saving more than 45 fields for customer master database. and if i leave some fields blank then this error occurs and if i fill in all the fields then this error is not occuring.

Please Help
Anwar
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform