DISPLAYTYPE

  

DEVELOPER

 

 

Purpose

.DisplayType allows you to retrieve the type of display in current use.
 

Object Type

Session

Syntax

ObjectReference.DisplayType= Value
 

Operation

ObjectReference is the current PROIV session.
Value
is the display type in use.

 

Remarks

The value of this property can only be retrieved, not set.

Valid returned values are:

NO_DISPLAY is returned when PROIV runs in batch mode.
GREEN_SCREEN
is returned when Green Screen mode is in use.
WINDOWS_CLIENT
is returned when PROIV uses the Windows Client.
OPEN_CLIENT
is returned when PROIV applications are deployed using PROIV Open Client.
 

Example

To retrieve the current display type:

 

UMSG('DisplayType=' + Session.DisplayType,-1)
 

Comment on this topic

Topic ID: 510126