Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to make a Page in a PageFrame invisible
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
How to make a Page in a PageFrame invisible
Miscellaneous
Thread ID:
00414026
Message ID:
00414026
Views:
60
I have a Pageframe, and depending on Form Parameters, I want to
make one of the Pages Visible or Invisible.

I dont see a 'Visible' property for a page so I'm wondering how is this done ? . I know it can be 'Removed', but How do I add it back in again if I go down this route.

Is there someway I can do the following:

If MYflag = 1
ThisForm.pgfPageFrame.Page1.Visible = .T.
Else
ThisForm.pgfPageFrame.Page1.Visible = .F.
Endif


Regards,
Gerard
Next
Reply
Map
View

Click here to load this message in the networking platform