Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Excluding a vcx class library from the project
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01057013
Message ID:
01057463
Views:
9
>>>>
>>>>Distributing your customer specific form class as part of a separate app should work just fine. Just be sure to specify your do command as DO ("mycustrep.app") to keep your app from being pulled into your main project.
>>>
>
>If I might ask you a follow up question, please. When calling the custom report form, do I need to have a Main .PRG in the "MyCustRep.APP"? Or do I need to create my report form as a Form instead of a form class in a .VCX file?

If, when using an APP file with the DO syntax, you do need a "main". This serves as the entry point for the application. You can pass parameters to it to further control what's done in the app.

Remember that the only differences between an APP and an EXE is that an APP doesn't contain the header information that's needed to load it directly from Windows and APPs run in the same address space as the caller. EXEs run in a separate address space.
George

Ubi caritas et amor, deus ibi est
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform