Tabbed_Template (OpenInsight 32-bit Specific)
At 04 JAN 2010 09:39:34PM Marty Rosenbloom wrote:
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
At 06 JAN 2010 01:44PM DSig (SigSolutions) wrote:
If this is 9.x you will probably find there are several events missing as well
At 06 JAN 2010 04:39PM Sean FitzSimons wrote:
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
At 06 JAN 2010 05:23PM Marty Rosenbloom wrote:
David,
Thanks for the response. I'm using 7.2. Oh, well. I've moved on and worked around it.
Marty
At 06 JAN 2010 05:25PM Marty Rosenbloom wrote:
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