Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Program Distribution
Message
From
29/09/1998 11:09:48
 
 
To
29/09/1998 11:04:56
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00138234
Message ID:
00141949
Views:
17
>John,
>
>Thanks for your reply. I took the tables out of my project & rebuilt the executable, ran the setup wizard using netsetup for my distribution. I run the setup on a computer that does not have VFP. When I run the program, I am receiving an error message - ALIAS locompany is not found. locompany is part of my command - DO FORM selectco NAME locompany.
>
>Any suggestions? Thanks again for your help!

The command itself seems to be OK, but I guess you use later on something like locompany.property1=..., and here the problem can arise. Basically, you should link form object to some other object (usually oApp) property:
DO Form myform NAME oApp.myform LINKED
and use oApp.Myform.Property/Method to make code reference to the new form.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform