Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error sharing vcx
Message
 
 
À
16/08/2001 09:09:39
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00544628
Message ID:
00544662
Vues:
20
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform