Hi,
On a wizard form I have a tab that should sometimes be hidden.The tab has an equate ConsentForm and a hide condition p_Web.GSV ('Underaged') <> '1'. I found this condition in the generated source in the Value:ConsentForm routine. This routine is not called anywhere - except on a field that I have this tab to reset.
I would expect that the condition should be evaluated by calling the routine when the form is initially generated. Would it then help for me to call this routine in the GenerateForm routine?
Thys