Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
aVcxClasses() - can be used in run-time?
Message
From
18/08/2005 12:47:08
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01041981
Message ID:
01042014
Views:
26
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform