Hi,
Where can I find the TABBED_TEMPLATE form that is supposed to be in the create event of the "EXAMPLE" application. The form "Doesn't Exist" in that application, at least not in my copy. I wanted to see the "NEXT" property in action.
Thanks,
Marty
If this is 9.x you will probably find there are several events missing as well
Marty,
The TABBED_TEMPLATE is an old method. It was used to create a tabbed look and feel functionality. The product now contains a TABCONTROL that can be placed on a form. The Help for the TABCONTROL contains source code for manipulating the control.
If you are looking for details on how to use NEXT and BACK buttons, there is a routine named WIZARD within SYSPROG which is used by the Wizard Designer in the User Interface Workspace. You may want to create a quick Wizard using the Workspace. Once created you can then place a debug in the WIZARD source, run your new Wizard and review the routine in action.
Sean
David,
Thanks for the response. I'm using 7.2. Oh, well. I've moved on and worked around it.
Marty
Sean,
Thanks for the response. I've worked around it. I will look at the WIZARD and check it out to see if I want to re-do everything.
Marty