Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Local View Problem
Message
From
09/05/2003 11:37:19
 
 
To
06/05/2003 11:06:40
General information
Forum:
Visual FoxPro
Category:
CodeMine
Miscellaneous
Thread ID:
00785392
Message ID:
00786804
Views:
25
This message has been marked as the solution to the initial question of the thread.
If I am following this correctly, you have a DBC on a server and then you have a table in that database on another server. Do you have that table location anywhere in your defined data paths?

In codemine you have 3 possible data paths,
common, local & shared.

Sounds to me like you need to setup that third path oapp.cpathcommon. That path is intended for a shared application path, but since your database is split up, you may need to use it.

Otherwise, youll probably have to just USE the table before the the view is created in your dataenvironment. ANd that defeats the purpose of the view.

Oh another tidbit, that's not in the codemine documentation?
Set the cFilesCommon property of the frmAppInstallDialog to the list of files that should be in the common folder. Then the common path box will show up at installation

Just some ideas, hope it helps.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform