Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Overlapping forms
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
00991665
Message ID:
00991900
Vues:
17
>>Did You have somewhere _screen.LockScreen = .t.?
>
>Nowhere in either form actually

O! I now realise tha You made a ShowError form Modeless for testing. So the execution of the program didn't stop after DO FORM..
i.e.
.Visible  = .f.
DO FORM ShowError ....
.Visible = .t.
&& This line is executed immidiately after DO FORM ShowError and because the ShowError is not modal VFP didn't stop execution of
&& this code until the form being closed. So the main form just flashes :o)))
You can test a littile
Make a ShowError form Modeless again and do:
.Visible  = .f.
InKey(0)
DO FORM ShowError ....
InKey(0)
.Visible = .t.
to see what happens
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform