NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: kashiash on April 19, 2010, 11:37:08 AM
-
I make a form with wizard and put some code in postinsert and postupdate routines, code in these routines is executed when i press save button and this is ok
but when i use next button on wizard and press finish button - then from is closed but code in post insert is not executed.
where should i put code for execute after pressing finish button on form wizard ? or maybe i make something wrong ?
-
Try putting a debug point in Validate All to see when that code is called. My experience is that if that code runs and there is nothing invalid it will not run again. I had this problem running reports where I wanted to let the user run several reports and have them close the Form.