Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Path problem
Message
From
30/11/2002 20:00:21
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Path problem
Miscellaneous
Thread ID:
00728424
Message ID:
00728424
Views:
34
My routine is like this:


SET PATH TO C:\SONDA\progs\; C:\SONDA\forms\; C:\SONDA\menus\;C:\SONDA\data\; C:\SONDA\graphics\
OPEN DATABASE C:\Sonda\Data\Data shared
*
CLEAR
IF ! USED('RUOTES')
USE RUOTES IN 0 ALIAS RUOTES
ENDIF


\SONDA\data is the route where are located my tables, but when it gives my an error when trying to open the table called ROUTES (the program search the table in C:\SONDA\ instead C:\SONDA\DATA), what I´m doing wrong?
By the way: how much path routes does VFP 6.0 supports ?

Thanks in advance.
Carlos Burgos
Next
Reply
Map
View

Click here to load this message in the networking platform