Chapter Contents

Previous

Next
Map: _setIdQuery

Map: _setIdQuery



Determines whether or not the IDMATCH Info dialog opens when the user adds a marker or label.


Syntax
Details
See Also

Syntax

CALL NOTIFY (map-name, '_setIdQuery', status);

Argument Type Description
status
C specifies whether the IDMATCH Info dialog is available:


'NOMATCH' causes the IDMATCH Info dialog to open when the user adds a marker or label and the IDMATCH variable in the marker data set does not have a value for the currently selected map area. The IDMATCH Info dialog opens only in Add mode.


'OFF' turns off IDMATCH Info dialog; the dialog never opens (default)


'ON' causes the IDMATCH Info dialog to open whenever the user adds a marker or label, even if the IDMATCH variable has a value.


Details

The Query ID field in the Response tab of the Attributes window can turn the IDMATCH Info dialog only to ON or OFF. To get the behavior of the NOMATCH status, you must use this method.

See Also

_setMode


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.