Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do command question
Message
 
 
To
02/05/2001 14:27:22
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00502664
Message ID:
00502675
Views:
15
This message has been marked as the solution to the initial question of the thread.
>I already did. My code looks like this:
>
>
PROCEDURE command6.CLICK
>thisform.SetAll("Enabled",.F., "CommandButton")
>Do form SITECODE
>thisform.SetAll("Enabled",.T., "CommandButton")
>WAIT
>
>I put the WAIT in just to see if the pgm was pausing. As soon as the form opens, I see the wait message

If the form is a Top-level form, it can't be Modal. VFP coerces the WindowType property to 0 when the ShowWindow property = 2. Check the ShowWindow proeprty and change it to 0 and set the Desktop property to .T. if you want the form to operate outside of the VFP screen.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform