Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple Application
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00278192
Message ID:
00278218
Views:
16
Thanks! that works great, the only problem I have now is when I run the program (executable), the program goes to the bottom of all of my programs instead of being on top. any ideas?

>Create a main PRG in that put:
>
>-----
>do form frmMarvin
>READ EVENTS
>-----
>In your CONFIG.FPW put
>--------
>SCREEN=OFF
>--------
>Note that your form you need to issue a CLEAR EVENTS to end the app.
>
>>I'm writing what should be a very simple app and I want the form to be the application, but I don't want the Visual Foxpro Window or menu.
>>
>>So in the init event of the form
>> Application.Visible = .F.
>>
>>and in destroy
>> Application.Visible = .t.
>>
>>In the VFP environment the VFP window remains, but the form at least works, but when I compile it to an EXE the app loads then disappears without any interaction. Any ideas?
Marvin Masson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform