Hello all,
I created a program to update certain data. In event onValidate before executing the query I want to display the data which is stored in database and also a confirmation message if the user still want to change or not.
If the user presses the ‘Yes’ button, then the update query can be executed. If the user presses the ‘No’ button, then the update query is not executed.
How to do this with Scriptcase?
I already try sc_confirm but can’t show the variable’s value.