Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quick question
Message
 
 
To
18/06/2001 15:55:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00520739
Message ID:
00520788
Views:
21
>Thanks Mark for responding.
>
>I eventualy want "the end user" to work off the form. I can run myprogram.prg fine as it's seperate entity however, since I am still new working with VFP my head is still in VB land. I want the user to click away if you know what I mean :)

All you have to code is DO MY_PRG_FILENAME
No extension is needed if this is a PRG file. The compile PRG has a FXP extension. For a compiled .APP the command is DO ("MYAPPNAME.APP") By putting the name of the app in parens and quotes, you prevent the program manager from trying to add and include the APP file in the project. If you want the .APP included in the current project, then remove the parens and quotes. Same applies if you want or do not want the PRG file included in your project [you probably want to include it].
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform