Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Build directory structure
Message
 
 
To
13/08/2009 12:38:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01417859
Message ID:
01417931
Views:
62
>I have run more testing and I am getting rather interesting results.
>I am running my testing locally now and using the following:
>o = NEWOBJECT('classlib.classname', "networklocation\exename.EXE")
>That works as slow.....

Should it be (also don't like one letter name)

NEWOBJECT(cClassName [, cModule [, cInApplication


obj = NEWOBJECT('classlib.classname', "classlib.vcx","networklocation\exename.EXE")

>Next, I am doing this:
>o = NEWOBJECT('classname', "networklocation\classlib.vcx")
>Works 1000 times faster. What am I missing?
>
>>Hi Mark,
>>
>>that looks pretty optimized...
>>
>>Can you store the directory structure in a table and provide a Refresh button on the user interface to re-read the structure upon request?
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform