Axhelp
For beginners
Home
Home
Thursday, September 25, 2014
How to set null value in reference control on a Form
ABCTable _ds.object(fieldNum(ABCTable, Field1)).setValue(0);
ABC_ds.rereadReferenceDataSources();
Or
ABCTable _ds.object.Field1 = 0;
ABC_ds.rereadReferenceDataSources();
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment