Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
My project is turning into a Monster
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00241504
Message ID:
00241747
Views:
13
>>I did a quick test and what happened when I called another .APP was that it returned to the READ EVENTS in the calling .APP. The result was that it was no longer able to reference the forms and programs in the called .APP.
>>
>>How do I get the focus to stay in the called .APP?
>
>One way that works:
>
>Have the main .PRG in the .APP just do a RETURN. Now, all the Forms, .PRGs, etc, are available to be called.
>
>So from your main .APP, you make 2 calls.
>1) DO otherapp.APP
>2) DO FORM forminotherapp
>
>This should keep all the functions from your main .APP available, and give you access to things in the other .APP as well.

Fred,

I tried your suggestion and it worked perfectly for any .PRGs I called. However, when I call a form I get a message that the form does not exist. The form is definitely included in the called .APP but does not exist in the calling .APP. This is exact same situation as the .PRGs yet for some reason it does not work. Any further ideas?

Thanks in advance.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform