Hello Everyone
Hope this is not too dumb a question as I dont have too much experience using classes.
What code could be recommended to make the location of a class library independent of a particular drive letter?
In other words, I would like to use a form (compiled through IDE or EXE) on one computer where the vcx might be located on c:\foxpro\mylibrary.vcx while on a laptop or another computer it might be f:\user\library.vcx.
I keep thinking a simple if or iif or icase statement would help the mess i find myself in with error instantiating class/unable to find........
Thanks for any help
Hope this is not too dumb a question as I dont have too much experience using classes.
What code could be recommended to make the location of a class library independent of a particular drive letter?
In other words, I would like to use a form (compiled through IDE or EXE) on one computer where the vcx might be located on c:\foxpro\mylibrary.vcx while on a laptop or another computer it might be f:\user\library.vcx.
I keep thinking a simple if or iif or icase statement would help the mess i find myself in with error instantiating class/unable to find........
Thanks for any help