Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do I hide a screen?
Message
From
04/08/1997 15:17:16
 
 
To
04/08/1997 13:59:23
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00043087
Message ID:
00043107
Views:
34
>I need two different data entry screens on the same FORM.
>How do I hide one of the two screens and call
>the another when I need it?
At least two ways to handle this:
1) Create a pageframe with two pages, one for each data entry "screen". Then, enable and disable each page according to the screen to be displayed.

2) Hide un-needed items and re-display needed items. Use ThisForm.SetAll() to enable/disable the Visible property of the items.
-RW-
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform