Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enable a form
Message
From
02/01/1998 11:43:47
 
 
To
02/01/1998 10:53:13
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00068674
Message ID:
00068926
Views:
55
I'm guessing you mean how to do this while you're debugging?  You can try setting the form enabled and visible properties to .t.  Or just release them.  Are you not sure how to reference them?  Here's a quick and dirty way...

ni = 1
do while .t.
_screen.forms(ni).visible = .t.
_screen.forms(ni).enabled = .t.
ni = ni + 1
if type('_screen.forms(ni)')<>'O'
  exit
endif
...snip
>enabled=.F. But sometime, due to the programme error, all three forms are "disabled" and visible=.F. also. After that, I cannot close the formset and cannot modify the form unless quitting VFP. So, I would like to know if there is any other way except quittin gVFP. Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform