Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Focus on Particular Tab of Pageframe
Message
 
To
29/08/2005 02:45:33
Sunil Kejariwal
The Software Workshop
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 6
Miscellaneous
Thread ID:
01044689
Message ID:
01044700
Views:
14
Hi,

> Now I want to make the 2nd Page (tab) appear on certain condition of Next Button click. How can I do that ?

To activate the second page you can use code like this in the Click event of the Next button:
This.Parent.Parent.ActivePage = 2
This.Parent.Parent.Page2.SetFocus()
--
Christof
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform