Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The program does not search for a table on the server
Message
From
23/11/2004 05:15:11
 
 
To
22/11/2004 15:48:18
Sixto Gonzalez
Smai Developers Ca
Venezuela
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows '98
Network:
Windows 98
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00963599
Message ID:
00963748
Views:
5
Sixto

It looks like you've only included the RELATIVE path to the folders beneath your DEFAULT folder. You can store your network path or whatever in, say, an .INI file and read this. Then the code to pick up your actual path can be like:
lcPathRoot = however_you_get_it    && e.g. like "F:\USER_SYSTEM_PATH\"
lcFullPath = SetUpPath( lcPathRoot) 

FUNCTION	SetUpPath
PARAMETERS	tcPathRoot
LOCAL		lcPath, lcPathRoot

lcPathRoot   = ADDBS( tcPathRoot)
lcPath	    = lcPathRoot + "Base" + ";" + lcPathRoot + "Image" + ";" + lcPathRoot + "Help"
Set PATH to ( lcPath)

Return lcPath
HTH

Terry

>thanks...for your answer..
>
>my set path is:
>
>set path to base,image,help
>
>how as I indicate to it, that it takes the route in the network and not in the one from the local hard disk?
>
>
>Regards,
>
>Sixto
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform