NetTalk Central

Author Topic: form tab wizard problem  (Read 1826 times)

kashiash

  • Newbie
  • *
  • Posts: 48
    • View Profile
    • Email
form tab wizard problem
« 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 ?

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: form tab wizard problem
« Reply #1 on: April 19, 2010, 07:21:41 PM »
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.