Join Today for a free account, or Sign In if you are already a member.
Paradox Group
Welcome Guest!
This page is the Paradox Group home page (summary page).
Corel Paradox
Corel Paradox for Windows and ObjectPAL group (was Borland Paradox). Covering all versions of Paradox for Dos, Paradox for Windows, and Paradox for Linux including help with the BDE and Paradox tables.
Welcome Paradox power-users and ObjectPAL developers!
Start Here: Everyone Articles
We have tons of info here, but the following are important Paradox articles everyone should read:
I've inherited a Paradox 9 application that needs to be cleaned up and stabilized. The biggest single problem is that all users have access to the full version of Paradox so they go in an make copies ...
I recently wrote a piece of code that locked up paradox and i hit Ctrl + Break a bunch of time to try to get it to stop. No Success - had to pull up task ...
Hi thereI'm new to ObjectPAL and enjoying learning! I'm working with a Paradox database that has a password assigned to all the tables (the same password). Howe...
I've inherited a Paradox 9 application that needs to be cleaned up and stabilized. The biggest single problem is that all users have access to the full version of Paradox so they go in an make copies ...
Are you getting error messages during startup?
Have you double checked the netdir setting in the BDE?
What about the drive mapping of the Q drive on the Win7 PC?
I have downloaded the StruList Utility, but the Installation documentation is missing.. do you still have that? The Strulist is experciencing problems and I am sure it is my mistake in ins...
I have Paradox 9 Developer Edition installed on two machines here in my cube. On one machine I am running Win 2k (for testing legacy applications) and the other runs Win XP.
Both ma...
No. Actually Paradox 7 "table structure" is the latest very flexible table structure. The only table structures are 1...3.x, 4.x, 5, and 7. No such thing as a Paradox 9 or 10 or 13 table structure.
If you ever have a calculated field on a form not update when you think it should, then you can use the ObjectPAL method forceRefresh() to make the calculated field display the correct values. This can occur, for example, when you update a field involved with a calculated field using a TCursor.
In Paradox, use an sqlQuery block to call store procedures. The following code uses an sqlQuery block to call an Oracle stored procedure. Use the syntax of whatever SQL server you're going against. With Oracle, if I remember correctly, you use an "execProc" or "exec" command.
sqlQuery = SQL ;execute proc here ENDSQL
if not dbSQL.executeSQL(sqlQuery, tcAnswer) then errorShow() endIf
Definition of the Week Project Alias:
A project alias, like public aliases, point to a folder. Project aliases are stored in the PDOXWORK.CFG file, which is loaded whenever you change working directories.
You can create either a public or project alias. A project alias, like public aliases, point to a folder. Project aliases are stored in the PDOXWORK.CFG file, which is loaded whenever you change working directories. You can think of project aliases as aliases that belong to a certain project stored in a specific working directory.
Standards help ensure a successful end product. Our standards include a documented software development process (the recipe for building software), and a coding convention (which guides us on the details of using specific software). Our standards are here for you or your organization to adopt!
PrestoEdit The serious programmer's editor of choice! Advanced multi-tabbed source code editor includes support for HTML, ObjectPAL, C++, Batch files, Delphi, SQL, Java, VB, Perl, and more.
Paradox Power Programming By Mike Prestwood. The official developer's guide to ObjectPAL and Paradox. The Most Complete Guide to Programming in Paradox. This book explains how to use the key components of Paradox programming, including ObjectPAL, Database Design, Object-Based Programming, SQL, Crosstabs, Graphs, Application Framework, Runtime, and Distribution Expert.
Workbench for Paradox Add 50+ options to Paradox. Workbench is an add-on suite of tools for the 32-bit version of Paradox and is geared toward speeding up the development of business database applications. This tool suite installs right into Paradox's Tools menu giving you easy access to over 50 options.
psSendMail DLL Send e-mail directly from your application. Works with all 32-bit Windows development environments and includes Paradox, Access, and Visual Basic examples.