Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I just need a minor change in Toolbox
Message
 
 
To
14/08/2008 02:07:08
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01338244
Message ID:
01338824
Views:
11
I'm glad it works for you.

>I do what you have suggested with a slight modification:
>
><<objectname>>=NEWOBJECT("<<classname>>", <<TBX_ChangeClasslib(classlib)>>)
>
> i.e. I remove the pair of double quote from the TBX_ChangeClasslib(classlib) portion.
>
>My UDF reads
>
>LPARAMETERS cFileSpec
>LOCAL cResult
>
>DO CASE
>      CASE [\HLIB\] $ UPPER(cFileSpec)
>	cResult = [pcPATHhlib + "] + JUSTFNAME(cFileSpec) + ["]
>      OTHERWISE
>	cResult = cFileSpec
>ENDCASE
>RETURN cResult
>
>
>and I get exactly what I want. Again BIG THANK to you!
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform