image\NEWLOGO.gif

 

Welcome to dBASE Plus !

dBASE Plus is a major landmark in the long history of this legendary, state-of-the-art database development environment. It's the first 32-bit dBASE release in years. It's the first 32-bit release under the stewardship of dBASE, Inc. It fixes more bugs than any previous dBASE release. It marks the launch of the dBASE Plus Subscription. It signals the start of the third generation of dBASE – one led, staffed and supported by users and developers like yourselves. Perhaps most important, dBASE Plus sends a powerful message:

The dBASE Newsgroups:

The dBASE Newsgroups, located at news://news.dBase.com, are a place where dBASE users and developers can obtain peer support and exchange information, tips and techniques. We encourage members of the dBASE community to assist each other with technical questions. Please read the Newsgroup Guidelines before participating.

For more information about Newsgroup Guidelines, and configuring your newsreader, visit the dBASE website at www.dBase.com.

The dBASE Plus Knowledgebase:

Your dBASE Plus package also contains a full copy of the new Knowledgebase in HTML format. To use the Knowledgebase, double-click on the file "kbmenu.htm" in the \KB folder on your installation CD.

Topics and information include:

Newsgroups Support

FAQs

Programming how-to articles

The dBASE User’s Function Library Project files (dUFLP)

A complete list of changes and bug-fixes

The dBASE Plus Knowledgebase is also available on the dBASE Inc. website; http://www.dbase.com. The Knowledgebase is an ever expanding repository of all things dBASE. Check our website frequently for updates!

Note: This site can also be accessed through the dBASE Plus Help menu

Summary of new features and fixes:

This version of dBASE Plus is the first to support Windows XP Themes and Visual Styles.

Upon opening dBASE, you should immediately notice its improved, more modern-looking interface - notebooks have a subtle gradient background, buttons are rounded instead of squared and colors generally appear more coordinated throughout the entire environment.

Your applications can also employ Windows XP Themes, lending a more up-to-date and consistent appearance when running under Windows XP.

This is accomplished through the use of a manifest file, a special XML-based file that enables System Themes in Windows XP.

For all dBASE Plus applications, the name of this file is "PlusRun.exe.manifest", and it must reside in the same folder as the dBASE runtime executable (PlusRun.exe)

To disable the XP look in dBASE Plus, simply remove or rename the “Plus.exe.manifest” file in Plus/Bin folder. To disable the XP look in applications you created in dBASE Plus, remove the “PlusRun.exe.manifest” file from the runtime folder.

The dBASE Plus Project Explorer can be used to deploy the manifest file for you by checking the, “Generate and include Windows XP manifest file”, checkbox on the Inno | Files tab.

We strongly recommend you use Windows System Themes. XP System Themes give your users enhanced control over the look-and-feel of your application and show your programs in their best light when running in Windows XP.

The System Themes feature is ignored under earlier versions of Windows.

Updated to use Windows XP Visual Styles in built-in tools and dialogs when running on Windows XP.

Form controls have been upgraded to auto-detect if Windows XP Visual Styles are being used and to adjust accordingly.

Ability to automatically match the background of form components to the XP Style background of Notebook controls when their colorNormal property settings match.

Ability to override automatic behavior of PushButton to use Classic or XP style via the new systemTheme property.

Ability to specify how to align an image and text on a PushButton via the new bitmapAlignment property

Ability to place both text and an image on an XP style PushButton.

Added mouseWheel support in: Source Editor, Grid, Listbox, Browse, Editor, ReportViewer, Navigator and ComboBox.

Ability to differentiate between selected and unselected rows in the beforeCellPaint( ) and onCellPaint( ) events via the new bSelectedRow parameter

Ability to set color of lines between rows and columns via the new colorRowLines and colorColumnLines properties

Ability to determine and set the current leftmost grid column via the new firstColumn property

Ability to set the color of the checkmark in a columnCheckbox control

Grid’s columnCheckbox control now displays the checkbox in all rows of the grid, not just the current row

Added the transparent property to Rectangle

Added additional built-in mousepointer settings to include the vertical and horizontal splitter mousepointers.

Updated mousePointer option 5 - Size to use the standard Windows crossed arrows (IDC_SIZEALL) mouse cursor.

Ability to send default values to GETFONT( ) function. This allows you to initialize the GETFONT dialog with current settings.

Ability to detect when a report has reached its last page in the ReportViewer class via the new onLastPage( ) event.

Enhanced error dialog to support long error messages.

Enabled ability to catch Memory Access Violations in dBL code using try...catch blocks.

Added ability to turn off enhanced Memory Access Violation trapping for applications where this caused compatibility problems.

Improved setting of default band height and of autoSort to improve backward compatibility.

Added the vScrollBar property to turn on, or off, the vertical scrollbar

Added the build number, date, and optional comments to the version information viewable via Windows Explorer, "Properties" option.

Made version information viewable directly in Windows Explorer’s Details View via the “View Menu/Choose Details…” option.

Added ability to create and deploy a Windows XP manifest file with an application.

Added ability to choose which runtime engine installer files to include with a deployed application.

Improved setting of defaults for BDE maxFileHandles and for default dBASE table level:

Now sets BDE maxFileHandles to 255 on new installs or, if it is less than 255 at install time, sets the default dBASE table level to level 7 when the BDE is not already installed.

Upgraded Apache Configuration Wizard to work with the newest version of Apache Web Server v2.x