GetScanDlgControlState

image\bltlrgss.gif Editions  image\bltlrgss.gif Related Transactions  image\bltlrgss.gif Example

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.

image\chiclets.gif Sample Scan dialog box

Type XTYP_REQUEST

Syntax [GetScanDlgControlState(nParam)]

Parameter

Data type

Values

Meaning

nParam

WORD

Scan dialog box settings

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

Customizing the Scan dialog box