Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compiled Project to .APP doesn't seem to include forms?
Message
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00745080
Message ID:
00745423
Views:
27
PMFJI,
The problem, if I understand it is that your .app is just a collection of forms and you are actually calling DO FORM Someform from the application object in your .EXE and the .EXE cannot see the forms in the .app file. Is this the case?

Since DO FORM does not have the IN clause like DO FORM SOMEFORM IN MYAPP.APP, the DO FORM has to be called from the .app which can see the forms contained within.

Can you call your .app with a parameter to run a specified form like DO MYAPP.APP with Someform and within the app, call do form using the passed form and return a reference to the form back to your exe?




>What functions don't work in the .APP? I wasn't aware of any?
>
>Basically my rationale is that once the whole system is compiled and given to the end-user, the user can't go to windows explorer and try to run some .EXE file that isn't meant to run on it's own.
>
>I'd really like to hear about any functions that don't work in the .APP though. It's interesting that you said they are less secure?
>
>-Don Knoup
>
>>You could have accomplished the same task using separate exe's besides some functions don't work in apps and apps offer less security in my opinion than exe's. I just don't think there is a good rationale for distributing Applications as app files as opposed to exe's.
>>
>>Would like to read your viewpoint or any other opposing viewpoints.
Previous
Reply
Map
View

Click here to load this message in the networking platform