Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating an app that is the form
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00566052
Message ID:
00566057
Views:
10
>I'm working on a very small app that is based on one form. Once compiled, I'd like it to start without the foxpro window and menu at all, so all you see is the form. Is this possible? I found some info about making mdi apps in the documentation to no avail. Thanks!

Set ShowWindow property of the form to 2 - As Top-Level Form and add Screen=Off to the config.fpw. Than in your main program
SET TALK OFF
SET DELETE ON
....
Do Myform
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform