Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I run a only one Form Exe ?
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00763758
Message ID:
00763766
Views:
23
>Hi to everybody
>
>My Little project has:
>
>configbd.prg -> Main program
>configbd.scx -> Modal form
>
>The configbd.prg has:
>
>DO FORM configbd
>read events
>
>The form configbd.scx has a command buttom that do:
>
>Click -> CLEAR EVENTS
>
>When I generate the exe it doesn not run outside VFP7
>(it don't show anything)
>
>Any Help will be very apreciated
>
>Thanks
>Amilcar Pino

Sounds like you've got SCREEN=OFF in your CONFIG.FPW. In order to utilize that, you need to make youe form a TopLevel form. (via the .ShowWindow property) It needs to be set to 2, as top level form.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform