11.07.2015 Views

Caché ObjectScript Reference - InterSystems Documentation

Caché ObjectScript Reference - InterSystems Documentation

Caché ObjectScript Reference - InterSystems Documentation

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

See Also•$ZUTIL(69,37)$ZUTIL(69,37)Sets physical cursor mode system-wide.$ZUTIL(69,37,n)$ZU(69,37,n)ParametersnA boolean value that specifies whether or not physical cursor positioning mode isenabled system-wide.DescriptionYou can use $ZUTIL(69,37) to set the physical cursor positioning mode system-wide. Thissetting accommodates character sets that use two physical spaces for a character, by determininghow <strong>Caché</strong> backspaces over characters. When enabled, <strong>Caché</strong> examines a character tosee if it occupies two physical positions on the device, and if so, writes two backspaces andtwo space characters. By default, <strong>Caché</strong> writes one backspace and one space character.Setting $ZUTIL(69,37) changes the system configuration setting and is persistent across<strong>Caché</strong> shutdowns and startups.Invoking $ZUTIL(69,37) without specifying n returns the current switch setting.This system configuration setting can also be changed using the System Management Portal.Select Configuration, then select Advanced Settings. On the pull-down Category list select<strong>ObjectScript</strong>. View and edit the current setting of PhysicalCursor. The default is “false” .ParametersnThe boolean switch that determines the system-wide default mode for physical cursor positioning:0 = space and backspace characters take one physical position. 1 = <strong>Caché</strong> examineseach space or backspace character to see if it occupies two physical positions on the device;if so, <strong>Caché</strong> writes two backspaces and two space characters.<strong>Caché</strong> <strong>ObjectScript</strong> <strong>Reference</strong> 669

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!