Using an ActiveX object as a FORMS extension

Using an ActiveX object as a FORMS extension (plug-in application) is one of four ways of developing event handlers. It can be convenient to use an ActiveX object to handle all the FORMS events. You get the advantages of third-party tools such as Microsoft Visual Basic or Borland’s Delphi, which offer features like advanced window and dialog handling, database support, advanced programming language capabilities, and debugging in a truly integrated development environment.

This method has advantages over using the object as an event server:

Other features

To use an ActiveX object as a FORMS extension, you must:

  1. Program an ActiveX object. (How?)

  2. Register the object in Windows.

  3. Register it as a FORMS extension.

Calling conventions (read this if two or more extensions subscribe to the same event)