Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error sharing vcx
Message
 
 
To
16/08/2001 09:09:39
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00544628
Message ID:
00544662
Views:
22
>I´m working on a project with a team mate and we share the same class library; when one of us tries to run a form, gets the message "Alias already in use" from the line "set classlib to mylib". What could we do to avoid this?
>
>TIA.

you should wrap with command in a if/endif, e.g.
if not "MYLIB" $ upper(set('classlib'))
   set classlib to mylib additive
endif
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform