Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Screen flashing when changing screens
Message
From
23/03/2016 11:50:38
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
 
 
To
23/03/2016 11:42:24
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01633610
Message ID:
01633626
Views:
55
>I use the form designer, and don't create it programmatically, so, how would I implement your advice in this situation?

I allways forget that one can use scx's. To me a form is a class, and I instantiate with CREATEOBJECT and NEWOBJECT, so I have to turn visibility on myself anyway.
I have all my forms as VCX and work in general without any designer.

What you can try (never done this)
DO FORM XYZ NOSHOW
and in the forms INIT event as very last line until RETURN
THIS.VISIBLE = .T.
I guess a form handler that could do something similar to
DO FORM XYZ TO loSomeVar NOSHOW
loSomeVar.VISIBLE = .T.
might be to complex. You understand, this needs some handling of an array or something the like for the forms open and more stuff.
Words are given to man to enable him to conceal his true feelings.
Charles Maurice de Talleyrand-Périgord

Weeks of programming can save you hours of planning.

Off

There is no place like [::1]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform