It looks like you're new here. Sign in or register to get started.
GET(PrimaryKeyFieldValue,SecondaryKeyFieldValue,...);
"Primary Key Field" := PrimaryKeyFieldValue; "Secondary Key Field" := SecondaryKeyFieldValue; ... FIND('=');
CurrForm.UPDATE(FALSE);
Comments
or also:
Maybe it is necessary at the end of your code to put
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
I tried your code and can confirm that the following worked:
Get(Primary Key);
CurrForm.UPDATE(FALSE);
Regards,
SteveA