*Where this package relies on other packages, the additional packages are listed below it.

Author(s)
Packages  Description
I use this class between my FD created forms and XbpDialog class. It can be implemented very easily (simply add one #define in your implementation-level class code).

It adds the following automatic features to XbpDialog():
  • Sets the default button, allowing the user to press ENTER in an SLE and trigger the button (a la common Windows behaviour)
  • Automatically handles hot key assignments on Xbase Parts (cribbed from Alaska Samples)
  • Hot-Spot XbpStatics - ever wanted to place a www hyperlink on a form? Simply identify an XbpStatic object as an Hyperlink Control - everything else is handled automatically (cursor change on mouseover, invocation of ':activate' call-back, foreground color-swap to blue)

Programming just got easier :-)

Update History
Version Updated Description
1.0 02.10.2001 Initial release