Hi,
Can anybody help me with the following, I have a form that contains the data from within the database.
I created a button that is linked to a control application, and where the user can confirm a change to the data. The data is updated (in OnValidateSuccess) with sc_exec_sql. The control is closed with sc_exit(), also in OnValidateSuccess.
The update itself is correct (database is ok), but the data in the form is not refreshed.
Is there a way to get this working correctly, I have tried several ways but none of them seem to work?
any help appreciated,
Glenn