!*** MODULE FORMS$BLISS_DEFINITIONS.R32 *** !*** IDENT V1.0-000 *** ! ! ************************************************************************* ! Copyright © 1988, 1989, 1991, 1994 by * ! DIGITAL Equipment Corporation, Maynard, Mass. * ! * ! This software is furnished under a license and may be used and copied * ! only in accordance with the terms of such license and with the * ! inclusion of the above copyright notice. This software or any other * ! copies thereof may not be provided or otherwise made available to any * ! other person. No title to or ownership of the software is hereby * ! transferred. * ! * ! The information in this software is subject to change without notice * ! and should not be construed as a commitment by DIGITAL Equipment * ! Corporation. * ! * ! DIGITAL assumes no responsibility for the use or reliability of its * ! software on equipment which is not supplied by DIGITAL. * ! * ! ************************************************************************* ! ! ! FACILITY: DECforms V2.0 ! ! ABSTRACT: Definitions file for DECforms applications written ! in BLISS-32. ! ! ! FORMS$AR_FORM_TABLE declaration. ! external FORMS$AR_FORM_TABLE; ! ! DECforms routines. ! external routine FORMS$ENABLE, FORMS$SEND, FORMS$RECEIVE, FORMS$TRANSCEIVE, FORMS$DISABLE, FORMS$CANCEL; ! ! Item codes for REQUEST_OPTIONS item lists. ! literal FORMS$K_LANGUAGE = 1, FORMS$K_IMAGE = 2, FORMS$K_TRACEFILE = 3, FORMS$K_TRACE = 4, FORMS$K_PRINTFILE = 5, FORMS$K_EFN = 6, FORMS$K_RSB = 7, FORMS$K_ASTADR = 8, FORMS$K_ASTPRM = 9, FORMS$K_ERROR_ROUTINE = 10, FORMS$K_ERROR_PARAMETER = 11, FORMS$K_NO_TERM_IO = 12, FORMS$K_SELECTION_LABEL = 13, FORMS$K_ERROR_ITEMS_NOT_SAVED = 14, FORMS$K_STACK_SIZE = 15;