Hello,
Can anyone explain on what happens when CurrForm.UPDATE; is executed?
Thanks,
Vinod
Hello,
Can anyone explain on what happens when CurrForm.UPDATE; is executed?
Thanks,
Vinod
Use this function to save the current record and then update the controls in the form. If you set the SaveRecord parameter to FALSE, this function will not save the record before the system updates the form.
Can I use this to refresh a Tablebox? Please see my previous post regarding this on the below link.
http://dynamicsuser.net/forums/p/22998/119030.aspx#119030
Thanks,
Yes Update( true ) to save record, update( false ) to refresh without save (enquiries etc)
Only thing to watch is where you call it from.