Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
aVcxClasses() - can be used in run-time?
Message
De
18/08/2005 12:47:08
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01041981
Message ID:
01042014
Vues:
25
>Hi everybody,
>
>I have the following piece of code:
>
>=avcxclasses(laClasses, JUSTFNAME(this.classlibrary))
>
>The library aSearchControls in build into the project. In the run-time I'm having an error that classlibrary doesn't exist. Is this function for development only? I put justfname function trying to solve the problem, but the problem persists. I can not replicate it in my development system when running from IDE.
>
>Should I remove that piece of code completely?
>
>Thanks in advance.


Hi Naomi,

Try JUSTSTEM
=avcxclasses(laClasses, JUSTSTEM(this.classlibrary))
HTH
Herman
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform