The Client Management ActiveX control contains the InfoFromParent property:

 

 

Purpose

InfoFromParent property is a string value that may be passed through to the next session launched via a call to the NewSession method.
 

Syntax

ObjectTagName.InfoFromParent = $NEWVAL

$VALUENOW = ObjectTagName.InfoFromParent 

Operation

ObjectTagName is an object expression that evaluates to the ClientManagement control.

Remarks

The format for this string must always begin with @OPR + “ “ + @COMP. Any space delimited strings that are appended to this are forwarded to the new session via the XFERIN mechanism. Logic in the new session may use the logic verb ‘XFERIN’ to extract the delimited string values.

This value is used during the next call to the NewSession method.

Example

 

Comment on this topic

Topic ID: 500472