Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Build executable of a form
Message
From
06/05/2003 10:48:12
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00785318
Message ID:
00785390
Views:
9
>Hello,
>
>I would like to build an excecutable of a form I made. When I launch the executable I want to see my form and nothing else. I'm still using VFP 5.0. When I launch the excecutalbe, my form is displayed within another form with a menu with following options: "File", "Edit", "Window" and "Help". When I close my form that window stays open. What did I do wrong ??
>
>Greetings,
>Hans

Hello Hans

Nice to see you here

In the form properties set the ShowWindows to 2 (as a top level form)

In your config.fpw
SCREEN=OFF
SYSMENU=OFF

The config.fpw can be part of the Exe

Note that the form can not be modal (I think) you must use a read event.

Hope the whole family is well kind regards

Xavier
Previous
Reply
Map
View

Click here to load this message in the networking platform