ActiveX property sheet - ActiveX control

You use this control to incorporate any registered ActiveX control into a form.
Note: Use of ActiveX controls only applies to the Rational® ClearQuest® for Windows client.

For example, you might use an ActiveX control to access and update an external database. You write the initialization record script that fires when the form containing the control is opened and the action record script that fires when a user initiates an action (such as Submit), or the action is completed or reverted.

Before using this control, you should be familiar with ActiveX functionality and how to register your controls.

Property
Description
Registered Name
Type the registered name of the ActiveX control you want to use.
Initialization Record
Select a record script from the drop-down list. The record script is used to initialize the control, and fires when the control's form opens.
Action Record Script
Select a record script from the drop-down list. The record script is called by the Rational ClearQuest run time whenever the user initiates an action, such as submit or modify, or when the action is completed or reverted.

Feedback