Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to use multiple DBCs
Message
From
15/11/2001 14:40:01
 
 
To
14/11/2001 19:59:11
General information
Forum:
Visual FoxPro
Category:
CodeMine
Miscellaneous
Thread ID:
00581865
Message ID:
00582296
Views:
20
codemine has provisions setup for multiple databases. If you recall, when you install your app it will ask you for a local directory and a shared directory. If it is setup properly it will actually ask you for the commonpath also. See cmapplicationmanager.cPathCommon.

go to the appforms.frmAppInstallDialog
and set the cFilesCommon property to a list of files that should be included and the common path box will show up the next time you install.

cFilesCommon=mydata.dbc,mydata2,dbc

goapp.install()
Previous
Reply
Map
View

Click here to load this message in the networking platform