Osa,
I reckon you can do it slightly differently, very briefly more or less...
- Add a local CheckBox: Please Confirm, default NO.
- p_web.ssv('Confirm',0) when you initialise the form, and remember values that are important for the check
- In the Unhide for the Checkbox p_web.gsv('Confirm') = 1 (Or Hide the other way around I can't remember without checking)
- When the user change a value, make sure to set the 'Confirm' Session Value and add the Checkbox to your list of Reset fields
- Obviously when a value then change the checkbox will appear as some sort of Yes/No Question
When user press Save, check that the CheckBox is YES/ON when p_web.gsv('Confirm') = 1
Cheers
Charl