Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I can show a VFP window/form without deactivate the curr
Message
From
05/05/2004 10:43:29
 
 
To
04/05/2004 14:21:30
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00900864
Message ID:
00901198
Views:
22
This message has been marked as the solution to the initial question of the thread.
Privet, Fabio

try this:

lofrm=CREATEO('myForm') && or DO FORM myForm NAME loFrm NOSHOW
lofrm.Visible=.F.
lofrm.AlwaysOnTop=.F.
lofrm.AlwaysOnBottom=.T.
lofrm.Visible=.T.
lofrm.AlwaysOnTop=.T.
There's never enough time to do it right, but always enough time to do it again.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform