All,
I have a form with 5 tabs, which I navigate through using normal buttons on the page (for design aesthetics purely).
Upon loading the form I want only three of these buttons to be enabled.
However, once the third page has been fully completed I want the 4th button to become enabled.
Once the 4th page is fully completed I want the 5th tab to be enabled.
I am trying to work out in which event I would place code to check for this. Would I be putting code to conditionally check to see if the forms have been completed within the on current event of the form?
I was thinking of after update but this would not work correctly if a user exits the form and reloads it as I assume I would disable the buttons originally within the on load event?
Thanks for any help
Chris
I have a form with 5 tabs, which I navigate through using normal buttons on the page (for design aesthetics purely).
Upon loading the form I want only three of these buttons to be enabled.
However, once the third page has been fully completed I want the 4th button to become enabled.
Once the 4th page is fully completed I want the 5th tab to be enabled.
I am trying to work out in which event I would place code to check for this. Would I be putting code to conditionally check to see if the forms have been completed within the on current event of the form?
I was thinking of after update but this would not work correctly if a user exits the form and reloads it as I assume I would disable the buttons originally within the on load event?
Thanks for any help
Chris
Comment