Purpose

.UserAgent enables you to return the user agent data from the browser that PROIV Open Client is running in.
 

Object Type

Client

Syntax

ObjectReference.UserAgent = Value

Operation

ObjectReference is the Tag Name of the Client object.
Value
is the user agent data from the browser that the
PROIV Open Client is running in.
 

Remarks

User agent data forms part of the HTTP request, and typically includes information such as the application name, version, host operating system, and language.

Example

To display the user agent data from the browser that the PROIV Open Client is running in, to the screen:

UMSG(CLIENT.UserAgent,-1)
 

Comment on this topic

Topic ID: 510134