Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Avoiding unknown references
Message
From
09/07/2000 21:16:53
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00390009
Message ID:
00390075
Views:
11
>OK, in your sub.EXE you might have to make your references to the main .EXE not show up in a similar fashion.
>
>If you're calling something with a DO whatever, change it to DO ('whatever'). If it's a function call, you can use macro substitution:
>
>myfunc = 'whatever'
>lRetVal = &myfunc(param1,param2,etc)

Yes, this is what I was trying avoid. We have hundreds of calls to them from various programs.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform