Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

MWAPI - MODAL

1995 Version of ANSI (Equivalent to Current ISO Version) of Standard

5.4.18 MODAL wattribute

Definition

A window for which the MODAL wattribute is defined is referred to as a modal window.

When a modal window is visible, other windows may be disabled. A MODAL wattribute value equal to "PARENT" indicates that the modal window disables only its parent window. A MODAL wattribute value equal to "ANCESTORS" indicates that the modal window disables all of its ancestor windows. A MODAL wattribute value equal to "APPLICATION" indicates that the modal window disables all active windows defined in ^$WINDOW except itself.

If an application attempts to create a child window of a modal window which is not also a modal window, an error condition occurs with $ECODE containing ",M?9," and $EREF containing a value that indicates the ssvn reference for which the error occurred.

Domain modaltype
Access For an MTERM window: Reference
For other window types: Create, Reference
Default For an MTERM window: "APPLICATION"
For other window types: None
Button for 1977 Button for 1984 Button for 1990 Button for 1995 Button for MDC Button for notes Button for examples

Copyright © Standard Documents; 1977-2024 MUMPS Development Committee;
Copyright © Examples: 1995-2024 Ed de Moel;
Copyright © Annotations: 2003-2008 Jacquard Systems Research
Copyright © Annotations: 2008-2024 Ed de Moel.

This page most recently updated on 29-Nov-2011, 20:03:11.

For comments, contact Ed de Moel (demoel@jacquardsystems.com)