Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Screen=off, Getfile()
Message
General information
Forum:
Visual FoxPro
Category:
Installation, Setup and Configuration
Miscellaneous
Thread ID:
00745697
Message ID:
00745740
Views:
24
>Hi,
>
>In a very small executable I want to let the user choose an app. Then the app, containing a form, will be executed. The app is chosen with the help of GETFILE(). In that phase I don't want the main vfp-window, so I put SCREEN=OFF in the config.fpw. However, this also prevents the visibility of Getfile().
>
>Any other solution?

Peter,
I'm not 100% certain but can't you size and position the screen off the desktop then make it visible? something like
with _screen.
 .top= -100
 .left = -100
 .height = 10
 .width = 10
 .visible = .T.
endwith
Caroline
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform