Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Do command question
Message
 
 
À
02/05/2001 14:27:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00502664
Message ID:
00502675
Vues:
14
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform