Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Orphaned / Missing link (?) to the tables
Message
De
18/11/1998 04:18:57
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
17/11/1998 11:57:38
Nelson De Guzman
Credit Union Central of Manitoba
Winnipeg, Manitoba, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00158314
Message ID:
00158645
Vues:
14
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform