Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to find if class lib is loaded?
Message
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01249604
Message ID:
01249669
Views:
10
some addition of Naomi's code
you could use like below
If ! lower([myLibrary.vcx]) $ lower(Set([classlib]))
	Set Classlib To Sys(5)+curdir()+[\lib\myLibrary.vcx] Additive
Endif
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform