Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Overlapping forms
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00991665
Message ID:
00991900
Views:
20
>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform