1. the first release of version of Paradox 10 would only allow one instance per machine, which was a bug left over from testing and was fixed by a patch. As for not allowing table-sharing; that's sometimes been a problem with Access but never Paradox, which has been multi-user since somewhere in the mid-eighties !
2. You shouldn't use either the work or the private directories as created by Paradox. Here are the reasons:
a. :WORK: in one country is :ARBEIT: in another, etc ..... very bad for cross-border work !
b. :PRIV: is :PRIVAT: is :PRIVE: .... very bad for cross-border work !
c. some SQL will not function out of a directory aliased :PRIV:
d. You should split your data and code so as to make your application more robust.
My VERY STRONG recommendations:
a. start your application with a command line in a shortcut that provides the private and work directories and also a startup script, which will be the only Paradox code in the :WORK: directory
b. in that script, read an ini file and define all your aliases as project aliases.
c. Once all is set up, continue.
If you want help, rather than doing all that yourself, look on mirwin.homestead.com or
www.tekstlogik.com for the PASS development kit for Paradox - the documentation in it will explain more.
================================================
One of you also says:
<<ver. 10 Is doing fine for me. We upgraded from ver. 8 only because the tech before me ran off with the install cd. But for some reason I can't get my reports to print out on Legal size paper, it keeps cutting it off as if it were printing on Letter size. I wish I could get a copy of ver. 9 to downgrade to!>>
The explanation is that Borland had to cut some corners when they were putting out their last version (7) because their team kept on getting cut back ! The reports suffered rather a lot and, as things got improved by Corel over the releases (7.5 - 8 - 9 - 10) they found that tthere were some really broken bits about there reports by v9, so they rewrote them in v10.
In v10 you can do some nice things with reports, and a lot of the little snits are gone.
Once again, you should be able to find lots of other static snippets on my web site, or that of the Paradox Community.