AgentrySetScriptValue

This method is provided exclusively to support the Agentry Test Script functionality available within the Agentry Test Environment. This method is called by the Agentry Test Environment during script playback when a <field-set> element is executed. The value for the ActiveX control is passed to this method’s str parameter. The AgentrySetScriptValue method should be implemented to process this parameter value such that it is set as the current value of the control as entered by a user.

Parameters

  • str - The value to be set as the current value of the ActiveX control, provided as a string.

Return Value

None