Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Avoiding unknown references
Message
From
09/07/2000 21:09:28
 
 
To
09/07/2000 21:00:11
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00390009
Message ID:
00390071
Views:
11
>>Have you done a SET PROCEDURE TO? Have you included the main .EXE in the sub .EXE projects and excluded it so that they know to search it for resources?
>>
>>Finally, you're firing off the sub-exe with DO, not RUN or an equivalent, or a COM connection?
>
>We do not have SET PROCEDURE TO. We do not have included the main EXE in the sub EXE.
>
>We fire the sub EXE with:
>
>DO MyEXE.EXE

If all you're trying to do is get it to compile without errors, change your code to:

DO ('MyEXE.EXE')

This should leave all the procs/funcs of your currently executing EXE available to be called at anytime in the MyEXE.EXE as needed.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform