Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Orphaned / Missing link (?) to the tables
Message
From
18/11/1998 04:18:57
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
17/11/1998 11:57:38
Nelson De Guzman
Credit Union Central of Manitoba
Winnipeg, Manitoba, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00158314
Message ID:
00158645
Views:
13
>BACKGROUND:
>I modified a program - added few lines of codes. Prior to this, the program runs perfectly; no problems in locating the tables used in the program.
>
>HERE'S THE CHALLENGE:
>The program compiled successfully, but when it's executed it is looking for the tables used in the program itself. (These tables are included in the main database which are validated.) Funny thing is, once pointed to the location of the tables (a prompt pops up asking a user the whereabouts of the tables), the program continues without a hitch. Any suggestions / help?
>
>Thanks in advance,
>Nelson
Nelson,
It's likely your addition somewhat closes tables, changes path etc. "...once pointed to the location of the tables.." is the answer itself. You should provide the correct path before it asks to you. Simply add a "set path ..".
lcCurPath = set("path")
lcDataPath = "Your path to tables" && Where you're pointing
set path to (lcCurPath+";"+lcDataPath)
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform