Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Plain Jane Example
Message
 
To
18/07/2000 18:25:26
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00394082
Message ID:
00394093
Views:
18
>Does anyone have some sample code I can rummage through that runs a form in the windows desktop without all the application background and menu bar. I'm new to FoxPro, and I'm trying to run a simple form but I can't get it to show up by itself. I'd like to use a clean project without using the setup wizard and just use the forms and classes I want, but I can't find an example.
>
>Thanks everybody

I don't have one you can use... but;

In your CONFIG.FPW
SCREEN=OFF


MAIN.PRG in your Project
DO FORM myForm

READ EVENTS



myForm.scx
Queryunload()
CLEAR EVENTS

.showwindow = 2 'As Top Level Form'


Those are the main points to get it to work.

HTH
Wayne Myers, MCSD
Senior Consultant
Forte' Incorporated
"The only things you can take to heaven are those which you give away" Author Unknown
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform