BlockedInstanceMsgText

Contains the text that will display when the Web Thin Client is blocked due to being a second instance and the BlockedInstanceAction property is set to 2 (custom message).

Parameter Type Input Output
(BSTR) [ ] [ ]

For example:

The following example demonstrates using the <OBJECT> element to specify the custom message :

<OBJECT
  CLASSID="CLSID:087C768D-64C1-4AC1-845D-4589B4B2C24E"
  ID="AcuThinAX" width="512" height="384"> 
  <PARAM NAME="AcuEmbedded" VALUE="TRUE">
  <PARAM NAME="BlockedInstanceAction" VALUE="2">
  <PARAM NAME="BlockedInstanceMsgText" VALUE="The Web Thin
Client is already loaded.">
</OBJECT>