Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stuck in the mud of VFP with a tricky USE and SELECT
Message
 
 
To
23/08/2001 23:31:44
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00548090
Message ID:
00548465
Views:
14
>>Just in case nobody noticed so far, you're missing the +".SCX" in the bolded line, so your path_name has a filename without an extension. Therefore the "USE &path_name && IN 0 SHARED" tries to open a file with a default extension of .dbf, which is most probably not there.
>>
>>BTW, why did you split the pathnames into three parts? I usually have them in memo fields; nowadays they can be rather long, specially with UNCs. Besides, the "drive" part of an UNC may have substantial length.
>>
>>But then it's a different matter, which would deserve a separate thread or a quick poll by Michel: mapped drives or UNCs, pros and cons.
>
>I forgot: if your path name contained any spaces, USE &path_name would break. You'd have to Use "&path_name", or to Use (path_name). Preferrably the second, it was always faster.

Dragan,

Yes, I noticed that, so I just deleted this line at all in my response. I don't see a need for a second variable. I also noted not intuitive name for the variable...
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