Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open table in another DBC
Message
 
To
01/02/2004 15:15:20
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00872779
Message ID:
00872809
Views:
20
Hilmar,

Thanks for the response.

Here's the extracted code that applies here:

*-- the "goGV" is an object created in main program

*-- open the NNACL and LDBilling database containers
OPEN DATABASE goGV.NNACL_Path+"NNACL"
OPEN DATABASE goGV.DataPath+"LDBilling"

*-------------------------

*-- in another program

lcNNACL = goGV.NNACL_Path + "NNACL!nnacl.dbf"
USE (lcNNACL) IN 0 ALIAS nnacl

lcACTexas = goGV.NNACL_Path + "NNACL!actexas.dbf"
USE (lcACTexas) IN 0 ALIAS actexas
SET ORDER TO actexas IN actexas

lcManlBill = goGV.DataPath + "LDBilling!manlbill.dbf"
USE (lcManlBill) IN 0 ALIAS manlbill
SET ORDER TO manlbill IN manlbill

*------------------------

The error I am getting is:

File 'c:\develop\ldbilling\nnacl.dbf' does not exist.

The file is contained in the 2nd application database
container. Both databases are included in the project.
I even tried:

"SET DATABASE TO nnacl" before the "USE" and still get the error.

Thanks for your help.

Harry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform