jlockley,
Ah, that must be it. I don't use Corel Central, as I heard there were vague problems with it and, well, I have other ways of tracking my addresses.
As far as whether or not Paradox 10 is "substantially" better than 8 goes, well, I would say so, but not perhaps for the obvious reasons. here's what I liked about the differences:
1. Corel ported Paradox from BCC to VC during the Paradox 9 phase. This resulted in some performance improvements and fixed a number of long standing memory leaks.
2. Paradox 10 includes two features I find really spiffy: 1) Runtime as part of the basic purchase and 2) StringLists. The former means I get both the interactive product and the redistributable one for the same price. While I haven't shipped a runtime app in a coule of years, I appreciate having it available for testing purposes.
StringLists are, essentially, text files containing integer identifiers for various string values. They help reduce menus, localization, and other such things. I'm still exploring their best uses, but they've certainly got some potential.
3. Corel did a *lot* of work trying to resolve the long outstanding problems with printing that appeared with Paradox 7.32; that work has gotten better through each iteration and service pack. I'm not convinced it's perfect yet, but it's much better than it was.
4. Paradox 9 added an ObjectPAL method for detecting corrupt tables. While not completely perfect, at least it's now possible to add code to detect the condition without using Delphi.
Having said all that, there are some things that have taken a step backward.
1. In Paradox 9, Corel rewrote the Create/Restructure dialog to use a different keyboard mapping. Personally, I find it far more difficult to use and time consuming than the previous iteraction.
2. It's harder to declare table aliases (monikers) in the current versions. There are some design tricks that I'm still trying to determine how to pull off in the latest.
For the moment, I'm dealing with both by doing most of my table manipulation in Paradox 7 and running the version I need after the tables (and data models) are created).
Hope this helps...
-- Lance