The GetScanDlgControlState transaction reports the status of a particular setting in the active Scan dialog box. You can display a Scan dialog box through the user interface, or by using the Visibility option of SetScanParameter.
Type XTYP_REQUEST
Syntax [GetScanDlgControlState(nParam)]
|
Parameter |
Data type |
Values |
Meaning |
|
nParam |
WORD |
parameter to query | |
|
Reply |
Data type |
Values |
Meaning |
|
status |
string |
ACTIVE |
the setting's value can be changed |
|
|
|
INACTIVE |
the setting is dimmed, so its value cannot be changed |
|
|
|
VISIBLE |
the setting is displayed |
|
|
|
INVISIBLE |
the setting is not displayed |
|
|
|
(can be concatenated) |
|
Remarks
The status values are case sensitive.
Release information
Added in Release 4.2x.
Published in Release 5.10.
See also