Try OpenEdge Now
skip to main content
Programming Interfaces
External Program Interfaces : ActiveX Control Support : Programming ActiveX controls in the AppBuilder
 

Programming ActiveX controls in the AppBuilder

The code fragments that follow illustrate selected sections of the sample ActiveX control application, i-ocx1.w, shown running in Figure 58. Recall that this application uses a spin button control to scan Customer records in the sports2000 database.
* Creating data definitions for an ActiveX control
* Instantiating the control
* Initializing the control
* Using event procedures
* Interacting outside of event procedures