Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to hide pageframe page such as checkbox click code
Message
From
28/03/2006 08:35:35
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01107214
Message ID:
01108322
Views:
15
in the Click Event of the checkbox which is on the 1st page of your page frame, you should have the following code -

If ThisForm.pgfPageFrame.pgOne.chkBox.Value = 1 && is checked
ThisForm.pgfPageFrame.pgFour.Visible = .T. && page4 is visible
Else
ThisForm.pgfPageFrame.pgFour.Visible = .F. && page4 is hidden
Endif
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform