Pardon the wall of text...
I've been a long time Paradox developer and Corel has no further interest in advancing the product. I've stretched PDX far beyond it's inherent base functionality via the win32api and my own custom DLL's which I've written with MASM32. For the curious, see http://www.crooit.com or http://www.thedbcommunity.com (search my name).
I like what I've read so far. Stand alone exe's without dependencies is very appealing to me and I have a large and complex PDX application that I've decided not to deploy beyond my test client since I don't want to hassle with current and future PDX compatibility problems. I'd rather pay the price and port it to another technology.
I like the forms functionality and the 3rd party add-on's I've read about.
I like the various database options. The whole SQLLite series is what I'm used to having. I'm also accustomed to performing a series of queries and using intermediate tables from one query as the source for the next. Is this directly supported?
In my apps, each user/application instance has a local and unique folder that I can work with for temporary file/table/db storage. Will I to have to build this functionality myself?
I assume that forms I might design and generate include skeleton event handlers that are available to customize. Is that the case?
What is the status for report designs - particularly bound to a data source? I've seen that DDOC is available for preview/print which I would use.
I'll probably have more questions later. TIA for taking time to assist me here...
Rick Kelly

I've been a long time Paradox developer and Corel has no further interest in advancing the product. I've stretched PDX far beyond it's inherent base functionality via the win32api and my own custom DLL's which I've written with MASM32. For the curious, see http://www.crooit.com or http://www.thedbcommunity.com (search my name).
I like what I've read so far. Stand alone exe's without dependencies is very appealing to me and I have a large and complex PDX application that I've decided not to deploy beyond my test client since I don't want to hassle with current and future PDX compatibility problems. I'd rather pay the price and port it to another technology.
I like the forms functionality and the 3rd party add-on's I've read about.
I like the various database options. The whole SQLLite series is what I'm used to having. I'm also accustomed to performing a series of queries and using intermediate tables from one query as the source for the next. Is this directly supported?
In my apps, each user/application instance has a local and unique folder that I can work with for temporary file/table/db storage. Will I to have to build this functionality myself?
I assume that forms I might design and generate include skeleton event handlers that are available to customize. Is that the case?
What is the status for report designs - particularly bound to a data source? I've seen that DDOC is available for preview/print which I would use.
I'll probably have more questions later. TIA for taking time to assist me here...
Rick Kelly
Comment