Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
I just need a minor change in Toolbox
Message
 
 
To
13/08/2008 12:23:23
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01338244
Message ID:
01338584
Views:
12
This message has been marked as the solution to the initial question of the thread.
>From my example, if I find a string say "MyLib" in the [C:\xxx\yyy\zzz\ClassLibName], I would like the path spec to be replaced with "pPATH", that means the insertion will become:
>
>oObjName=NEWOBJECT([ClassName], pPATH + [ClassLibName])

You can create an UDF to do that (say TBX_ChangeClasslib()) and change template to
<<objectname>>=NEWOBJECT("<<classname>>", "<<TBX_ChangeClasslib(classlib)>>")
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform