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. |
Remarks |
The value of this property can only be retrieved, not set. NO_DISPLAY is returned when PROIV runs in batch mode. |
Example |
To retrieve the current display type:
UMSG('DisplayType=' + Session.DisplayType,-1) |
Topic ID: 510126