Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Excluding a vcx class library from the project
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01057013
Message ID:
01057463
Vues:
10
>>>>
>>>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform