!+ ! File FORMS_MSG_MGR_BASE.MSG - Base file for DECforms message file !- .Title FORMS_MSG_MGR_MESSAGES DECforms Form Manager Messages .Ident 'X0.0-000' ! ! COPYRIGHT © 1988 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 AND 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 ! ! Abstract: Message file defining component base offsets and other literals. ! ! Environment: VAX/VMS ! ! Author: Michael D. Bibeault Creation Date: 9-Jul-1987 ! ! Modified by: ! ! X0.0-000 MDB 9-Jul-1987 1. original version ! JBS 13-Jul-1987 Moved ILLDTCNV to common ! BOK 11-Aug-1987 Added EI006 literal ! JBS 28-Jun-1988 Reorganize message space. !+ ! End of file FORMS_MSG_MGR_BASE.MSG !- !+ ! File FORMS_MSG_COMMON.MSG - common definitions and CIO messages. ! This file appears after the title and ident, and before the producer ! or manager-specific messages. !- !+ ! Revision History: ! ! 13-Jul-1987, JBS, Moved ILLDTCVT to common messages. Since this message ! requires user data, move the user data stuff to common also. ! Since the message offsets are necessarily global symbols, changed ! their names to start with FORMS$. ! 29-Jul-1987, JBS, Moved READFORM to common messages, since BCK uses it. ! 04-Aug-1987, BOK, Moved BADDESC to common messages, since MGR uses it. ! 29-Feb-1988, DEC, Moved QUIT to common messages, since PED & FDE share it. ! Added SPRText10 (Currently Only used by FDE) ! 15-Apr-1988, MDB, Moved private FDE SPR text to FDE message file ! 23-May-1988, JBS, Improved INVVAXFRM message, updated product name, improved ! the language in some of the explanations. ! 21-Jun-1988, JBS, Reformat for MSGDOC tool. ! 24-Jun-1988, JBS, Remove some unused messages. ! 28-Jun-1988, JBS, Reorganize message code space. ! 13-Aug-1988, JBS, Hide copyright message from MSGDOC, since it can't seem to ! handle the message. ! 15-Aug-1988, MDB, Created two copyright messages, one using the eight-bit ! copyright character ! 16-Aug-1988, JDE, Make an editing pass. ! 5-Jan-1989, JWP, Changed copyright date to 1989 ! 25-Jan-1989, JBS, Change product name again. ! 18-Feb-1989, JHH, Moved some messages from forms$msg_trn.msg to here for use by TCNV ! and added CDDINVOCCURS to handle CDD records with occurs on outermost ! structure ! 22-Feb-1989, JHH, Moved CDDVAXTYPE from forms$msg_trn.msg to here for use by TCNV ! 02-Mar-1989, JDE, Make final editing pass for V1.0. ! 31-Jul-1989, JDE, Make final editing pass for V1.1. ! 19-Feb-1990, DMA, Changed copyright notice to include 1990 ! 1-Nov-1990, DEC, Changed SPRtext3 to read Operating System instead of VMS ! 23-Apr-1991, JBS, Added the control text literals and facility bases to this file. ! 22-May-1991, SMC, Added a few more control text literals for future fims error numbers. ! 29-Nov-1991, JWP, Updated copyright message years. ! 26-Dec-1991, DMA, Updated copyright message years to include 1991. ! 15-Mar-1993, JRH, Added PcIntErr for MS-Windows implementation. The 'Storm of the Century' was 2 days ago. ! 19-May-1993, JRH, Removed PcIntErr and put in the post-v1 message file. !- !+ ! Facility and base definitions. !- .Facility FORMS,213/System !+ ! The DECforms message space consists of 4096 messages. This message space is ! divided into two sections. One section, containg half of the message ! space (2048 messages), is reserved for use by the Form Manager (the run-time ! component of DECforms). The remianing section is shared by the other ! DECforms components. !- .Literal Forms$$Msg_PRD_Base = 0 .Literal Forms$$Msg_MGR_Base = 2048 !+ ! Define the offsets for control text messages. ! ! 08-Nov-1990 SMC ! ! Since these offsets will be used as /USER_VALUE in .MSG file, their values must be in the ! range of 0 through 255. Specifically, ! ! i) 100 is associated with S000 whose FIMS error number is 0. We did not use 0 as the user value because ! forms$mgr_asy_do_request determines if a control text is available for an error by testing if the ! corresponding user value is 0. ! ii) 1-99 will be used for FIMS control text. With the exception of S000, all user values correspond to a ! FIMS error number of ESnnn. E.g. 1 => ES001, 2 => ES002 ! iii) 101-255 will be used for DECforms control text. The value from 101 on will be used to represent control ! texts "EInnn". E.g. 101 => EI001, 102 => EI002 ! !- !+ ! FIMS defined control text and error number constants. !- .Literal FORMS$K_S000=100 .Literal FORMS$K_ES001=1 .Literal FORMS$K_ES002=2 .Literal FORMS$K_ES003=3 .Literal FORMS$K_ES004=4 .Literal FORMS$K_ES005=5 .Literal FORMS$K_ES006=6 .Literal FORMS$K_ES007=7 .Literal FORMS$K_ES008=8 .Literal FORMS$K_ES009=9 .Literal FORMS$K_ES010=10 .Literal FORMS$K_ES011=11 .Literal FORMS$K_ES012=12 .Literal FORMS$K_ES013=13 .Literal FORMS$K_ES014=14 .Literal FORMS$K_ES015=15 .Literal FORMS$K_ES016=16 .Literal FORMS$K_ES017=17 .Literal FORMS$K_ES018=18 .Literal FORMS$K_ES019=19 .Literal FORMS$K_ES020=20 .Literal FORMS$K_ES021=21 .Literal FORMS$K_ES022=22 .Literal FORMS$K_ES023=23 .Literal FORMS$K_ES024=24 .Literal FORMS$K_ES025=25 !+ ! DECforms defined control text and error number constants. !- .Literal FORMS$K_EI001=101 .Literal FORMS$K_EI002=102 .Literal FORMS$K_EI003=103 .Literal FORMS$K_EI004=104 .Literal FORMS$K_EI005=105 .Literal FORMS$K_EI006=106 .Literal FORMS$K_EI007=107 .Literal FORMS$K_EI008=108 .Literal FORMS$K_EI009=109 .Literal FORMS$K_EI010=110 .Literal FORMS$K_EI011=111 .Literal FORMS$K_EI012=112 .Literal FORMS$K_EI013=113 .Literal FORMS$K_EI014=114 .Literal FORMS$K_EI015=115 .Literal FORMS$K_EI016=116 .Literal FORMS$K_EI017=117 .Literal FORMS$K_EI018=118 .Literal FORMS$K_EI019=119 .Literal FORMS$K_EI020=120 .Literal FORMS$K_EI021=121 .Literal FORMS$K_EI022=122 .Literal FORMS$K_EI023=123 .Literal FORMS$K_EI024=124 .Literal FORMS$K_EI025=125 .Literal FORMS$K_EI026=126 .Literal FORMS$K_EI027=127 .Literal FORMS$K_EI028=128 .Literal FORMS$K_EI029=129 .Literal FORMS$K_EI030=130 .Literal FORMS$K_EI031=131 .Literal FORMS$K_EI032=132 .Literal FORMS$K_EI033=133 .Literal FORMS$K_EI034=134 .Literal FORMS$K_EI035=135 .Literal FORMS$K_EI036=136 .Literal FORMS$K_EI037=137 .Literal FORMS$K_EI038=138 .Literal FORMS$K_EI039=139 .Literal FORMS$K_EI040=140 .Literal FORMS$K_EI041=141 .Literal FORMS$K_EI042=142 .Literal FORMS$K_EI043=143 .Literal FORMS$K_EI044=144 .Literal FORMS$K_EI045=145 .Literal FORMS$K_EI046=146 .Literal FORMS$K_EI047=147 .Literal FORMS$K_EI048=148 .Literal FORMS$K_EI049=149 .Literal FORMS$K_EI050=150 .Literal FORMS$K_EI051=151 .Literal FORMS$K_EI052=152 .Literal FORMS$K_EI053=153 .Literal FORMS$K_EI054=154 .Literal FORMS$K_EI055=155 .Literal FORMS$K_EI056=156 .Literal FORMS$K_EI057=157 .Literal FORMS$K_EI058=158 .Literal FORMS$K_EI059=159 !+ ! Message definitions for messages that are used by ! CIO and/or more than one DECforms component. This file should be checked ! prior to defining a component-specific message to see if there already ! exists a message suitable for use. !- .Base Forms$$Msg_PRD_Base ! ! Success messages ! .Severity Success Normal - - /USER_VALUE=FORMS$K_S000 ! Explanation: ! The specified function or action has successfully completed. ! User Action: ! None required. This is an informational message. ! ! Informational messages ! .Severity Information !##IGNORE ON Yes No ! Explanation: This message pair should be used when a component must ! ask a yes/no question to the user/operator. The answer ! the user supplies should be compared against these values ! and not values hard coded into the component's code; in ! this manner language independence is preserved. !##IGNORE OFF CDDVARIANT /FAO=1 ! Explanation: ! In extracting a record from CDD/Plus, a VARIANT mapping has ! been found in the record for some of the fields. Only one ! mapping, the first, will be processed. ! User Action: ! None. This is an informational message. ChainLost ! Explanation: ! An unprocessed MPCB chain has been deallocated by being ! re-initialized. ! User Action: ! This is an internal error in DECforms. Please submit an SPR. ! (Developer should avoid this occurrence by deallocating ! the chain prior to re-initialization if the message chain ! has not been processed.) !##IGNORE ON SPRText1 SPRText2 < 1. A description of the actions that revealed the error> SPRText3 < 2. Which versions of DECforms and the operating system you are using> SPRText4 < 3. Machine-readable media containing:> SPRText5 < a. The source files of your application program and form(s).> SPRText6 < b. Copies of the data files used during the session> SPRText7 < 4. A description of the command line used to invoke DECforms if error> SPRText8 < occurred using the DECforms Utilities, Translator, or Editor.> ! Explanation: These messages are output as a group upon the detection of ! a fatal internal error. ! ! User Action: Submit the requested material in an SPR. !##IGNORE OFF MessIgnored ! Explanation: ! The severity of the message was less than the minimum severity ! that is currently being reported. ! User Action: ! None. Internal status. VersInfo /Fao=3 ! Explanation: ! This message conveys information regarding images and revision levels. ! User Action: ! None. This is an informational message. FormFile
/Fao=2 ! Explanation: ! This message conveys Information regarding a binary form file ! specification. ! User Action: ! None. This is an informational message. FormIdent /Fao=2 ! Explanation: ! This message conveys information regarding the creator of a form. ! User Action: ! None, unless the information is obviously incorrect, in which case ! submit an SPR. ProdIdent /Fao=2 ! Explanation: ! This message conveys information regarding the current version of DECforms. ! User Action: ! If the version reported does not agree with your records, there may ! have been a problem during installation or initialization of DECforms. ! Check the installation log and the system startup file. If necessary, ! re-install DECforms. Quit ! Explanation: ! User QUIT from the FDE, PED, or other utililty. ! User Action: ! None. ! Note: There are 3 messages that work as a set: ! Forms$_Exit ! In ...FSE.MSG ! Forms$_Quit ! here ! Forms$_NoMod ! In ...PED.MSG RecovDone ! Explanation: ! Signaled at the end of a successful recovery operation. ! User Action: ! None. !##IGNORE ON Copyright7 <(c) Copyright Digital Equipment Corporation, 1989-1994. All Rights Reserved.> ! Explanation: ! Copyright information for 7-bit terminals (VT100) ! User Action: ! None. Copyright8 <© Digital Equipment Corporation, 1989-1994. All Rights Reserved.> ! Explanation: ! Copyright information for 8-bit terminals (VT200+) ! User Action: ! None. !##IGNORE OFF ! ! Warning messages ! .Severity Warning CDDDIMFIE /FAO=1 ! Explanation: ! The array and OCCURS clauses may be used only with ! structures, not on elementary items. ! User Action: ! You should modify the CDD/Plus record by including a ! level of structure for each dimension and specifying ! a single dimension of the array on each. Note that ! each structure level must have a name, and any reference ! to an item must specify its fully-qualified name. CDDINVOCCURS /FAO=1 ! Explanation: ! The OCCURS clause may not be used on the outermost ! structure of a CDD/Plus record. ! User Action: ! You should modify the CDD/Plus record by surrounding your ! current structure by an outer structure with no OCCURS ! clause. CDDMULDIM /FAO=1 ! Explanation: ! Array declarations in the CDD/Plus record may specify only a ! single dimension. Dimensions after the first are ignored. ! User Action: ! You should modify the CDD/Plus record by including a ! level of structure for each dimension and specifying ! a single dimension of the array on each. Note that ! each structure level must have a name, and any reference ! to an item must specify its fully-qualified name. CDDNAMSTR ! Explanation: ! DECforms does not permit nameless structures. ! User Action: ! Give the structure a name. ILLDTCVT - "illegal DATE/TIME/ADT conversion." - /WARNING - /USER_VALUE=FORMS$K_EI001 ! Explanation: ! A conversion was attempted that involved one of the DATE, ! TIME, or ADT data types. The conversion failed. ! These data types can only be converted to data types in the ! following list: DATE, TIME, ADT, and CHARACTER. ! User Action: ! Correct the source of the invalid data type conversion. ! ! Error messages ! .Severity Error BadName /Fao=1 ! Explanation: ! The name given for this particular item is not valid; ! Valid names can contain only A-Z, a-z, 0-9, $ and _ ! and the first character must be A-Z or a-z. ! User Action: ! Change the identifier specified. CDDVAXTYPE /FAO=1 ! Explanation: ! The data type of the field in the specified CDD/Plus record is ! not a data type that is supported by DECforms. ! User Action: ! Either change the data type in the dictionary record to a ! DECforms-supported type, or describe the field or data ! item in IFDL source, rather than using COPY FROM ! DICTIONARY. NotFound ! Explanation: ! The object of a table search or lookup was not found. ! User Action: ! This is an internal error. Please submit an SPR. ! (This condition will generally be used internally ! to indicate the status of a search or lookup routine ! and not signaled.) OCCURGRPEXC ! Explanation: ! The nesting level for multiply occurring nested groups has ! exceeded the documented limit. ! User Action: ! Remove at least one OCCURS clause. GetErr /Fao=1 ! Explanation: ! A file read operation failed. ! User Action: ! There will be an additional message that specifies the error more ! precisely. Follow the instructions for that message. PutErr /Fao=1 ! Explanation: ! A file write failed. ! User Action: ! There will be an additional message that specifies the error more ! precisely. Follow the instructions for that message. ! ! Severe (fatal) messages ! .Severity Severe FatIntErr - - /USER_VALUE=FORMS$K_EI015 ! Explanation: ! An internal inconsistency has been detected. ! User Action: ! Please submit an SPR, describing what you did to cause ! this message to appear in enough detail that Digital can ! reproduce the problem. Please submit machine ! readable copies of all input files and output files. CloseFile /Fao=1 ! Explanation: ! The named file could not be closed. ! User Action: ! A secondary message will accompany this message with ! additional RMS or VMS system information. See the appropriate ! RMS error or VMS system messages manual for information on how ! to proceed. OpenIn /Fao=1 ! Explanation: ! The specified input file could not be opened. ! User Action: ! Refer to the accompanying subsidiary message for the ! reason for the error (file not found, invalid ! directory specification, and so on) and proceed accordingly. OpenOut - - /USER_VALUE=FORMS$K_EI027 - /Fao=1 ! Explanation: ! The specified output file could not be opened. ! User Action: ! Refer to the accompanying subsidiary message for the ! reason for the error (insufficient privileges, invalid ! directory specification, and so on) and proceed accordingly. READFORM - - /USER_VALUE=FORMS$K_ES002 - /FAO = 1 ! Explanation: ! Could not read the form file. This message will generally ! be accompanied by a more specific message describing ! why the form file could not be read. ! User Action: ! Correct the problem indicated by the subsidiary message. WriteForm - - /Fao=1 ! Explanation: ! The named form file could not be output. ! User Action: ! An RMS or VMS system error message will accompany this ! message. Refer to the appropriate RMS or VMS system messages ! manual for information on how to proceed. BadForm - - /USER_VALUE=FORMS$K_ES002 ! Explanation: ! The form file is invalid. ! User Action: ! Verify that the file used as a form file was actually a ! form file. If it was, the form file is corrupted and must ! be recreated. If the problem persists, submit a SPR. GetShrSym /Fao=2 ! Explanation: ! An error was returned from LIB$FIND_IMAGE_SYMBOL while ! attempting to fetch the value of a universal symbol. ! User Action: ! Verify that the shareable image is up-to-date and that ! no logical name exists that redefines the shareable image ! incorrectly. Corrupt ! Explanation: ! The Back Translator has encountered an unrecoverable ! situation in the form data structure. ! User Action: ! Verify that the file used as a form file was actually a ! form file. If it was, the form file is corrupted and must ! be recreated. If the problem persists, submit a SPR. CreZone ! Explanation: ! LIB$CREATE_ZONE has returned an error. ! User Action: ! Increase the amount of virtual memory that the process can occupy. ! If you are sure the process has enough virtual memory, submit an SPR. InvNumVal /Fao=1 ! Explanation: ! An invalid value was specified. ! User Action: ! Specify a valid numeric value. DupIdx ! Explanation: ! In reading in the form, a node has the same index as another ! node. This indicates that the form file is corrupt. ! User Action: ! Recreate the form file if possible; if the problem persists, ! submit an SPR. FrmIncmpl ! Explanation: ! At least one node in the form is incomplete, and an ! incomplete form is not allowed in this context. ! User Action: ! Take action to make the form complete, then continue. ! For example, correct any errors detected by the Translator and ! translate the form again. IdxOutRng ! Explanation: ! In reading in the form, a node has an index greater than ! the "highest node index" number in the first slot of the ! index table. This indicates that the form file is corrupt. ! User Action: ! Recreate the form file if possible; if the problem persists, ! submit an SPR. InvFHDNod ! Explanation: ! In reading in the form, the first record did not have ! the form header node type. This indicates that the file is not a form ! file or that the form file is corrupt. ! User Action: ! Check to make sure the input file is a DECforms form file. ! Recreate the form file if possible. If the problem persists, submit ! an SPR. InvFHDSiz ! Explanation: ! In reading in the form, the first record did not have ! the correct size to be the form header node. ! This indicates that the file is not a form file or that the form file ! is corrupt. ! User Action: ! Check to make sure the input file is a DECforms form file. ! Recreate the form file if possible. If the problem persists, submit ! an SPR. InvFrmNIdx ! Explanation: ! In reading in the form, the form node did not have the correct index. ! This indicates that the form file is corrupt. ! User Action: ! Recreate the form file if possible. If the problem persists, submit ! an SPR. InvFrmNLen ! Explanation: ! In reading in the form, the form node was not the correct length. ! This indicates that the form file is corrupt. ! User Action: ! Recreate the form file if possible. If the problem persists, submit ! an SPR. InvFrmNod ! Explanation: ! In reading in the form, the second record did not have ! the form node type. This indicates that the form file is corrupt. ! User Action: ! Recreate the form file if possible. If the problem persists, submit ! an SPR. InvDECFrm /FAO=3 ! Explanation: ! In reading in the form, the form header did not have ! the "DECforms form" identification string. ! This indicates that the file is not a form file, or that the form file ! is corrupt. ! User Action: ! Check to make sure the input file is a DECforms form file. ! Recreate the form file if possible. If the problem persists, submit ! an SPR. NoIdxAddr ! Explanation: ! In reading or writing the form, an address field in a node ! has an index table entry with no address. ! On reading, this indicates that the form file is corrupt. ! On writing, this is an internal error. ! User Action: ! On reading, recreate the form file if possible; if the problem persists, ! submit an SPR. On writing, submit an SPR. RdForm /Fao=1 ! Explanation: ! The form file could not be read. ! User Action: ! This message will be followed by a message giving a more precise ! description of the problem. Follow the instructions with that message. BadSymId ! Explanation: ! The symbol table id parameter passed to an FSE symbol ! table routine is invalid. ! User Action: ! This is an internal error. Please submit an SPR. BadId1st ! Explanation: ! An identifier violates the stated DECforms rule. ! User Action: ! Follow the rules for specifying DECforms identifiers. BadIdChar ! Explanation: ! An identifier violates the stated DECforms rule. ! User Action: ! Follow the rules for specifying DECforms identifiers. ! ! Severe messages ! .Severity Severe InvAlloc ! Explanation: ! This message is from FORMS$$CIO_CREATE_NODE; the routine was ! passed an invalid node type. ! User Action: ! This is an internal error. Please submit an SPR. InvArrayRef ! Explanation: ! In translating an address field in a node from address ! to index or vice versa, an array ref node did not have a ! valid array ref kind. ! User Action: ! This is an internal error. Please submit an SPR. INVIDXTRN ! Explanation: ! In reading in or writing out the form, an invalid address ! field translation type was requested. ! User Action: ! This is an internal error. Please submit an SPR. INVNODPAS ! Explanation: ! This message is from any of the node manipulation routines. ! The node type has been checked and does not indicate a valid ! node type. ! User Action: ! This is an internal error. Please submit an SPR. INVNODTYP ! Explanation: ! In writing out the form, an address field in a node pointed ! to a node with an invalid node type or perhaps an area of ! memory that was not even a node. ! User Action: ! This is an internal error. Please submit an SPR. INVOVLFLD ! Explanation: ! In translating indexes to addresses during form I/O, an ! overlay type address field was found in an invalid context. ! User Action: ! This is an internal error. Please submit an SPR. INVOVLTYP ! Explanation: ! In reading in or writing out the form, a node type not ! having any overlay tables specified an overlay field type. ! User Action: ! This is an internal error. Please submit an SPR. INVPANENTRY ! Explanation: ! In translating an address field in a node from address ! to index or vice versa, a panel entry node did not have a ! valid pan entry kind. ! User Action: ! This is an internal error. Please submit an SPR. INVRSPSTP ! Explanation: ! In translating an address field in a node from address ! to index or vice versa, a response step node did not have a ! valid response step kind. ! User Action: ! This is an internal error. Please submit an SPR. INVUSECNT ! Explanation: ! This message indicates that a node use count was less than ! zero before incrementing, or zero before decrementing. ! User Action: ! This is an internal error. Please submit an SPR. INVWHEN ! Explanation: ! In translating an address field in a node from address ! to index or vice versa, a WHEN node did not have a valid ! WHEN kind. ! User Action: ! This is an internal error. Please submit an SPR. MPCBAlloc "unable to allocate dynamic memory for an MPCB." ! Explanation: ! An error was detected trying to allocate dynamic memory ! for an MPCB (message processing control block). ! User Action: ! Provide more virtual memory for the process. If you are sure ! it has enough, submit an SPR. MultPrimary "a primary MPCB already exists on the chain." ! Explanation: ! An attempt was made to append a primary MPCB to a chain ! that already has a primary MPCB. The old chain is discarded. ! User Action: ! This is an internal error. Please submit an SPR. NOESA ! Explanation: ! There is no Expanded Spec Area allocated in the IOCB, but ! there should be. ! User Action: ! Please submit an SPR. NOFAB ! Explanation: ! There is no FAB allocated in the IOCB, but there should be. ! User Action: ! Please submit an SPR. NOIO ! Explanation: ! The caller specified both input and output file flags. ! User Action: ! Please submit an SPR. NONAM ! Explanation: ! There is no NAM block allocated in the IOCB, but there should be. ! User Action: ! Please submit an SPR. NoPrimary "no primary MPCB is present on the chain." ! Explanation: ! An attempt was made to append a subsidiary MPCB to a chain ! without a primary MPCB. ! User Action: ! This is an internal error. Please submit an SPR. NORAB ! Explanation: ! There is no RAB allocated in the IOCB, but there should be. ! User Action: ! Please submit an SPR. OLDFAB ! Explanation: ! There is a FAB in the IOCB, but none was expected. ! User Action: ! Please submit an SPR. FormMismatch ! Explanation: ! An attempt was made to read in a form that was created using ! a different version of the product or data structure. ! Additional messages will appear describing the versions of the ! form and the product. ! User Action: ! If the form is out of date, retranslate the IFDL source file. ! If the product is out of date, install a new version, ! or retranslate the IFDL source file using the current version. SONA ! Explanation: ! Caller specifed both shared and output file flags. ! User Action: ! Please submit an SPR. LoadForm - - /USER_VALUE=FORMS$K_ES002 ! Explanation: ! A form load operation failed. ! User Action: ! Look at subsidiary messages to determine cause and action. GetFrmRec ! Explanation: ! An error occurred during a form file read. ! User Action: ! Look at subsidiary messages to determine cause and action. FreeVM ! Explanation: ! A call to LIB$FREE_VM failed. ! User Action: ! Check the subsidiary message to determine cause and action. ! Usually the action will be to submit an SPR. GetVM ! Explanation: ! A call to LIB$GET_VM failed ! User Action: ! Check the subsidiary message to determine cause and action. ! Usually the action will be to increase the amount of virtual memory ! available to the process. ImgMismatch - /USER_VALUE=FORMS$K_EI041 ! Explanation: ! An attempt was made to activate a shareable image ! that is out of date. ! User Action: ! Please submit an SPR. !+ ! End of File FORMS_MSG_COMMON.MSG !- !+ ! File FORMS_MSG_MGR.MSG - Message file for Form Manager !- !+ ! Revision History: ! ! 13-Jul-1987, JBS, Moved ILLDTCVT to common messages. Since this message ! requires user data, move the user data stuff to common also. ! Since the message offsets are necessarily global symbols, changed ! their names to start with FORMS$. ! 29-Jul-1987, JBS, Moved READFORM to common messages. Increased its severity ! to fatal, since if you can't read the form what can you do? ! 11-Aug-1987, BOK, Added TM_FND_REC_LIST, BADRECCNT, and RECORD_COUNT for ! validating multiple record requests. ! 24-Aug-1987, PJT, Add TM_CNV_FIELD_FG, TM_CNV_GROUP_FD, TM_CNV_FD_GROUP and ! TM_CNV_FG_FIELD for data transfer. ! 27-Aug-1987, JEF, Add TM_REQ_EXIT_RESP and TM_REQ_EXIT_RESP_END for ! request exit responses. ! 10-Sep-1987, SJM, Added BADKEYSTROKE for the escape sequence processor. ! 18-Sep-1987, PJT, Added NO_SEND_RECS, NO_RECV_RECS, NO_SEND_REC_MSG and ! NO_RECV_REC_MSG for data transfer. ! 07-Dec-1987, JEF, Added BLOCKED_BY_AST, PENDING, TOOFEWARGS, TOOMANYARGS, ! NYI, NO_READ_ACCESS, NO_WRITE_ACCESS, REQDARG, INVRECCNT, RECVRECITEMS, ! SENDRECITEMS, others?. ! 09-Dec-1987, PJT, Add TM_RESET_DATA_ITEM. ! 09-Dec-1987, PJT, Add TM_END_RESET_DATA and TM_RESET_DATA_GROUP. Deleted ! TM_RESET_DATA. ! 10-Dec-1987, PJT, Add TM_END_RESET_DATA_GROUP. ! 14-Jan-1988, BOK, Added trace for REFRESH response step. ! 22-Jan-1988, PJT, Enhanced the let response step trace messages, ! TM_EVAL_EXPR and TM_LET_ASSIGN. ! 26-Jan-1988, PJT, Changed the text of the TM_LET_ASSIGN trace message for ! the let response step. ! 28-Jan-1988, PJT, Changed the text of the TM_EVAL_EXPR trace message for ! the let response step. ! 15-Feb-1988, PJT, Delete TM_END_RESET_ALL and TM_END_RESET_GROUP. Change ! the text of TM_RESET_ALL. ! 15-Feb-1988, JEF, Add REQPROCDIS, CANCELLED, STOPPED. ! 19-Feb-1988, JEF, Add NOREQACT, CANINPROG, DISINPROG. ! 07-Mar-1988, PJT, Add INVLOBOUND, INVHIBOUND and INVRANGE. ! 09-Mar-1988, JEF, Add ABORTED. ! 11-Mar-1988, PJT, Changed text of TM_READ_ONLY so the message can be used ! in other places besides data transfer. ! 14-Mar-1988, JEF, Add BADARGITMLST, BADITMLSTCODE. ! 18-Mar-1988, PJT, Add TM_END_RESET_ALL back in again. ! 23-mar-1988, PJT, Add TM_EVAL_LET_VAR, change the name and text of TM_EVAL_EXPR ! to TM_EVAL_LET_EXPR and change the text of TM_LET_ASSIGN. ! 05-Apr-1988, BOK, Added TM_MGR_PRIVATE, BITMAPOVRFLW ! 09-Apr-1988, JEF, Add ERRITMLIST, BADITMLSTCOMB. ! 11-Apr-1988, PJT, Change messages for activate. Add some new ones. Delete some ! obsolete ones. ! 13-Apr-1988, JEF, Add ARGRESDEC, INVRECDES. ! 13-Apr-1988, JEF, Add IFT_ILLACTVITEM ! 13-Apr-1988, BOK, Add TM_ENTER_RESP_STEP, TM_EXIT_RESP_STEP ! 04-May-1988, PJT, Replace TM_POS_FIELD, TM_POS_FIELD_IMM, TM_POS_GROUP and TM_POS_GROUP_IMM ! with new messages and add message for POSITION [IMMEDIATE] TO ICON. ! 18-May-1988, BOK, Add TM_EXIT_IMM_RESP_STEP ! 13-Jun-1988, PJT, Change a bunch of the old messages for the POSITION response step and add ! a bunch of new ones. ! 15-Jun-1988, PJT, Change TM_POS_DEV_NO_INPUT to TM_DEV_NO_INPUT and add TM_POS_RESP_STEP. ! 22-Jun-1988, PJT, Changed a bunch of the old messages for the DEACTIVATE response step and added ! some new ones. Changed the text of the trace messages for the POSITION response ! step to lower case. ! 27-Jun-1988, PJT, Add tm_deac_all_deact. ! 28-Jun-1988, JBS, Reformat for MSGDOC. ! 28-Jun-1988, JBS, Reorganize message code space. ! 28-Jun-1988, JBS, Add BITMAPOVR. ! 30-Jun-1988, JEF, Add PROC_ESCAPE_ERROR and INTERNAL_INVOKE_PEU. ! 12-Jul-1988, JEF, Add NOPARENT. ! 15-Jul-1988, PJT, Changed the control text message NOSESSION from code ES002 to ES011, the INUSE ! message from code ES009 to ES010, the RETURN_IMMED message from ES013 to ES012, ! the NODECPT message from code ES015 to ES014 nad the NOCOMMA message from code ! code ES015 to ES014. Add BAD_RCV_SHDW_REC_LEN and BAD_SND_SHDW_REC_LEN as FIMS ! control text messages ES015 and ES016, respectively. ! 19-Jul-1988, PJT, Added SND_SHDW_REC_LEN and RCV_SHDW_REC_LEN. ! 20-Jul-1988, PJT, Changed BAD_RCV_SHDW_REC_LEN to BAD_RSHDWREC_LEN, BAD_SND_SHDW_REC_LEN to BAD_SSHDWREC_LEN, ! SND_SHDW_REC_LEN to SSHDW_REC_LEN and RCV_SHDW_REC_LEN to RSHDW_REC_LEN. ! 13-Oct-1988, PJT, Make the CONVERR control text message EI007. ! 28-Dec-1988, BOK, Add NOLICENSE ! 05-Jan-1989, BOK, Add ILLVPUSE for illegal use of printing viewports. ! 25-Jan-1989, JBS, Change product name from VAXforms to DECforms. ! 14-Feb-1989, PJT, Change control text item code for BADRECCNT from EI006 to EI002. Change CONVERR ! control text item code from EI007 to EI003. ! 20-Feb-1989, BOK, Add HANGUP ! 22-Feb-1989, JBS, Correct a typo in the MANGUP message that got MSGDOC upset. ! 22-Mar-1989, BOK, Add ILLCTLTXTCNT ! 29-Mar-1989, JBS, Move ILLCTLTXTCNT to the V1.1 message file. ! 31-Jul-1989, JDE, Correct some typos. ! 08-Mov-1990, SMC, Added FIMS error number support for API. !- !++ ! Note: In V1.0 - V1.3, we only made room for 24 control texts by defining them before any DECforms messages. ! Such method is not extensible. From V2.0 on, we will be allocating space for control text from the end ! of the DECforms message space. To preserve the value of existing VMS status, we must add 24 to offset ! the first DECforms message properly. !-- .Base Forms$$Msg_Mgr_Base + 24 ! ! Literal offsets for MGR messages. ! .Literal Forms$$Msg_Mgr_First_Message = Forms$$Msg_Mgr_Base + 24 .Literal Forms$$Msg_Mgr_Last_Message = Forms$$Msg_Mgr_Base + 2047 ! ! There are three types of messages in this file. Control Text messages, ! Signalled messages, and trace messages. ! ! Trace messages are output to the trace file. ! ! Control Text messages are messages that are placed in the the control ! text string when the Form Manager signals an error. ! ! Signalled messages are messages that are signalled by the Form Manager. ! The user value assoicated with message is an offset into the control text ! messages that the Form Manager uses to get the associated control text. ! ! ! Signalled Messages ! ! The following are the messages that the Form Manager will signal. For ! each message there is a corresponding control text message. Messages can be ! inserted in the list anywhere until the first customer ship. After that, all ! messages must appear at the end of the list. ! ! USER_VALUE specifies the offset into the control text messages. ! ! Messages with SUCCESS, INFORMATIONAL, or WARNING will not terminate ! the call to the display manager. All others will terminate the request. ! !- INTDATCOR - "internal data corrupted at !UL in !AC" - /FATAL - /USER_VALUE=FORMS$K_EI019 - /FAO=2 ! Explanation: ! A database consistency check failed during request processing. Your ! program may be referring to a location outside a dimensioned array ! or requesting input from an address outside the program. ! User Action: ! Recompile any module that you think may refer outside a ! dimensioned array with the /CHECK=BOUNDS qualifier. This qualifier ! causes the run-time system to check the range of subscripts, indexes, ! and so on and issue run time messages if errors exist. Relink ! and rerun your program. Fix any errors indicated by run-time ! messages from the system. If you find no errors in ! your program, submit an SPR. Include the information in the run-time ! messages generated by modules compiled with the /CHECK=BOUNDS ! qualifier in the SPR. TIMEOUT - "input did not complete in the specified time." - /ERROR - /USER_VALUE=FORMS$K_ES001 ! Explanation: ! The time to complete the input operation was more than ! the specified timeout value. ! User Action: ! Complete the input operation quicker, or increase the timeout value. NORECORD - "a form record specified in the operation is unknown in the form." - /ERROR - /USER_VALUE=FORMS$K_ES007 ! Explanation: ! The request specified a record name that is not in this ! form. ! User Action: ! Specify the correct record name or add the record to the ! form. BADRECLEN - "the record length argument does not match the length of the record in the form." - /ERROR - /USER_VALUE=FORMS$K_ES008 ! Explanation: ! Either the program record descriptor length or the form record length ! is incorrect. The length of the program record and form record do ! not match. ! User Action: ! Check the trace file to determine the length of the data you are passing. ! Be sure that the sum of the program record field lengths and form ! record field lengths equals the length of the data. Remember that ! the data type of record fields can affect their length. BADRECCNT - "the number of records specified does not match the number specified in the record list." - /ERROR - /USER_VALUE=FORMS$K_EI002 ! Explanation: ! The number specified in the record-count parameter in the request call ! does not match the number of records in the record list. ! User Action: ! Check the record list in the form. Pass the number of records in ! the list in the record-count parameter. NODECPT - "the decimal point is positioned incorrectly in a record field." - /ERROR - /USER_VALUE=FORMS$K_ES014 ! Explanation: ! The data type of a record field indicates that it should contain a ! decimal point. The data in the record field either does not contain ! a decimal point or the decimal point is in the wrong position. ! User Action: ! Correct the format of the data in the record field or change the data ! type of the record field. See the trace file for a message that ! identifies which record field's decimal point is incorrectly positioned. NOCOMMA - "the comma decimal point is positioned incorrectly in this record field." - /ERROR - /USER_VALUE=FORMS$K_ES014 ! Explanation: ! The data type of a record field indicates that it should contain a ! comma decimal point. The data in the record field either does not ! contain a decimal point or the decimal point is in the wrong position. ! User Action: ! Correct the format of the data in the record field or change the data ! type of the record field. EXPREVALERR - "cannot evaluate the expression." - /ERROR - /USER_VALUE=FORMS$K_EI014 ! Explanation: ! The Form Manager cannot evaluate an expression or one of the ! operands cannot be converted to a common data type ! (a data type common to both operands). ! User Action: ! Modify the data type of one of the operands so that they can be converted ! to a common data type and compared. ILLFLDVALUECTX - "Illegal FIELDVALUE context." - /ERROR - /USER_VALUE=FORMS$K_EI017 ! Explanation: ! FIELDVALUE is referenced in a context where it is not valid. ! (eg. outside of accept phase or in a function response triggered ! from a wait.) ! User Action: ! Examine FIELDVALUE references and the context in which it is ! to be evaluated. BADARG - "bad argument or incorrect argument format for request." - /ERROR - /USER_VALUE=FORMS$K_EI005 ! Explanation: ! One of the arguments to the request call is invalid. For ! example, the Form Manager may not have the type of access to the argument ! that it expects. This message is usually followed by another message ! explaining why the argument is invalid. ! User Action: ! Examine the request call and correct the argument ! for the request. BADARGITMLST - "bad argument or incorrect argument format in item list."- /ERROR ! Explanation: ! One of the arguments in the item list on the ! call was bad or specified improperly. ! User Action: ! Examine the item list and correct the bad argument. BADITMLSTCODE - "invalid item code found in item list."- /ERROR - /USER_VALUE=FORMS$K_EI006 ! Explanation: ! An item code value passed in request-options parameter is unknown, ! or an item code specified is invalid for the current type ! of request (for example, some item codes are valid only for ENABLE ! requests). ! User Action: ! Examine the request-options parameter and correct the invalid item ! code. BADITMLSTCOMB - "invalid combination of item codes found in item list."- /ERROR - /USER_VALUE=FORMS$K_EI007 ! Explanation: ! The combination of item codes passed in the request-options parameter ! is invalid. ! User Action: ! See the DECforms Guide to Programming for information on what combinations ! of items codes are valid. Pass a valid combination of item codes ! in the request-options parameter. ERRARGLIST - "error in argument list detected at or near argument !UL."- /FAO=1 - /ERROR ! Explanation: ! An argument passed in the current request call is invalid. The invalid ! argument is either named in the message or is near the argument named ! in the message. The invalid argument may, for example, contain an ! invalid value or its format may be invalid. ! User Action: ! Examine the argument list in the current request call and the values ! passed in the call. Correct the error in the argument list. ERRITMLIST - "error in item list detected at or near item !UL."- /FAO=1 - /ERROR ! Explanation: ! The request-options argument contains an invalid item. The invalid ! item is either named in the message or is near the item named in the ! message. The invalid item may, for example, contain an invalid value ! or have an invalid format. ! User Action: ! Examine the request-options argument to the current request call. ! Correct the error in the item list. ARGRESDEC - "argument reserved to Digital." - /ERROR ! Explanation: ! Some request call arguments are reserved for future use by DIGITAL. ! You cannot pass data in arguments reserved for use by DIGITAL. ! User Action: ! See the DECforms Guide to Programming for information ! on what request arguments are reserved to DIGITAL. Do not pass ! data in those arguments. Remember that you may need to supply a ! placeholder for arguments you omit. INVRECDES - "invalid record message descriptor." - /ERROR - /USER_VALUE=FORMS$K_EI022 ! Explanation: ! One of the record message descriptors passed in a FORM$SEND, ! FORMS$RECEIVE, or FORMS$TRASCEIVE call is invalid. The descriptor ! is invalid if the DSC$B_CLASS field does not contain DSC$K_CLASS_S, ! DSC$CLASS_D, or DSC$K_CLASS_VS. ! User Action: ! Correct the record message descriptor format. !##IGNORE ON ILLARG - "illegal number of arguments for request." - /ERROR ! Explanation: ! A request call passes an incorrect number of arguments. ! User Action: ! Examine the request call and correct the number of ! arguments for the request. ! (to be replaced by reqdarg, toofewargs, toomanyargs) !##IGNORE OFF REQDARG - "required argument missing, check documentation."- /ERROR - /USER_VALUE=FORMS$K_EI033 ! Explanation: ! A required argument is missing from the request call. ! User Action: ! See the DECforms Guide to Programming for information on required ! request call arguments. Supply all required arguments in each request ! call. TOOFEWARGS - "too few arguments for request."- /ERROR ! Explanation: ! The request call contains fewer arguments than expected. ! User Action: ! Supply all required arguments to the request call. Remember that ! you may need to supply a placeholder for optional, omitted arguments. ! See the DECforms Guide to Programming for information on what arguments ! must be supplied with a particular request call. TOOMANYARGS - "too many arguments for request."- /ERROR ! Explanation: ! The request call contains more arguments than expected. ! User Action: ! Remove extra arguments from the request call. If the call was a ! FORMS$SEND, FORMS$RECEIVE, or FORM$TRANSCEIVE, verify that you pass ! 50 or less records in the record-message argument. See the DECforms ! Guide to Programming for information on what arguments you can pass ! in a request call. !##IGNORE ON NOACCESS - "no read or write access to user arguments." - /ERROR ! Explanation: ! One of the user arguments does not have the required ! read or write access. ! User Action: ! Examine the request call arguments and ensure that they ! are accessible. ! (to be replaced by no_read_access, no_write_access.) !##IGNORE OFF NO_READ_ACCESS - "no read access to user argument." - /ERROR - /USER_VALUE=FORMS$K_EI026 ! Explanation: ! The Form Manager cannot read data from a request call argument to which ! it expects to have read access. ! User Action: ! Examine the variable you pass in the request call argument and ensure that ! the Form Manager can read data from it. NO_WRITE_ACCESS - "no write access to user argument." - /ERROR - /USER_VALUE=FORMS$K_EI037 ! Explanation: ! The Form Manager cannot write data into a request call argument to which ! it expects to have write access. ! User Action: ! Examine the variable you pass in the request call argument and ensure that ! the Form Manager has write access to it. PENDING - "asynchronous request was successfully queued."- /SUCCESS - /USER_VALUE=FORMS$K_S000 ! Explanation: ! The requested asynchronous operation was successfully ! queued and its completion is now pending. When the ! operation DOES complete, the forms manager will notify ! the application if one or more of the "asynch" arguments ! (event flag, request status block, AST routine, AST ! parameter) was specified on the call. The actual ! completion status of the operation will then be loaded ! into the request status block (if specified). ! User Action: ! None; success message. BLOCKED_BY_AST - "request cannot be processed, blocked by application AST."- /ERROR - /USER_VALUE=FORMS$K_EI008 ! Explanation: ! The Form Manager cannot process synchronous DECforms ! requests made from an application AST routine. ! User Action: ! Issue an asynchronous DECforms request, or modify the ! application so that the synchronous DECforms request is ! not made from an application AST routine. REQPROCDIS - "request processing is currently disabled, cannot initiate request."- /ERROR ! Explanation: ! The request cannot be processed because the Form Manager ! request processing code is not running. !##IGNORE ON ! Note: This error is related to usage in an ACMS or "forms server" ! environment. !##IGNORE OFF ! User Action: !##IGNORE ON ! This is not a condition that the V1.0 user should ever see. ! If the V1.0 user does see this, it should be treated as a ! fatal internal logic error. !##IGNORE OFF ! Please submit an SPR. ABORTED - "session was aborted due to a severe error in another request"- /ERROR - /USER_VALUE=FORMS$K_EI004 ! Explanation: ! The session has been aborted because a fatal error occurred ! during the processing of some other request for the session. ! User Action: ! Examine the completion status of other requests for this session to ! determine what the fatal error is. ! Correct the condition that caused the fatal error. STOPPED - "request processing stopped, Form Manager shutting down."- /ERROR ! Explanation: ! The request has been aborted because the Form Manager request ! processing code is in the process of shutting down. !##IGNORE ON ! Note: This error is related to usage in an ACMS or "forms server" ! environment. !##IGNORE OFF ! User Action: !##IGNORE ON ! This is not a condition that the V1.0 user should ever see. ! If the V1.0 user does see this, it should be treated as a ! fatal internal logic error. !##IGNORE OFF ! Please submit an SPR. CANCELLED - "request processing interrupted by arrival of CANCEL request."- /ERROR - /USER_VALUE=FORMS$K_ES017 ! Explanation: ! The request was interrupted by the CANCEL request. ! User Action: ! None. NOACTREQ - "there are no active requests to CANCEL."- /ERROR - /USER_VALUE=FORMS$K_ES019 ! Explanation: ! The program called the CANCEL request, but there are no active requests ! to cancel. ! User Action: ! None. CANINPROG - "a CANCEL request is in progress."- /ERROR - /USER_VALUE=FORMS$K_EI010 ! Explanation: ! The requested operation cannot be completed because a ! CANCEL operation is currently in progress. ! User Action: ! Wait for the CANCEL operation to complete and then reissue ! the request. DISINPROG - "a DISABLE request is in progress, no other requests for this session can be accepted."- /ERROR - /USER_VALUE=FORMS$K_EI013 ! Explanation: ! The requested operation cannot be completed because a ! DISABLE request is currently in progress. ! User Action: ! Call all requests for a session before you call the DISABLE request. ! Once you call the DISABLE request for a session, call no other requests ! for that session. NYI - "requested operation is not yet implemented."- /ERROR - /USER_VALUE=FORMS$K_EI042 ! Explanation: ! The requested operation has not yet been implemented. ! This indicates that you have attempted to perform an operation ! which is not defined according to the documentation, but which ! has been partly implemented in anticipation of full implementation ! in a future release. ! User Action: ! Modify the application so that it does not attempt undefined operations. INVRECCNT - "invalid record count value."- /ERROR - /USER_VALUE=FORMS$K_EI021 ! Explanation: ! The value specified in the record-count argument is outside the range ! of 0 to 50. The value must be in this range. ! User Action: ! Correct the record count value. Note that this ! argument specifies the number of sets of record ! item information. Each record item set contains ! four arguments - record-message, record-message-length, ! shadow-record-message, shadow-record-message-length. RECVRECITEMS - "number of receive record items disagrees with record count value."- /ERROR - /USER_VALUE=FORMS$K_EI032 ! Explanation: ! The argument list contains fewer receive record arguments than specified ! in the record-count argument. The Form Manager expects to receive ! four arguments for each receive record--the record-message argument, the ! record-message-length argument, the shadow-record-message argument, ! and the shadow-record-message length argument. ! User Action: ! Correct either the record count value or the number ! of receive record arguments passed in the call. SENDRECITEMS - "number of send record items disagrees with record count value."- /ERROR - /USER_VALUE=FORMS$K_EI034 ! Explanation: ! The argument list contains fewer send record arguments than specified ! in the record-count argument. The Form Manager expects to receive ! four arguments for each send record--the record-message argument, the ! record-message-length argument, the shadow-record-message argument, ! and the shadow-record-message length argument. ! User Action: ! Correct either the record count value or the number ! of send record arguments passed in the call. NOPARENT - "specified parent request does not exist." - /ERROR - /USER_VALUE=FORMS$K_EI025 ! Explanation: ! The Form Manager is unable to locate the parent request that ! was specified by the parent-request-id argument in the call. ! User Action: ! Verify that you obtain the parent request idenfication value ! from the PARENTREQUESTID builtin form data item and that you ! pass that value to the program in the CALL response step. ! Be sure that the program receives the parent request identification ! value correctly. NOSESSION - "specified session does not exist." - /ERROR- /USER_VALUE=FORMS$K_ES011 ! Explanation: ! The session identification string you passed in the session-id argument ! does not match an existing session. ! User Action: ! Check the session-id argument in your request call. Be sure you name ! the appropriate variable in that argument. NOLAYOUT - "no layout in this form fits the terminal type, language, and display size." - /ERROR - /USER_VALUE=FORMS$K_ES003 ! Explanation: ! No layouts in this form conform to this terminal ! type, language, and display size. ! User Action: ! Make sure the FORMS$LANGUAGE logical or the corresponding item code ! value in the request-options parameter is defined properly. Also check ! that the form contains a layout to match the type and display size of ! the terminal you are using. Be sure that the natural language for that ! layout matches the definition of FORMS$LANGUAGE or the specified language ! in the request-options parameter. PROCESC_NOT_FOUND - "address of procedural escape could not be found" - /ERROR - /USER_VALUE=FORMS$K_EI030 ! Explanation: ! The Form Manager could not find the address of an escape routine in any ! of the shareable images defined by FORMS$IMAGE or specified in the ! request-options parameter. ! User Action: ! Verify that the logical name FORMS$IMAGE is defined properly or the ! shareable images specified in the request-options parameter correctly ! identify the shareable image that contains the escape routine. Verify that ! the name of the escape routine is spelled correctly in the CALL response ! step. INUSE - "cannot disable a session that is currently in use" - /ERROR- /USER_VALUE=FORMS$K_ES010 ! Explanation: ! The program attempted to disable a form that is ! currently in use. For example, the form may have called an escape ! routine and the escape routine may have called the DISABLE request to disable ! the session from which the escape routine was called. ! User Action: ! Remove the DISABLE request from the escape routine. If the DISABLE request ! is called at the AST level, ! implement logic at the AST level to avoid conflicts of disabling a form ! that is being used. RETURN_IMMED - "RETURN IMMEDIATE response step processed" - /SUCCESS - /USER_VALUE=FORMS$K_ES012 ! Explanation: ! The request completed due to a RETURN IMMEDIATE response step. ! User Action: ! None. OPENTRACE - "error open trace file !AS" - /WARNING - /USER_VALUE=FORMS$K_EI028 - /FAO = 1 ! Explanation: ! The Form Manger could not open the trace file for output. Tracing is ! disabled. ! User Action: ! Examine the definition of the FORMS$TRACE_FILE logical name and the ! request-options parameter for the name associated with the FORMS$K_TRACEFILE ! item code. Be sure the file named can be opened by your process. CLOSETRACE - "error closing trace file !AS" - /WARNING - /USER_VALUE=FORMS$K_EI011 - /FAO = 1 ! Explanation: ! The Form Manager could not close the trace file. Trace file status is ! unknown. The Form Manager may not be able to close the trace file ! because you opened it across a network link, which has been broken. ! Another reason could be that the device on which the trace file is ! stored is off line. The device on which you store the file ! could be full, or your account could have used up its storage quota. ! User Action: ! Correct the problem and rerun your program to generate a trace file. OPENFORM - "error open form file !AS" - /ERROR - /USER_VALUE=FORMS$K_ES002 - /FAO = 1 ! Explanation: ! The Form Manager could not open the form file for input. ! User Action: ! Examine the name of the form file you pass in the form-file argument ! to the FORMS$ENABLE call. Be ! sure the file named can be opened by your process. CLOSEFORM - "error closing form file !AS" - /ERROR - /USER_VALUE=FORMS$K_ES002 - /FAO = 1 ! Explanation: ! The Form Manager could not close the form file. The Form Manager may ! not be able to close the form file ! because you opened it across a network link, which has been broken. ! Another reason could be that the device on which the form file is ! stored is off line. The device on which you store the file ! could be full, or your account could have used up its storage quota. ! User Action: ! Correct the problem before you rerun your application. WRITETRACE "error writing to trace file !AS" - /WARNING - /USER_VALUE=FORMS$K_EI036 - /FAO = 1 ! Explanation: ! The Form Manager could not write to the trace file. Tracing is disabled. ! The Form Manager may not be able to write to the trace file ! because you opened it across a network link, which has been broken. ! Another reason could be that the device on which the trace file is ! stored is off line. The device on which you store the file ! could be full, or your account could have used up its storage quota. ! User Action: ! Correct the problem and rerun your program to generate a trace file. DEVERR - "device I/O error" - /ERROR - /USER_VALUE=FORMS$K_EI012 ! Explanation: ! Some unexpected error occured on the device. Accompanying ! messages will explain more detail. ! User Action: ! Correct problem. INVDEVICE - "invalid or no such device !AS" - /ERROR - /USER_VALUE=FORMS$K_ES004 - /FAO = 1 ! Explanation: ! The device specified on the ENABLE call was invalid. ! User Action: ! Specify a valid device. See the DECforms Guide to Programming for ! a list of the devices you can specify in an ENABLE call. NOHANDLER - "no device handler for specified device" - /ERROR - /USER_VALUE=FORMS$K_EI023 ! Explanation: ! The device specified on the ENABLE call is unsupported. ! User Action: ! Specify a supported device. See the DECforms Guide to Programming for ! a list of the devices you can specify in an ENABLE call. BAD_DEVHLR - "device handler found is invalid" - /FATAL - /USER_VALUE=FORMS$K_EI009 ! Explanation: ! Fatal internal error. ! User Action: ! Please submit an SPR. !##IGNORE ON NOP - "default NOP device handler routine called, no operation performed" - /SUCCESS ! Explanation: ! Internal message, should never be seen by users. !##IGNORE OFF NO_FUNC_RESPONSE - "undefined function key" - /WARNING ! Explanation: ! The operator pressed a function key that has no ! function response defined for it. ! User Action: ! Press a defined function key. CONVERR - "error while converting from one data type to another." - /ERROR - /USER_VALUE=FORMS$K_EI003 ! Explanation: ! The Manager could not convert a value from one data type to another or ! data truncation occurred during the conversion. ! For example, a form record field's data type may not be valid for the ! data the program is passing to the form record. ! User Action: ! Check the values in your records to be sure they are valid, ! and verify that the data types of program record fields and form record ! fields create the same VMS data type in internal data storage. Verify ! that the data types and lengths of record fields and form data items are ! compatible for conversions that involve record fields and data items. ! Verify that form data item and panel field data types and lengths are ! compatible for conversions that involve form data items and panel fields. ! See the DECforms Guide to Programming for more information. STRTOOSHORT - "the length of a string passed in a request is too small." - /ERROR - /USER_VALUE=FORMS$K_EI035 ! Explanation: ! One of the character string arguments you pass to the Form Manager ! is too short. For example, the session identification string must ! be 16 characters long. ! User Action: ! Modify the variable that stores the argument and make it the correct ! length. See the DECforms Guide to Programming for information on ! the length of arguments. RECORD_LEN - "you specified a record length of !UL, but the length of the !AS record is !UL." - /WARNING - /FAO = 3 ! Explanation: ! The length of the form record does not match the length of the data ! from the program. ! User Action: ! Check the length of record fields and be sure their lengths equal ! the length of the program record. Remember that certain data types ! affect the lengths of fields. RECORD_COUNT - "you specified !UL record!%S, but the number in the !AS record list is !UL." - /WARNING - /FAO = 3 ! Explanation: ! The record list in the form does not contain the number of records ! the program is passing. For example, the record list in the form ! might contain three record names, while the program is passing four ! records to the form. ! User Action: ! Correct either the number of records passed in the request or the ! number of records named in the record list in the form. BADKEYSTROKE - "you entered an invalid keystroke. Please try again." - /WARNING ! Explanation: ! The operator has entered a keystroke that is invalid for ! the current input device. ! User Action: ! Please retry the keystroke. Possible reasons for this ! error are line noise if the terminal is attached to a modem or ! an invalid keystroke if the keystroke entered is not supported on the ! device. For example, it should not be possible to generate ! the F20 key on a VT100-class terminal. INVLOBOUND - "subscript reference is less than the base defined for the array dimension" - /ERROR - /USER_VALUE=FORMS$K_ES024 ! Explanation: ! The subscript reference is less than the BASE ! specified for a form data group. ! User Action: ! Make sure the subscript reference is equal to or ! greater than the base of the form data group. INVHIBOUND - "subscript reference is greater than the number of occurrences defined for the array dimension" - /ERROR - /USER_VALUE=FORMS$K_ES025 ! Explanation: ! The subscript referenced is greater than the upper bound of the form ! data group OCCURS clause. For example, if the data group specifies ! OCCURS 10, the reference 11 or above is greater than the upper bound ! of the form data group. ! User Action: ! Use subscripts that are within the bounds of the group. INVRANGE - "invalid subscript range. The low bound must be less than or equal to the high bound" - /ERROR - /USER_VALUE=FORMS$K_EI020 ! Explanation: ! The subscript range specified for a group ! is invalid. The low bound of the ! range is greater than the high bound of the ! range. ! User Action: ! Make the low bound of the subscript range less ! than or equal to the high bound of the range. BITMAPOVR - "Function key bitmap stack overflow" - /FATAL ! Explanation: ! Internal error. ! User Action: ! Please submit an SPR. ACTSTKOVR - "Accept Phase stack overflow" - /FATAL ! Explanation: ! Internal error. ! User Action: ! Please submit an SPR. ACTSTKUND - "Accept Phase stack underflow" - /FATAL ! Explanation: ! Internal error. ! User Action: ! Please submit an SPR. !##IGNORE ON INTERNAL_INVOKE_PEU - " "- /SUCCESS ! Explanation: ! The Form Manager uses this message internally during the processing of ! user-written escape routines. ! User Action: ! None - This is an internal MGR message which is never displayed ! to the user. !##IGNORE OFF PROC_ESCAPE_ERROR - "request terminated due to severe error in procedural escape routine"- /ERROR - /USER_VALUE=FORMS$K_EI031 ! Explanation: ! An escape routine being executed as part of the current request ! signalled a fatal error. The request has been terminated. ! User Action: ! Examine the trace log and determine what error was issued during ! processing of the escape routine. Correct the error signaled in the ! trace file. BAD_RSHDWRECLEN - "the receive shadow record length does not match the length of the receive shadow record in the form." - /ERROR - /USER_VALUE=FORMS$K_ES015 ! Explanation: ! The request call specified a receive-shadow-record-length that does not ! match the length of the receive shadow record in the form. ! User Action: ! Specify the correct value in the receive-shadow-record-length argument. BAD_SSHDWRECLEN - "the send shadow record length does not match the length of the send shadow record in the form." - /ERROR - /USER_VALUE=FORMS$K_ES016 ! Explanation: ! The request specified a send-shadow-record-length that does not ! match the length of the send shadow record record in the form. ! User Action: ! Specify the correct value in the send-shadow-record-length argument. SSHDW_REC_LEN - "you specified a send shadow record length of !UL for data record !AS, but the length should be 1." - /WARNING - /FAO = 3 ! Explanation: ! The form record length for the shadow record does not match the length ! of the data in the shadow record. ! User Action: ! Modify the form record so that its length matches the shadow record ! length. RSHDW_REC_LEN - "you specified a receive shadow record length of !UL for data record !AS, but the length of the shadow record is !UL." - /WARNING - /FAO = 3 ! Explanation: ! The form record length for the shadow record does not match the length ! of the data in the shadow record. ! User Action: ! Modify the form record so that its length matches the shadow record ! length. NOLICENSE - "no DECforms software license is active." - /FATAL - /USER_VALUE=FORMS$K_EI024 ! Explanation: ! No DECforms license has been registerd or loaded on this ! system. ! User Action: ! Register the proper license. ILLVPUSE - "illegal use of printing viewport" - /ERROR - /USER_VALUE=FORMS$K_EI018 ! Explanation: ! The form attempted to display a viewport designated as "For Printing" ! on a non-printer device. ! User Action: ! Modify the Form. Use For Printing viewport for printing ! purposes only. NUMERIC_ONLY "invalid character; enter only numbers in this position." - /INFORMATIONAL ! Explanation: ! This field allows you to enter only numeric characters ! in this position. ! User Action: ! Enter a character in the range 0-9. ALPHA_NUMR_ONLY "invalid character; enter only numbers and letters in this position." - /INFORMATIONAL ! Explanation: ! This field allows you to enter only alpha-numeric characters ! in this position. ! User Action: ! Enter a letter or a number. EMBEDDED_SPACES "numbers must be adjacent; remove spaces or other characters between numbers." - /INFORMATIONAL ! Explanation: ! Spaces or other characters appear between numbers in the field. ! Numbers must not be separated by spaces or other characters in this field. ! User Action: ! Remove the spaces or other characters, or replace them with zeros. INV_SIGN "invalid character for sign; enter only valid sign characters." - /INFORMATIONAL ! Explanation: ! This position in the field accepts only a sign character. The character ! you entered is not a sign character. ! User Action: ! Enter a sign character, usually a plus sign (+), minus sign (-), or ! parentheses. INV_SIGN_PARENS "parenthesis in wrong position; put the open parenthesis left of the decimal point and the close parenthesis right of the decimal point." - /INFORMATIONAL ! Explanation: ! When parentheses are used to indicate a negative value in this field, ! the opening "(" parenthesis should appear to the left of the decimal ! point and the closing parenthesis ")" should appear to the right of the ! decimal point. One of the parentheses in the ! field is in the wrong position. ! User Action: ! Modify value in the field so that the parentheses are in the ! correct positions. INV_SIGN_CURR "invalid character for sign or currency; enter only valid sign or currency characters." - /INFORMATIONAL ! Explanation: ! You entered an invalid sign or currency character. The sign character ! indicates whether a value is positive or negative and is often a plus ! sign (+), a minus sign (-), or parentheses. The currency character ! is one of the symbols you use to indicate that a value represents a sum of ! money. ! User Action: ! Enter only a valid sign or currency character in this position in ! the field. INV_CURR "invalid character for currency; enter only valid currency characters." - /INFORMATIONAL ! Explanation: ! You entered an invalid currency character. The currency character ! is one of the symbols you use to indicate that a value represents ! a sum of money. ! User Action: ! Enter only a valid currency character in this position in the field. INCMPL_CURR "currency symbol incomplete; add the characters that complete the currency symbol." - /INFORMATIONAL ! Explanation: ! The field contains a partial currency symbol. A currency symbol is ! a symbol or group of symbols that you use to indicate that a value ! represents a sum of money. The currency symbol you entered is incomplete. ! User Action: ! Complete the currency symbol. MULT_CURR "multiple currency symbols entered; remove extra symbols." - /INFORMATIONAL ! Explanation: ! The field contains multiple currency symbols. A currency symbol ! is a character or group of characters that you use to indicate that ! a value represents a sum of money ! User Action: ! Remove the extra currency symbols. INCMPL_SIGN "sign symbol incomplete; add the characters that complete the sign symbol." - /INFORMATIONAL ! Explanation: ! The field contains a partial sign symbol. The sign symbol is a character ! or group of characters that indicate whether a value is positive or ! negative. ! User Action: ! Add the remaining sign character or characters. MULT_SIGN "multiple sign symbols entered; remove extra symbols." - /INFORMATIONAL ! Explanation: ! The field contains more than one sign symbol. The sign symbol is a ! character or group of characters that indicate whether a value is ! positive or negative. ! User Action: ! Remove the extra sign symbols. TOO_MANY_DIGITS "too many digits for this field; remove extra digits." - /INFORMATIONAL ! Explanation: ! The field contains more characters allowed. ! User Action: ! Check to see if characters are in the sign or currency field positions. ! Remove the extra characters. CURSOR_HANGING "cursor outside of field; move the cursor into the field to enter data." - /INFORMATIONAL ! Explanation: ! The cursor is located outside the field. You cannot enter data characters ! when the cursor is outside the field. ! User Action: ! Move the cursor to a position where you can enter data. DATA_LEFT_SIGN "sign symbol not allowed in this position; move the symbol left of all data characters." - /INFORMATIONAL ! Explanation: ! A data character appears to the left of the sign character. The sign ! character is a symbol that indicates whether the value is positive ! or negative. It must appear to the left of all data characters in ! this field. ! User Action: ! Move the sign symbol to the left of all data characters. DATA_RIGHT_SIGN "sign symbol not allowed in this position; move the symbol right of all data characters." - /INFORMATIONAL ! Explanation: ! A data character appears to the right of the sign character. The sign ! character is a symbol that indicates whether the value is positive ! or negative. It must appear to the right of all data characters in ! this field. ! User Action: ! Move the sign symbol to the right of all data characters. DATA_LEFT_CURR "currency symbol not allowed in this position; move the symbol left of all data characters." - /INFORMATIONAL ! Explanation: ! A data character appears to the left of a currency symbol. ! The currency symbol must appear to the left of all data characters ! in this field. ! User Action: ! Move the currency symbol to the left of all data characters. DATA_RIGHT_CURR "currency symbol not allowed in this position; move the symbol right of all data characters." - /INFORMATIONAL ! Explanation: ! A data character appears to the right of a currency symbol. A currency ! symbol is a character or group of characters that you use to indicate ! that a value represents a sum of money. The currency symbol must appear ! to the left of all data characters in this field. ! User Action: ! Move the currency symbol to the right of all data characters. CURR_SPLIT "currency crosses decimal point or E character; move currency symbol." - /INFORMATIONAL ! Explanation: ! The currency symbol appears on both sides of the decimal point or ! the E character in an exponential number. ! User Action: ! Delete the currency symbol and re-enter it on only one side of the decimal ! point or E character. SIGN_SPLIT "sign crosses decimal point or E character; move sign symbol." - /INFORMATIONAL ! Explanation: ! The sign symbol appears on both sides of the decimal point or E character ! in an exponential number. ! User Action: ! Delete the sign symbol and re-enter it on only one side of the decimal ! point or E character. MULT_SIGN_E "multiple sign symbols on same side of E character; remove duplicate symbols." - /INFORMATIONAL ! Explanation: ! Two or more sign symbols are on the same side of the ! E character. ! User Action: ! Delete one sign symbol and re-enter it (if necessary) on the other ! side of the E character. OVRSTRIKEONLY "only overstrike editing is allowed for this field." - /INFORMATIONAL ! Explanation: ! This field does not allow you to edit its contents using the insert ! editing mode. ! User Action: ! Edit the field in overstrike mode. NOOVSINSLIT "cannot overstrike an insertion literal." - /INFORMATIONAL ! Explanation: ! You cannot enter a character in this position in overstrike mode. ! The position contains a field literal, which you cannot change. ! User Action: ! Either move the cursor to a position that can accept data entry or ! change your editing mode to insert mode. ALPHA_ONLY "invalid character; enter only letters in this position." - /INFORMATIONAL ! Explanation: ! This field allows only alphabetic characters ! in this position. ! User Action: ! Enter a letter. CANT_ALTER_MODE "the editing mode for this field cannot be changed." - /INFORMATIONAL ! Explanation: ! You cannot alter the editing mode while you are giving input to this ! field. The field's editing mode is set by DECforms. ! User Action: ! None. !##IGNORE ON MGRCIOBASE - "FORMS$MANAGER base = !XL, FORMS$CIOSHR base = !XL" - /FATAL - /FAO=2 ! Explanation: ! This message is used in conjunction with INTDATCOR in order ! to provide enough information for the developer to track down ! the location of the error within the FORMS$MANAGER or FORMS$CIOSHR ! images. ! ! This information is necessary since both of these images can be image ! activated. As a result the base of the images is not fixed at run-time ! thus making normal link maps almost useless. !##IGNORE OFF HANGUP "data set hangup." - /FATAL - /USER_VALUE=FORMS$K_ES005 ! Explanation: ! A hangup condition was detected on the terminal attached ! to the session. The session has been disabled. ! User Action: ! Look for causes of unexpected terminal data set hangups. !+ ! End of File FORMS_MSG_MGR.MSG !- !+ ! File FORMS_MSG_MGR_OPERATOR.MSG - MGR operator messages !- ! ! OPERATOR Success messages ! .Severity Success ! ! OPERATOR Information messages ! .Severity Information DATA_CONVERSION "data conversion for this field failed." ! Explanation: ! Data conversion failed for this item during operator input. ! User Action: ! Correct the form. The picture specified for the field allows ! values to be entered that can not be stored in the corresponding ! form data item for that field. Choose a datatype for the form data ! item that can represent all values that the picture allows. ! Alternatively, modify the picture so that it only allows values ! to be entered that can be stored in the form data item. FUNCTIONS_ONLY "no data input; press only a non-editing function key." ! Explanation: ! This field allows only function key input. No data ! characters are allowed, and you cannot use the editing functions to ! move the cursor inside the field or delete characters in the field. ! User Action: ! Press a function key that is not an editing function key. NO_MORE_HELP "no additional help for this item." ! Explanation: ! No other help messages or help panels are associated with this item. ! Other help messages or panels may be associated with other items. ! User Action: ! Redisplay the help associated with this item or display the help associated ! with another item. HELP_INACTIVE "help is inactive at this time; press the HELP key to start help." ! Explanation: ! The key you pressed is associated with a help function. You must ! press the HELP key to start help before this key operates correctly. ! User Action: ! Press the HELP key to start help. NO_HELP_AVAIL "no help available" ! Explanation: ! No help is available for this item. ! User Action: ! None. NO_PREV_ITEM "no previous item." ! Explanation: ! The cursor is positioned on the first item in the panel, so there are ! no previous items. ! User Action: ! Press the NEXT ITEM function key to move to another item. NO_NEXT_ITEM "no next item." ! Explanation: ! The cursor is positioned on the last item in the panel, so there are ! no next items. ! User Action: ! Press the PREVIOUS ITEM function key to move to another item. FIELD_FULL "field is full; no room to enter characters." ! Explanation: ! All positions of the field have non-space or non-zero ! characters in them. ! User Action: ! Delete one or more characters before entering more ! characters. RANGE_FAILS "data invalid; enter a value within the correct ranges." ! Explanation: ! This field accepts values within a specified range or ranges. The ! value you entered is not within any range specified for this field. ! User Action: ! Enter a value that falls within one of the ranges for this field. ONE_RANGE_FAILS "data invalid; enter a value at least !AS but not greater than !AS." ! Explanation: ! The value you enter in this field must be within the range of the ! values shown in the message. ! Values outside of that range are not valid as input to this field. ! User Action: ! Enter a value that is within the range for this field. REQUIRE_FAILS "data invalid; enter only specified required values." ! Explanation: ! The value you entered in this field is invalid because it did not ! meet certain requirements. For example, the input may be required ! to be less than or greater than a value you entered in another field. ! User Action: ! Enter a value that meets the requirements of this field. SEARCH_FAILS "data invalid; enter only specified search values." ! Explanation: ! This field is associated with a list of values. Your input must match ! on of the values in the list to be valid. ! User Action: ! Enter one of the values on the list associated with this field. ENTRY_REQ_FAILS "Enter at least one valid character." ! Explanation: ! You must enter at least one valid character into this field before ! you can move to other fields. ! User Action: ! Enter a valid character in the field. MIN_LEN_FAILS "data too short; enter more characters." ! Explanation: ! This field requires that you enter a minimum number of characters ! for input to it to be valid. ! User Action: ! Enter valid characters in the field so that the length is valid. CANTMOVELEFT "cannot move cursor left." ! Explanation: ! The cursor is on the leftmost position in the field, so it cannot be moved ! any further to the left. ! User Action: ! Press the PREVIOUS ITEM key to move out of the field or move the cursor ! in a different direction. CANTMOVERIGHT "cannot move cursor right." ! Explanation: ! The cursor is on the rightmost position in the field, so it cannot be moved ! any further to the right. ! User Action: ! Press the NEXT ITEM key to move out of the field or move the cursor in a ! different direction. NOUPOCC "topmost active occurrence; cannot move up" ! Explanation: ! The cursor is positioned on the top group of fields. You cannot move ! the cursor further up within this group of fields. ! User Action: ! Move in a different direction within the group or move out of the ! group of fields. NODOWNOCC "lowermost active occurrence; cannot move down" ! Explanation: ! The cursor is positioned on the bottom group of fields. You cannot move ! the cursor further down within this group of fields. ! User Action: ! Move in a different direction within the group or move out of the ! group of fields. NOLEFTOCC "leftmost active occurrence; cannot move left" ! Explanation: ! The cursor is positioned on the leftmost group of fields. You cannot move ! the cursor further left within this group of fields. ! User Action: ! Move in a different direction within the group or move out of the ! group of fields. NORIGHOCC "rightmost active occurrence; cannot move right" ! Explanation: ! The cursor is positioned on the rightmost group of fields. You cannot move ! the cursor further right within this group of fields. ! User Action: ! Move in a different direction within the group or move out of the ! group of fields. NO_UP_ITEM "uppermost active item; cannot move up" ! Explanation: ! The cursor is positioned on the top item on this panel. You cannot ! move up in the panel. ! User Action: ! Move in a different direction on the panel or position to another ! panel. NO_DOWN_ITEM "lowermost active item; cannot move down" ! Explanation: ! The cursor is positioned on the bottom item on this panel. You cannot ! move down in the panel. ! User Action: ! Move in a different direction on the panel or position to another ! panel. NO_LEFT_ITEM "leftmost active item; cannot move left" ! Explanation: ! The cursor is positioned on the leftmost item on this panel. You cannot ! move left in the panel. ! User Action: ! Move in a different direction on the panel or position to another ! panel. NO_RIGHT_ITEM "rightmost active item; cannot move right" ! Explanation: ! The cursor is positioned on the rightmost item on this panel. You cannot ! move right in the panel. ! User Action: ! Move in a different direction on the panel or position to another ! panel. INVALID_DATE "invalid date or time" ! Explanation: ! You must enter a date, time, or both in this field. The value ! you entered is either not a date or time or the format of the data ! or time is invalid. ! User Action: ! Reenter the date or time correctly. !##IGNORE ON !{error_name} "actual message." ! Explanation: ! {Explanation of what when wrong where and why, continued on ! several lines if necessary}. ! User Action: ! {What the user can do to recover from or avoid repeating ! the mistake}. !##IGNORE OFF !+ ! End of File FORMS_MSG_MGR_OPERATOR.MSG !- !+ ! File FORMS_MSG_MGR_TRACE.MSG - Trace message file for Form Manager ! ! Revision History: ! ! 11-Jul-1988, PJT, Removed old data transfer messages, CNV_FIELD_FG, CNV_FG_FIELD, ! CNV_GROUP_FD and CNV_FD_GROUP, which aren't needed anymore. ! 20-Jul-1988, JJJ, Add new form load messages ! 31-Aug-1988, PJT, Changed some existing data transfer messages and added new ones. ! 20-Aug-1988, PJT, Changed some existing activate messages and added new ones. ! 27-Sep-1988, PJT, Changed some existing deactivate and reset messages. Also added ! some new ones. ! 20-Oct-1988, PJT, Changed some existing activation list output messages and added ! some new ones. ! 11-Nov-1988, PJT, Make st_act_wait take an optional panel name. ! 18-Jan-1989, JJJ, Change terminal type good message to include terminal type ! 25-Jan-1989, JBS, Change product name from VAXforms to DECforms. ! 20-Feb-1989, JJJ, Add message to alert of possible data corruption from peus. !- .Severity Informational !+ ! All Display Manager trace messages have a prefix of 'TM_'. All trace ! messages will be informational. ! !##IGNORE ON !{error_name} "{actual message with 1 FAO parameter here: !AS}"/FAO=1 !+ ! Explanation: {Explanation of what when wrong where and why, continued on ! several lines if necessary}. ! ! User Action: {What the user can do to recover from or avoid repeating ! the mistake}. !- TM_OPEN_TRACE "Begin trace output to !AS at !%D."/FAO=2 !+ ! Explanation: The trace file has been opened, and tracing messages are ! being output to it. This is the first trace message. ! ! User Action: Nothing. !- TM_CLOSE_TRACE "End trace output to !AS at !%D."/FAO=2 !+ ! Explanation: The trace file is being closed, and no more tracing ! messages will be output to it. This is the last trace ! message. ! ! User Action: Nothing. !- TM_START_DISABLE_REQ "Begin DISABLE request." !+ ! Explanation: The DISABLE request is beginning. ! ! User Action: Nothing. !- TM_START_ENABLE_REQ "Begin ENABLE request." !+ ! Explanation: The ENABLE request is beginning. ! ! User Action: Nothing. !- TM_START_RECEIVE_REQ "Begin RECEIVE request." !+ ! Explanation: The RECEIVE request is beginning. ! ! User Action: Nothing. !- TM_START_SEND_REQ "Begin SEND request." !+ ! Explanation: The SEND request is beginning. ! ! User Action: Nothing. !- TM_START_TRANSCEIVE_REQ "Begin TRANSCEIVE request." !+ ! Explanation: The TRANSCEIVE request is beginning. ! ! User Action: Nothing. !- TM_END_REQ "End request." !+ ! Explanation: This request is ending. ! ! User Action: Nothing. !- TM_START_INP "Begin Accept Input phase." !+ ! Explanation: The Accept Input phase is beginning. ! ! User Action: Nothing. !- TM_END_INP "End Accept Input phase." !+ ! Explanation: The Accept Input phase is ending. ! ! User Action: Nothing. !- TM_START_INI "Begin Initialize request phase." !+ ! Explanation: The Initialize request phase is beginning. ! ! User Action: Nothing. !- TM_END_INI "End Initialize request phase." !+ ! Explanation: The Initialize request phase is ending. ! ! User Action: Nothing. !- TM_START_ERS "Begin External Response phase." !+ ! Explanation: The External Response phase is beginning. ! ! User Action: Nothing. !- TM_END_ERS "End External Response phase." !+ ! Explanation: The External Response phase is ending. ! ! User Action: Nothing. !- TM_START_DFD "Begin Data Distribution phase." !+ ! Explanation: Data Distribution phase is beginning. ! ! User Action: Nothing. !- TM_END_DFD "End Data Distribution phase." !+ ! Explanation: The Data Distribution is ending. ! ! User Action: Nothing. !- TM_START_CFD "Begin Data Collection phase." !+ ! Explanation: The Data Collection is beginning. ! ! User Action: Nothing. !- TM_END_CFD "End Data Collection phase." !+ ! Explanation: The Data Collection is ending. ! ! User Action: Nothing. !- TM_VAL_ARGS "Validate the arguments for this request." !+ ! Explanation: The Display Manager is validating the arguments to this ! request. ! ! User Action: Nothing. !- TM_STRT_SEARCH_AR_TBL "Begin searching FORMS$AR_FORM_TABLE for form named '!AS'."/FAO=1 !+ ! Explanation: Forms$ar_form_table was specified on the enable call, so the ! Display Manager is beginning to search the table to see if the ! form was linked in with the application. ! ! User Action: Nothing. !- TM_FORM_FOUND "Form named '!AS' found."/FAO=1 !+ ! Explanation: The Display Manager has found the form. ! ! ! User Action: Nothing. !- TM_END_AR_FRM_TBL_SEARCH "End search of FORMS$AR_FORM_TABLE." !+ ! Explanation: The search of Forms$ar_form_table has ended. ! ! ! User Action: Nothing. !- TM_STRT_SEARCH_IMAGE "Begin searching image for form named '!AS'."/FAO=1 !+ ! Explanation: The Forms$ar_form_table, the form file and the form name were ! pass in so we will begin to search the image to see if it ! contains the form. ! ! User Action: Nothing. !- TM_END_SEARCH_IMAGE "End search of image." !+ ! Explanation: The search of the shareable image has completed. ! ! User Action: Nothing. !- TM_FORM_SEARCH_FAILED "Search for form named '!AS' failed."/FAO=1 !+ ! Explanation: While searching FORMS$AR_FORM_TABLE or the ! shareable image, the form was not found. ! ! User Action: Nothing. !- TM_OPEN_FORM "Open form file named '!AS'."/FAO=1 !+ ! Explanation: The Display Manager is starting to open the form ! file with the given name. ! ! User Action: Nothing. !- TM_READ_FORM "Read form file named '!AS'."/FAO=1 !+ ! Explanation: The Display Manager is starting to read the form ! file with the given name. ! ! User Action: Nothing. !- TM_BEGIN_SEL_LAYOUT "Begin selecting a layout." !+ ! Explanation: The Display Manager is starting to select a layout. ! ! User Action: Nothing. !- TM_END_SEL_LAYOUT "End selecting a layout." !+ ! Explanation: The Display Manager is done selecting a layout. ! ! User Action: Nothing. !- TM_FOUND_LAYOUT "Selected layout !AD."/FAO=2 !+ ! Explanation: The Display Manager selected the specified layout. ! ! User Action: None !- TM_FOUND_UNNAMED "Selected an unnamed layout." !+ ! Explanation: The Display Manager selected an unnamed layout. ! ! User Action: None !- TM_NO_LAYOUT "No layout in this form fits the terminal type, language, and display size." !+ ! Explanation: There are no layouts in this form that conform to this terminal ! type, language, and display size. ! ! User Action: Make sure the FORMS$LANGUAGE logical is defined properly, the display ! size in the form matches this display, and the terminal type in the form ! matches this terminal. !- TM_BEGIN_CHECK_UNNAMED "Begin checking an unnamed layout." !+ ! Explanation: The Display Manager is starting to check an unnamed layout. ! ! User Action: None. !- TM_END_CHECK_UNNAMED "End checking an unnamed layout." !+ ! Explanation: The Display Manager is done checking an unnamed layout. ! ! User Action: None. !- TM_BEGIN_CHECK_LAYOUT "Begin checking layout !AD."/FAO=2 !+ ! Explanation: The Display Manager is starting to check the specified layout. ! ! User Action: None. !- TM_END_CHECK_LAYOUT "End checking layout !AD."/FAO=2 !+ ! Explanation: The Display Manager is done checking the specified layout. ! ! User Action: None. !- TM_DISPLAY_SIZE_GOOD "The display size matches." !+ ! Explanation: The display size in the form matches the device's display size. ! ! User Action: None. !- TM_DISPLAY_SIZE_BAD "The display size does not match." !+ ! Explanation: The display size in the form does not match the device's display size. ! ! User Action: Correct the display size in the form. !- TM_LANG_GOOD "A layout was selected based on the value of the layout language." !+ ! Explanation: The language in the form matches the FORMS$LANGUAGE logical. ! ! User Action: None. !- TM_LANG_BAD "No layout with a matching language clause was found." !+ ! Explanation: The FORMS$LANGUAGE logical did not match any layout language clause within ! the form, or the FORMS$LANGUAGE logical was not defined. ! ! User Action: None. !- TM_TERM_TYPE_GOOD "The terminal type!AS!AS matches."/FAO=2 !+ ! Explanation: The terminal type in the form matches this device. ! ! User Action: None. !- TM_TERM_TYPE_BAD "The terminal type does not match." !+ ! Explanation: The terminal type in the form does not match this device. ! ! User Action: Correct the terminal type in the form, or run on the correct ! device. !- TM_OPEN_PRINT "Open print file named '!AS'."/FAO=1 !+ ! Explanation: The Display Manager opened the print file with the ! given name. ! ! User Action: None. !- TM_CLOSE_PRINT "Close print file named '!AS'."/FAO=1 !+ ! Explanation: The Display Manager closed the print file with the ! given name. ! ! User Action: Nothing. !- TM_LOGICAL_ON "The !AS logical is defined as '!AS'."/FAO=2 !+ ! Explanation: The given logical name is currently defined as the ! given string. ! ! User Action: Nothing. !- TM_ITEMCODE "The !AS itemcode is specified as '!AS'."/FAO=2 !+ ! Explanation: The given itemcode in the request options item list ! is specified as the given string. ! ! User Action: Nothing. !- TM_VAL_RECORD "Validate !AS record name for this request."/FAO=1 !+ ! Explanation: The Display Manager is starting to validate the given ! record for the request. ! ! User Action: Nothing. !- TM_FND_RECORD "Record !AS found in this form."/FAO=1 !+ ! Explanation: The Display Manager found the given record in the form. ! ! User Action: Nothing. !- TM_FND_REC_LIST "Record list !AS found in this form."/FAO=1 !+ ! Explanation: The Display Manager found the given record list in the form. ! ! User Action: Nothing. !- TM_BEGIN_DISTRIBUTION "Begin data distribution for the !AS record."/FAO=1 !+ ! Explanation: The Display Manager is starting to distribute record data ! from the specified record to form data. ! ! User Action: Nothing. !- TM_END_DISTRIBUTION "End data distribution for the !AS record."/FAO=1 !+ ! Explanation: The Display Manager is finished distributing record data ! from the specified record to form data. ! ! User Action: Nothing. !- TM_BEGIN_COLLECTION "Begin data collection for the !AS record."/FAO=1 !+ ! Explanation: The Display Manager is starting to collect record data for ! the specified record from form data. ! ! User Action: Nothing. !- TM_END_COLLECTION "End data collection for the !AS record."/FAO=1 !+ ! Explanation: The Display Manager is finished collecting record data for ! the specified record from form data. ! ! User Action: Nothing. !- TM_ST_CNV_FIELD_FD "Begin distributing record field !AS to form data item !AS."/FAO=2 !+ ! Explanation: The Display Manager is starting to distribute the specified ! record field to the specified form data item. ! ! User Action: Nothing. !- TM_END_CNV_FIELD_FD "End of distributing record field !AS to form data item !AS."/FAO=2 !+ ! Explanation: The Display Manager is finished distributing the specified ! record field to the specified form data item. ! ! User Action: Nothing. !- TM_CNV_FIELD_FD "Distributing record field !AS to form data item !AS."/FAO=2 !+ ! Explanation: The Display Manager is starting to transfer the specified ! record field data to the specified form data item. ! ! User Action: Nothing. !- TM_ST_CNV_FD_FIELD "Begin collecting record field !AS from form data item !AS."/FAO=2 !+ ! Explanation: The Display Manager is starting to collect the specified ! record field from the specified form data item. ! ! User Action: Nothing. !- TM_END_CNV_FD_FIELD "End of collecting record field !AS from form data item !AS."/FAO=2 !+ ! Explanation: The Display Manager is has finished collecting the specified ! record field from the specified form data item. ! ! User Action: Nothing. !- TM_CNV_FD_FIELD "Collecting record field !AS from form data item !AS."/FAO=2 !+ ! Explanation: The Display Manager is starting to transfer the specified ! form data item data to the specified record field. ! ! User Action: Nothing. !- TM_MESSAGEPANEL "Displaying the MESSAGEPANEL record field." !+ ! Explanation: There is a record field called MESSAGEPANEL. The Manager ! is displaying the contents of this field in the message panel. ! ! User Action: Nothing !- TM_DEFAULT_VAL "Setting the !AS record field to its default value."/FAO=1 !+ ! Explanation: The Display Manager is setting the given record field ! to its default value. This record field does not map to ! any form data items, so it gets set to a default value. ! ! User Action: Nothing. !- TM_CURR_TIME_FD "Setting the !AS form data item to the current time."/FAO=1 !+ ! Explanation: The Display Manager is setting the form data item ! to the current time. ! ! User Action: Nothing. !- TM_CURR_DATE_FD "Setting the !AS form data item to the current date."/FAO=1 !+ ! Explanation: The Display Manager is setting the form data item ! to the current date. ! ! User Action: Nothing. !- TM_CURR_ADT_FD "Setting the !AS form data item to the current date and time."/FAO=1 !+ ! Explanation: The Display Manager is setting the form data item ! to the current date and time. ! ! User Action: Nothing. !- TM_CURR_TIME_RF "Setting the !AS record field to the current time."/FAO=1 !+ ! Explanation: The Display Manager is setting the record field ! to the current time. ! ! User Action: Nothing. !- TM_CURR_DATE_RF "Setting the !AS record field to the current date."/FAO=1 !+ ! Explanation: The Display Manager is setting the record field ! to the current date. ! ! User Action: Nothing. !- TM_CURR_ADT_RF "Setting the !AS record field to the current date and time."/FAO=1 !+ ! Explanation: The Display Manager is setting the record field ! to the current date and time. ! ! User Action: Nothing. !- TM_READ_ONLY "The !AS form data item is read-only; operation could not be performed."/FAO=1 !+ ! Explanation: The Display Manager was asked to write into a read-only form ! data item, which isn't allowed. This can occur during data ! transfer, reset and let operations, to name a few examples. ! ! User Action: Either change the form data item so it is not read_only or ! ignore the message. !- TM_UPD_LAST_KNOWN "Updating the last-known value for form data item !AS."/FAO=1 !+ ! Explanation: The Display Manager is updating the last-known value for the ! specified form data item. ! ! User Action: Nothing. !- TM_EXT_RESP "Begin external responses for this request." !+ ! Explanation: The Display Manager is starting to interpret the ! external responses for the request. ! ! User Action: Nothing. !- TM_EXT_RESP_END "End external responses for this request." !+ ! Explanation: The Display Manager is done interpreting the ! external responses for the request. ! ! User Action: Nothing. !- TM_CTL_RESP "Begin control text responses for this request." !+ ! Explanation: The Display Manager is starting to interpret the ! control text responses for the request. ! ! User Action: Nothing. !- TM_CTL_RESP_END "End control text responses for this request." !+ ! Explanation: The Display Manager is done with the ! control text responses for the request. ! ! User Action: Nothing. !- TM_ACT_RESP_STEP "Begin ACTIVATE response step." !+ ! Explanation: The Display Manager is starting to interpret the ! Activate response step for the request. ! ! User Action: Nothing. !- TM_CALL_RESP_STEP "Begin CALL response step for procedural escape !AD."/FAO=2 !+ ! Explanation: The Display Manager is starting to interpret the ! CALL response step for the request. ! ! User Action: Nothing. !- TM_DEAC_RESP_STEP "Begin DEACTIVATE response step." !+ ! Explanation: The Display Manager is starting to interpret the ! DEACTIVATE response step for the request. ! ! User Action: Nothing. !- TM_DISP_RESP_STEP "Begin DISPLAY response step." !+ ! Explanation: The Display Manager is starting to interpret the ! DISPLAY response step for the request. ! ! User Action: Nothing. !- TM_DISP_IMM_RESP_STEP "Begin DISPLAY IMMEDIATE response step." !+ ! Explanation: The Display Manager is starting to interpret the ! DISPLAY IMMEDIATE response step for the request. ! ! User Action: Nothing. !- TM_ENTER_RESP_STEP "Begin ENTER HELP response step." !+ ! Explanation: The Display Manager is starting to interpret the ! ENTER HELP response step for the request. ! ! User Action: Nothing. !- TM_EXIT_IMM_RESP_STEP "Begin EXIT HELP IMMEDIATE response step." !+ ! Explanation: The Display Manager is starting to interpret the ! EXIT HELP IMMEDIATE response step for the request. ! ! User Action: Nothing. !- TM_EXIT_RESP_STEP "Begin EXIT HELP response step." !+ ! Explanation: The Display Manager is starting to interpret the ! EXIT HELP response step for the request. ! ! User Action: Nothing. !- TM_IF_RESP_STEP "Begin IF response step." !+ ! Explanation: The Display Manager is starting to interpret the ! IF response step for the request. ! ! User Action: Nothing. !- TM_INCL_RESP_STEP "Begin INCLUDE response step." !+ ! Explanation: The Display Manager is starting to interpret the ! INCLUDE response step for the request. ! ! User Action: Nothing. !- TM_INV_RESP_STEP "Begin INVALID response step." !+ ! Explanation: The Display Manager is starting to interpret the ! INVALID response step for the request. ! ! User Action: Nothing. !- TM_LET_RESP_STEP "Begin LET response step." !+ ! Explanation: The Display Manager is starting to interpret the ! LET response step for the request. ! ! User Action: Nothing. !- TM_MESS_RESP_STEP "Begin MESSAGE response step." !+ ! Explanation: The Display Manager is starting to interpret the ! MESSAGE response step for the request. ! ! User Action: Nothing. !- TM_POS_RESP_STEP "Begin POSITION response step." !+ ! Explanation: The Display Manager is starting to interpret a ! POSITION response step. ! ! User Action: Nothing. !- TM_PRI_RESP_STEP "Begin PRINT response step." !+ ! Explanation: The Display Manager is starting to interpret the ! PRINT response step for the request. ! ! User Action: Nothing. !- TM_PRI_IMM_RESP_STEP "Begin PRINT IMMEDIATE response step." !+ ! Explanation: The Display Manager is starting to interpret the ! PRINT IMMEDIATE response step for the request. ! ! User Action: Nothing. !- TM_REF_RESP_STEP "Begin REFRESH response step." !+ ! Explanation: The Display Manager is starting to interpret the ! REFRESH response step for the request. ! ! User Action: Nothing. !- TM_REM_RESP_STEP "Begin REMOVE response step." !+ ! Explanation: The Display Manager is starting to interpret the ! REMOVE response step for the request. ! ! User Action: Nothing. !- TM_RES_RESP_STEP "Begin RESET response step." !+ ! Explanation: The Display Manager is starting to interpret the ! RESET response step for the request. ! ! User Action: Nothing. !- TM_RET_RESP_STEP "Begin RETURN response step." !+ ! Explanation: The Display Manager is starting to interpret the ! RETURN response step for the request. ! ! User Action: Nothing. !- TM_RET_IMM_RESP_STEP "Begin RETURN IMMEDIATE response step." !+ ! Explanation: The Display Manager is starting to interpret the ! RETURN IMMEDIATE response step for the request. ! ! User Action: Nothing. !- TM_SIG_RESP_STEP "Begin SIGNAL response step." !+ ! Explanation: The Display Manager is starting to interpret the ! SIGNAL response step for the request. ! ! User Action: Nothing. !- TM_RESP_STEP_END "End response step." !+ ! Explanation: The Display Manager has completed interpretation of the ! response step for the request. ! ! User Action: Nothing. !- TM_DEF_RESP "Begin interpreting default response for this request." !+ ! Explanation: The Display Manager is starting to interpret the ! default response for the request. ! ! User Action: Nothing. !- TM_DEF_RESP_DON "End default response for this request." !+ ! Explanation: The Display Manager is done interpreting the ! default response for the request. ! ! User Action: Nothing. !- TM_ST_ACT_FIELD "Begin activate field !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin activating the specified field on the ! specified panel. ! ! User Action: Nothing. !- TM_END_ACT_FIELD "End activate field !AS on panel !AS."/FAO=2 !+ ! Explanation: The specified field was activated on the ! specified panel. ! ! User Action: Nothing. !- TM_ST_ACT_ICON "Begin activate icon !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin activating the specified icon on the ! specified panel. ! ! User Action: Nothing. !- TM_END_ACT_ICON "End activate icon !AS on panel !AS."/FAO=2 !+ ! Explanation: The specified icon was activated on the ! specified panel. ! ! User Action: Nothing. !- TM_ST_ACT_GROUP "Begin activate group !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin activating the specified group on the ! specified panel. ! ! User Action: Nothing. !- TM_END_ACT_GROUP "End activate group !AS on panel !AS."/FAO=2 !+ ! Explanation: The specified group was activated on the ! specified panel. ! ! User Action: Nothing. !- TM_ST_ACT_PANEL "Begin activate panel !AS."/FAO=1 !+ ! Explanation: Begin activating the specified panel. ! ! User Action: Nothing. !- TM_END_ACT_PANEL "End activate panel !AS."/FAO=1 !+ ! Explanation: The specified panel was activated. ! ! User Action: Nothing. !- TM_ST_ACT_ALL "Begin activate all." !+ ! Explanation: Begin activating all. ! ! User Action: Nothing. !- TM_END_ACT_ALL "End activate all." !+ ! Explanation: An activate all was performed. ! ! User Action: Nothing. !- TM_ST_ACT_REC_ALL "Begin activate corresponding receive all." !+ ! Explanation: An activate corresponding receive all is being ! performed. ! ! User Action: Nothing. !- TM_END_ACT_REC_ALL "End activate corresponding receive all." !+ ! Explanation: An activate corresponding receive all was performed. ! ! User Action: Nothing. !- TM_ST_ACT_SND_ALL "Begin activate corresponding send panels." !+ ! Explanation: An activate corresponding send panels is being ! performed. ! ! User Action: Nothing. !- TM_END_ACT_SND_ALL "End activate corresponding send panels." !+ ! Explanation: An activate corresponding send panels was performed. ! ! User Action: Nothing. !- TM_ST_ACT_WAIT "Begin activate wait!AS!AS."/FAO=2 !+ ! Explanation: Begin performing an activate wait [on panel]. ! ! User Action: Nothing. !- TM_END_ACT_WAIT "End activate wait!AS!AS."/FAO=2 !+ ! Explanation: An activate wait [on panel] was performed. ! ! User Action: Nothing. !- TM_ACTIV_FIELD_ITEM "Activated field or icon !AS on panel !AS."/FAO=2 !+ ! Explanation: The specified field or icon on the specified panel was ! activated. ! ! User Action: Nothing. !- TM_ACTIV_WAIT_ITEM "Activated wait!AS!AS."/FAO=2 !+ ! Explanation: The specified wait item was activated. ! ! User Action: Nothing. !- TM_DUP_ACTIV_FLD "Found duplicate activation item for field or icon !AS on panel !AS; activate not performed."/FAO=2 !+ ! Explanation: While attempting to create an activation item for the specified ! field or icon, the Form Manager found a duplicate item already on ! the activation list. No activation was performed for the field or ! icon. ! ! User Action: Nothing. !- TM_DUP_ACTIV_WAIT "Found duplicate activation item for wait!AS!AS; activate not performed."/FAO=2 !+ ! Explanation: While attempting to create an activation item for the specified ! wait, the Form Manager found a duplicate item already on the ! activation list. No activation was performed for the wait. ! ! User Action: Nothing. !- TM_PROT_NO_ACTIV "Field or icon !AS on panel !AS is protected; activate not performed."/FAO=2 !+ ! Explanation: The specified field on the specified panel is protected. No activation ! was performed. ! ! User Action: Unprotect the field or icon or don't attempt to activate it. !- TM_ACT_HLP_ALL "Begin activate help all." !+ ! Explanation: Begin activate help all response step. ! ! User Action: Nothing. !- TM_ACT_HLP_ALL_END "End activate help all." !+ ! Explanation: End activate help all response step. ! ! User Action: Nothing. !- TM_ACT_HELP_PNL "Activate help panel !AS."/FAO=1 !+ ! Explanation: An activate help on a specific panel was performed. ! ! User Action: Nothing. !- TM_ST_DEAC_FIELD "Begin deactivate field !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin deactivating the specified field on the specified ! panel. ! ! User Action: Nothing. !- TM_END_DEAC_FIELD "End deactivate field !AS on panel !AS."/FAO=2 !+ ! Explanation: End of deactivating the specified field on the ! specified panel. ! ! User Action: Nothing. !- TM_ST_DEAC_ICON "Begin deactivate icon !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin deactivating the specified icon on the specified ! panel. ! ! User Action: Nothing. !- TM_END_DEAC_ICON "End deactivate icon !AS on panel !AS."/FAO=2 !+ ! Explanation: End of deactivating the specified icon on the ! specified panel. ! ! User Action: Nothing. !- TM_ST_DEAC_GROUP "Begin deactivate group !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin deactivating the specified group on the specified ! panel. ! ! User Action: Nothing. !- TM_END_DEAC_GROUP "End deactivate group !AS on panel !AS."/FAO=2 !+ ! Explanation: End of deactivating the specified group on the specified ! panel. ! ! User Action: Nothing. !- TM_ST_DEAC_PANEL "Begin deactivate panel !AS."/FAO=1 !+ ! Explanation: Begin deactivating the specified panel. ! ! User Action: Nothing. !- TM_END_DEAC_PANEL "End deactivate panel !AS."/FAO=1 !+ ! Explanation: End of deactivating the specified panel. ! ! User Action: Nothing. !- TM_ST_DEAC_ALL "Begin deactivate all." !+ ! Explanation: Begin performing a deactivate all. ! ! User Action: Nothing. !- TM_END_DEAC_ALL "End deactivate all." !+ ! Explanation: End of deactivate all. ! ! User Action: Nothing. !- TM_ST_DEAC_WAIT "Begin deactivate wait!AS!AS."/FAO=2 !+ ! Explanation: Begin performing a deactivate wait [on panel]. ! ! User Action: Nothing. !- TM_END_DEAC_WAIT "End deactivate wait!AS!AS."/FAO=2 !+ ! Explanation: End of deactivate wait [on panel]. ! ! User Action: Nothing. !- TM_DEAC_NO_ITEM "Activation item for !AS is deactivated or not found; deactivate not performed."/FAO=1 !+ ! Explanation: The specified activation item could not be found on the activation list ! or was deactivated. ! ! User Action: Nothing. !- TM_DEAC_ALL_DEACT "Activation items have already been deactivated; deactivate not performed."/FAO=1 !+ ! Explanation: All activation items were found to be deactivated. So no activation items actually ! got deactivated. This message is used in DEACTIVATE PANEL and DEACTIVATE ALL. In ! the case of DEACTIVATE PANEL, all activation items for the panel fields and icons ! on the specified panel were already deactivated. In the case of DEACTIVATE ALL, ! all activation items for all panels were already deactivated. ! ! User Action: Nothing. !- TM_DEAC_WAIT_ITEM "Deactivated WAIT!AS!AS."/FAO=2 !+ ! Explanation: A wait activation item was deactivated. The wait can either be associated ! with a panel or not associated with a panel. ! ! User Action: Nothing. !- TM_DEAC_FIELD_ITEM "Deactivated field or icon !AS on panel !AS."/FAO=1 !+ ! Explanation: The specified field or icon was deactivated. ! ! User Action: Nothing. !- TM_EVAL_LET_VAR "Evaluating the form data item, !AS, on the left side of the LET response step."/FAO =1 !+ ! Explanation: The Display Manager is evaluating the left side of ! of a LET expression. ! ! User Action: Nothing. !- TM_EVAL_LET_EXPR "Evaluating the expression on the right side of the LET response step." !+ ! Explanation: The Display Manager is evaluating the right side of ! of a LET expression. ! ! User Action: Nothing. !- TM_ILLEGAL_COMP "Attempted illegal comparison." !+ ! Explanation: The Display Manager attempted to compare two data items ! that cannot be compared; for example, comparing a DATE ! form data item to a FLOAT form data item. ! ! User Action: Nothing. !- TM_INVALID_LEFT "Cannot convert the operand on the left to a common data type." !+ ! Explanation: The Display Manager attempted to compare two data items ! that could not be converted to a common data type. For ! example, trying to compare a CHARACTER form data item ! (with a value of 'Jack') to a LONGWORD. The CHARACTER ! form data item cannot be converted to an atomic data type. ! ! User Action: Make sure the operand on the left of the operator contains ! a value that can be compared to the operand on the right. !- TM_INVALID_RIGHT "Cannot convert the operand on the right to a common data type." !+ ! Explanation: The Display Manager attempted to compare two data items ! that could not be converted to a common data type. ! ! User Action: Make sure the operand on the right of the operator contains ! a value that can be compared to the operand on the left. !- TM_EVAL_COND "Evaluating the conditional expression." !+ ! Explanation: The Display Manager is evaluating a conditional ! expression. ! ! User Action: Nothing. !- TM_THEN_PART "The conditional expression is true; begin interpreting the THEN clause." !+ ! Explanation: The conditional expression in the IF statement is true. The Display ! Manager is executing the THEN clause of the IF response step. ! ! User Action: Nothing. !- TM_ELSE_PART "The conditional expression is false; begin interpreting the ELSE clause." !+ ! Explanation: The conditional expression in the IF statement is false. The Display ! Manager is executing the ELSE clause (if present) of the IF response step. ! ! User Action: Nothing. !- TM_THEN_DONE "End interpreting the THEN clause." !+ ! Explanation: The Display Manager is done executing the THEN clause ! of the IF response step. ! ! User Action: Nothing. !- TM_ELSE_DONE "End interpreting the ELSE clause." !+ ! Explanation: The Display Manager is done executing the ELSE clause ! (if present) of the IF response step. ! ! User Action: Nothing. !- TM_DISPLAY_PANEL "Panel !AS displayed in viewport !AS."/FAO=2 !+ ! Explanation: The specified panel has been displayed in the viewport named. ! ! User Action: Nothing. !- TM_DISPLAY_PANEL_GROUP "Panel group !AS displayed in panel !AS."/FAO=2 !+ ! Explanation: The specified panel group has been displayed in the ! named panel. ! ! User Action: Nothing. !- TM_DISPLAY_PANEL_FIELD "Panel field !AS displayed in panel !AS."/FAO=2 !+ ! Explanation: The specified panel field has been displayed in the ! named panel. ! ! User Action: Nothing. !- TM_STRT_INCLUDE "Begin interpreting the !AS internal response."/FAO=1 !+ ! Explanation: The Display Manager is starting to execute the internal ! response. ! ! User Action: Nothing. !- TM_END_INCLUDE "End interpreting the !AS internal response."/FAO=1 !+ ! Explanation: The Display Manager is finished executing the internal ! response. ! ! User Action: Nothing. !- TM_LET_ASSIGN "Assigning the value of the expression to the form data item !AS."/FAO=1 !+ ! Explanation: The Display Manager is assigning the value of an expression to the ! specified form data item or form data array element for this LET ! response step. ! ! User Action: Nothing. !- TM_ST_POS_FIRST_ITEM "Begin position to first item." !+ ! Explanation: Begin performing a POSITION TO FIRST ITEM ! response step. ! ! User Action: Nothing. !- TM_END_POS_FIRST_ITEM "End position to first item." !+ ! Explanation: End of performing a POSITION TO FIRST ITEM ! response step. ! ! User Action: Nothing. !- TM_ST_POS_LAST_ITEM "Begin position to last item." !+ ! Explanation: Begin performing a POSITION TO LAST ITEM ! response step. ! ! User Action: Nothing. !- TM_END_POS_LAST_ITEM "End position to last item." !+ ! Explanation: End of performing a POSITION TO LAST ITEM ! response step. ! ! User Action: Nothing. !- TM_ST_POS_CUR_ITEM "Begin position to current item." !+ ! Explanation: Begin performing a POSITION TO CURRENT ITEM ! response step. ! ! User Action: Nothing. !- TM_END_POS_CUR_ITEM "End position to current item." !+ ! Explanation: End of performing a POSITION TO CURRENT ITEM ! response step. ! ! User Action: Nothing. !- TM_ST_POS_NEXT_ITEM "Begin position to next item." !+ ! Explanation: Begin performing a POSITION TO NEXT ITEM ! response step. ! ! User Action: Nothing. !- TM_END_POS_NEXT_ITEM "End position to next item." !+ ! Explanation: End of performing a POSITION TO NEXT ITEM ! response step. ! ! User Action: Nothing. !- TM_ST_POS_PREV_ITEM "Begin position to previous item." !+ ! Explanation: Begin performing a POSITION TO PREVIOUS ITEM ! response step. ! ! User Action: Nothing. !- TM_END_POS_PREV_ITEM "End position to previous item." !+ ! Explanation: End of performing a POSITION TO PREVIOUS ITEM ! response step. ! ! User Action: Nothing. !- TM_ST_POS_EX_GRP_NXT "Begin position to exit group next." !+ ! Explanation: Begin performing a POSITION TO EXIT GROUP NEXT ! response step. ! ! User Action: Nothing. !- TM_END_POS_EX_GRP_NXT "End position to exit group next." !+ ! Explanation: End of performing a POSITION TO EXIT GROUP NEXT ! response step. ! ! User Action: Nothing. !- TM_ST_POS_EX_GRP_PRV "Begin position to exit group previous." !+ ! Explanation: Begin performing a POSITION TO EXIT GROUP PREVIOUS ! response step. ! ! User Action: Nothing. !- TM_END_POS_EX_GRP_PRV "End position to exit group previous." !+ ! Explanation: End of performing a POSITION TO EXIT GROUP PREVIOUS ! response step. ! ! User Action: Nothing. !- TM_ST_POS_FRST_PANEL "Begin position to first panel." !+ ! Explanation: Begin performing a POSITION TO FIRST PANEL ! response step. ! ! User Action: Nothing. !- TM_END_POS_FRST_PANEL "End position to first panel." !+ ! Explanation: End of performing a POSITION TO FIRST PANEL ! response step. ! ! User Action: Nothing. !- TM_ST_POS_LAST_PANEL "Begin position to last panel." !+ ! Explanation: Begin performing a POSITION TO LAST PANEL ! response step. ! ! User Action: Nothing. !- TM_END_POS_LAST_PANEL "End position to last panel." !+ ! Explanation: End of performing a POSITION TO LAST PANEL ! response step. ! ! User Action: Nothing. !- TM_ST_POS_NEXT_PANEL "Begin position to next panel." !+ ! Explanation: Begin performing a POSITION TO NEXT PANEL ! response step. ! ! User Action: Nothing. !- TM_END_POS_NEXT_PANEL "End position to next panel." !+ ! Explanation: End of performing a POSITION TO NEXT PANEL ! response step. ! ! User Action: Nothing. !- TM_ST_POS_PREV_PANEL "Begin position to previous panel." !+ ! Explanation: Begin performing a POSITION TO PREVIOUS PANEL ! response step. ! ! User Action: Nothing. !- TM_END_POS_PREV_PANEL "End of position to previous panel." !+ ! Explanation: End of performing a POSITION TO PREVIOUS PANEL ! response step. ! ! User Action: Nothing. !- TM_ST_POS_FIELD "Begin position to field !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin positioning to the specified field on the ! specified panel. ! ! User Action: Nothing. !- TM_END_POS_FIELD "End position to field !AS on panel !AS."/FAO=2 !+ ! Explanation: End of positioning to the specified field on the ! specified panel. ! ! User Action: Nothing. !- TM_ST_POS_ICON "Begin position to icon !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin positioning to the specified icon on the ! specified panel. ! ! User Action: Nothing. !- TM_END_POS_ICON "End position to icon !AS on panel !AS."/FAO=2 !+ ! Explanation: End of positioning to the specified icon on the ! specified panel. ! ! User Action: Nothing. !- TM_ST_POS_GROUP "Begin position to group !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin positioning to the specified group on the ! specified panel. ! ! User Action: Nothing. !- TM_END_POS_GROUP "End position to group !AS on panel !AS."/FAO=2 !+ ! Explanation: End of positioning to the specified group on the ! specified panel. ! ! User Action: Nothing. !- TM_ST_POS_PANEL "Begin position to panel !AS."/FAO=1 !+ ! Explanation: Begin performing a POSITION TO PANEL response step ! for the specified panel. ! ! User Action: Nothing. !- TM_END_POS_PANEL "End position to panel !AS."/FAO=1 !+ ! Explanation: End of performing a POSITION TO PANEL response step ! for the specified panel. ! ! User Action: Nothing. !- TM_ST_POS_WAIT_PNL "Begin position to wait on panel !AS."/FAO=1 !+ ! Explanation: Begin performing a POSITION TO WAIT ON ! response step. ! ! User Action: Nothing. !- TM_END_POS_WAIT_PNL "End position to wait on panel !AS."/FAO=1 !+ ! Explanation: End of performing a POSITION TO WAIT ON ! response step. ! ! User Action: Nothing. !- TM_ST_POS_WAIT "Begin position to wait." !+ ! Explanation: Begin performing a POSITION TO WAIT ! response step. ! ! User Action: Nothing. !- TM_END_POS_WAIT "End position to wait." !+ ! Explanation: End of performing a POSITION TO WAIT ! response step. ! ! User Action: Nothing. !- TM_ST_POS_UP_OCCUR "Begin position to up occurrence." !+ ! Explanation: Begin positioning to the next occurrence in the ! up direction from the current panel field array ! occurrence on the activation list. ! ! User Action: Nothing. !- TM_END_POS_UP_OCCUR "End position to up occurrence." !+ ! Explanation: End of positioning to the next occurrence in the ! up direction from the current panel field array ! occurrence on the activation list. ! ! User Action: Nothing. !- TM_ST_POS_UP_OCCUR_UNS "Begin position to up occurrence unseen." !+ ! Explanation: Begin positioning to the first unseen occurrence ! on a new page in the up direction from the current ! panel field array occurrence on the activation list. ! ! User Action: Nothing. !- TM_END_POS_UP_OCCUR_UNS "End position to up occurrence unseen." !+ ! Explanation: End of positioning to first unseen occurrence on a ! new page in the up direction from the current panel ! field array occurrence on the activation list. ! ! User Action: Nothing. !- TM_ST_POS_DN_OCCUR "Begin position to down occurrence." !+ ! Explanation: Begin positioning to the next occurrence in the ! down direction from the current panel field array ! occurrence on the activation list. ! ! User Action: Nothing. !- TM_END_POS_DN_OCCUR "End position to down occurrence." !+ ! Explanation: End of positioning to the next occurrence in the ! down direction from the current panel field array ! occurrence on the activation list. ! ! User Action: Nothing. !- TM_ST_POS_DN_OCCUR_UNS "Begin position to down occurrence unseen." !+ ! Explanation: Begin positioning to the first unseen occurrence ! on a new page in the down direction from the current ! panel field array occurrence on the activation list. ! ! User Action: Nothing. !- TM_END_POS_DN_OCCUR_UNS "End position to down occurrence unseen." !+ ! Explanation: End of positioning to first unseen occurrence on a ! new page in the down direction from the current panel ! field array occurrence on the activation list. ! ! User Action: Nothing. !- TM_ST_POS_LT_OCCUR "Begin position to left occurrence." !+ ! Explanation: Begin positioning to the next occurrence in the ! left direction from the current panel field array ! occurrence on the activation list. ! ! User Action: Nothing. !- TM_END_POS_LT_OCCUR "End position to left occurrence." !+ ! Explanation: End of positioning to the next occurrence in the ! left direction from the current panel field array ! occurrence on the activation list. ! ! User Action: Nothing. !- TM_ST_POS_LT_OCCUR_UNS "Begin position to left occurrence unseen." !+ ! Explanation: Begin positioning to the first unseen occurrence ! on a new page in the left direction from the current ! panel field array occurrence on the activation list. ! ! User Action: Nothing. !- TM_END_POS_LT_OCCUR_UNS "End position to left occurrence unseen." !+ ! Explanation: End of positioning to first unseen occurrence on a ! new page in the left direction from the current panel ! field array occurrence on the activation list. ! ! User Action: Nothing. !- TM_ST_POS_RT_OCCUR "Begin position to right occurrence." !+ ! Explanation: Begin positioning to the next occurrence in the ! right direction from the current panel field array ! occurrence on the activation list. ! ! User Action: Nothing. !- TM_END_POS_RT_OCCUR "End position to right occurrence." !+ ! Explanation: End of positioning to the next occurrence in the ! right direction from the current panel field array ! occurrence on the activation list. ! ! User Action: Nothing. !- TM_ST_POS_RT_OCCUR_UNS "Begin position to right occurrence unseen." !+ ! Explanation: Begin positioning to the first unseen occurrence ! on a new page in the right direction from the current ! panel field array occurrence on the activation list. ! ! User Action: Nothing. !- TM_END_POS_RT_OCCUR_UNS "End position to right occurrence unseen." !+ ! Explanation: End of positioning to first unseen occurrence on a ! new page in the right direction from the current panel ! field array occurrence on the activation list. ! ! User Action: Nothing. !- TM_ST_POS_FIRST_ITEM_IM "Begin position immediate to first item." !+ ! Explanation: Begin performing a POSITION IMMEDIATE FIRST ITEM ! response step. ! ! User Action: Nothing. !- TM_END_POS_FIRST_ITEM_IM "End position immediate to first item." !+ ! Explanation: End of performing a POSITION IMMEDIATE FIRST ITEM ! response step. ! ! User Action: Nothing. !- TM_ST_POS_LAST_ITEM_IM "Begin position immediate to last item." !+ ! Explanation: Begin performing a POSITION IMMEDIATE TO LAST ITEM ! response step. ! ! User Action: Nothing. !- TM_END_POS_LAST_ITEM_IM "End position immediate to last item." !+ ! Explanation: End of performing a POSITION IMMEDIATE TO LAST ITEM ! response step. ! ! User Action: Nothing. !- TM_ST_POS_CUR_ITEM_IM "Begin position immediate to current item." !+ ! Explanation: Begin performing a POSITION IMMEDIATE TO CURRENT ITEM ! response step. ! ! User Action: Nothing. !- TM_END_POS_CUR_ITEM_IM "End position immediate to current item." !+ ! Explanation: End of performing a POSITION IMMEDIATE TO CURRENT ITEM ! response step. ! ! User Action: Nothing. !- TM_ST_POS_NEXT_ITEM_IM "Begin position immediate to next item." !+ ! Explanation: Begin performing a POSITION IMMEDIATE TO NEXT ITEM ! response step. ! ! User Action: Nothing. !- TM_END_POS_NEXT_ITEM_IM "End position immediate to next item." !+ ! Explanation: End of performing a POSITION IMMEDIATE TO NEXT ITEM ! response step. ! ! User Action: Nothing. !- TM_ST_POS_PREV_ITEM_IM "Begin position immediate to previous item." !+ ! Explanation: Begin performing a POSITION IMMEDIATE TO PREVIOUS ITEM ! response step. ! ! User Action: Nothing. !- TM_END_POS_PREV_ITEM_IM "End position immediate to previous item." !+ ! Explanation: End of performing a POSITION IMMEDIATE TO PREVIOUS ITEM ! response step. ! ! User Action: Nothing. !- TM_ST_POS_EX_GRP_NXT_IM "Begin position immediate to exit group next." !+ ! Explanation: Begin performing a POSITION IMMEDIATE TO EXIT GROUP NEXT ! response step. ! ! User Action: Nothing. !- TM_END_POS_EX_GRP_NXT_IM "End position immediate to exit group next." !+ ! Explanation: End of performing a POSITION IMMEDIATE TO EXIT GROUP NEXT ! response step. ! ! User Action: Nothing. !- TM_ST_POS_EX_GRP_PRV_IM "Begin position immediate to exit group previous." !+ ! Explanation: Begin performing a POSITION IMMEDIATE TO EXIT GROUP PREVIOUS ! response step. ! ! User Action: Nothing. !- TM_END_POS_EX_GRP_PRV_IM "End position immediate to exit group previous." !+ ! Explanation: End of performing a POSITION IMMEDIATE TO EXIT GROUP PREVIOUS ! response step. ! ! User Action: Nothing. !- TM_ST_POS_FRST_PANEL_IM "Begin position immediate to first panel." !+ ! Explanation: Begin performing a POSITION IMMEDIATE TO FIRST PANEL ! response step. ! ! User Action: Nothing. !- TM_END_POS_FRST_PANEL_IM "End position immediate to first panel." !+ ! Explanation: End of performing a POSITION IMMEDIATE TO FIRST PANEL ! response step. ! ! User Action: Nothing. !- TM_ST_POS_LAST_PANEL_IM "Begin position immediate to last panel." !+ ! Explanation: Begin performing a POSITION IMMEDIATE TO LAST PANEL ! response step. ! ! User Action: Nothing. !- TM_END_POS_LAST_PANEL_IM "End position immediate to last panel." !+ ! Explanation: End of performing a POSITION IMMEDIATE TO LAST PANEL ! response step. ! ! User Action: Nothing. !- TM_ST_POS_NEXT_PANEL_IM "Begin position immediate to next panel." !+ ! Explanation: Begin performing a POSITION IMMEDIATE TO NEXT PANEL ! response step. ! ! User Action: Nothing. !- TM_END_POS_NEXT_PANEL_IM "End position immediate to next panel." !+ ! Explanation: End of performing a POSITION IMMEDIATE TO NEXT PANEL ! response step. ! ! User Action: Nothing. !- TM_ST_POS_PREV_PANEL_IM "Begin position immediate to previous panel." !+ ! Explanation: Begin performing a POSITION IMMEDIATE TO PREVIOUS PANEL ! response step. ! ! User Action: Nothing. !- TM_END_POS_PREV_PANEL_IM "End position immediate to previous panel." !+ ! Explanation: End of performing a POSITION IMMEDIATE TO PREVIOUS PANEL ! response step. ! ! User Action: Nothing. !- TM_ST_POS_FLD_IM "Begin position immediate to field !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin performing a POSITION IMMEDIATE to the specified ! field on the specified panel. ! ! User Action: Nothing. !- TM_END_POS_FLD_IM "End position immediate to field !AS on panel !AS."/FAO=2 !+ ! Explanation: End of performing a POSITION IMMEDIATE to the specified ! field on the specified panel. ! ! User Action: Nothing. !- TM_ST_POS_ICON_IM "Begin position immediate to icon !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin performing a POSITION IMMEDIATE to the specified ! icon on the specified panel. ! ! User Action: Nothing. !- TM_END_POS_ICON_IM "End position immediate to icon !AS on panel !AS."/FAO=2 !+ ! Explanation: End of performing a POSITION IMMEDIATE to the specified ! icon on the specified panel. ! ! User Action: Nothing. !- TM_ST_POS_GRP_IM "Begin position immediate to group !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin performing a POSITION IMMEDIATE to the specified ! group on the specified panel. ! ! User Action: Nothing. !- TM_END_POS_GRP_IM "End position immediate to group !AS on panel !AS."/FAO=2 !+ ! Explanation: End of performing a POSITION IMMEDIATE to the specified ! group on the specified panel. ! ! User Action: Nothing. !- TM_ST_POS_PANEL_IM "Begin position immediate to panel !AS."/FAO=1 !+ ! Explanation: Begin performing a POSITION IMMEDIATE TO PANEL ! response step for the specified panel. ! ! User Action: Nothing. !- TM_END_POS_PANEL_IM "End position immediate to panel !AS."/FAO=1 !+ ! Explanation: End of performing a POSITION IMMEDIATE TO PANEL ! response step for the specified panel. ! ! User Action: Nothing. !- TM_ST_POS_UP_OCCUR_IM "Begin position immediate to up occurrence." !+ ! Explanation: Begin a position immediate to the next occurrence ! in the up direction from the current panel field array ! occurrence on the activation list. ! ! User Action: Nothing. !- TM_END_POS_UP_OCCUR_IM "End position immediate to up occurrence." !+ ! Explanation: End position immediate to the next occurrence in the ! up direction from the current panel field array ! occurrence on the activation list. ! ! User Action: Nothing. !- TM_ST_POS_UP_OC_UNS_IM "Begin position immediate to up occurrence unseen." !+ ! Explanation: Begin a position immediate to the first unseen occurrence ! on a new page in the up direction from the current ! panel field array occurrence on the activation list. ! ! User Action: Nothing. !- TM_END_POS_UP_OC_UNS_IM "End position immediate to up occurrence unseen." !+ ! Explanation: End position immediate to first unseen occurrence on a ! new page in the up direction from the current panel ! field array occurrence on the activation list. ! ! User Action: Nothing. !- TM_ST_POS_DN_OCCUR_IM "Begin position immediate to down occurrence." !+ ! Explanation: Begin a position immediate to the next occurrence in the ! down direction from the current panel field array ! occurrence on the activation list. ! ! User Action: Nothing. !- TM_END_POS_DN_OCCUR_IM "End position immediate to down occurrence." !+ ! Explanation: End position immediate to the next occurrence in the ! down direction from the current panel field array ! occurrence on the activation list. ! ! User Action: Nothing. !- TM_ST_POS_DN_OC_UNS_IM "Begin position immediate to down occurrence unseen." !+ ! Explanation: Begin a position immediate to the first unseen occurrence ! on a new page in the down direction from the current ! panel field array occurrence on the activation list. ! ! User Action: Nothing. !- TM_END_POS_DN_OC_UNS_IM "End position immediate to down occurrence unseen." !+ ! Explanation: End position immediate to first unseen occurrence on a ! new page in the down direction from the current panel ! field array occurrence on the activation list. ! ! User Action: Nothing. !- TM_ST_POS_LT_OCCUR_IM "Begin position immediate to left occurrence." !+ ! Explanation: Begin a position immediate to the next occurrence in the ! left direction from the current panel field array ! occurrence on the activation list. ! ! User Action: Nothing. !- TM_END_POS_LT_OCCUR_IM "End position immediate to left occurrence." !+ ! Explanation: End position immediate to the next occurrence in the ! left direction from the current panel field array ! occurrence on the activation list. ! ! User Action: Nothing. !- TM_ST_POS_LT_OC_UNS_IM "Begin position immediate to left occurrence unseen." !+ ! Explanation: Begin a position immediate to the first unseen occurrence ! on a new page in the left direction from the current ! panel field array occurrence on the activation list. ! ! User Action: Nothing. !- TM_END_POS_LT_OC_UNS_IM "End position immediate to left occurrence unseen." !+ ! Explanation: End position immediate to first unseen occurrence on a ! new page in the left direction from the current panel ! field array occurrence on the activation list. ! ! User Action: Nothing. !- TM_ST_POS_RT_OCCUR_IM "Begin position immediate to right occurrence." !+ ! Explanation: Begin a position immediate to the next occurrence in the ! right direction from the current panel field array ! occurrence on the activation list. ! ! User Action: Nothing. !- TM_END_POS_RT_OCCUR_IM "End position immediate to right occurrence." !+ ! Explanation: End position immediate to the next occurrence in the ! right direction from the current panel field array ! occurrence on the activation list. ! ! User Action: Nothing. !- TM_ST_POS_RT_OC_UNS_IM "Begin position immediate to right occurrence unseen." !+ ! Explanation: Begin a position immediate to the first unseen occurrence ! on a new page in the right direction from the current ! panel field array occurrence on the activation list. ! ! User Action: Nothing. !- TM_END_POS_RT_OC_UNS_IM "End position immediate to right occurrence unseen." !+ ! Explanation: End position immediate to first unseen occurrence on a ! new page in the right direction from the current panel ! field array occurrence on the activation list. ! ! User Action: Nothing. !- TM_ST_POS_WAIT_PNL_IM "Begin position immediate to wait on panel !AS."/FAO=1 !+ ! Explanation: Begin performing a POSITION IMMEDIATE TO WAIT ON ! response step. ! ! User Action: Nothing. !- TM_END_POS_WAIT_PNL_IM "End position immediate to wait on panel !AS."/FAO=1 !+ ! Explanation: End of performing a POSITION IMMEDIATE TO WAIT ON ! response step. ! ! User Action: Nothing. !- TM_ST_POS_WAIT_IM "Begin position immediate to wait." !+ ! Explanation: Begin performing a POSITION IMMEDIATE TO WAIT ! response step. ! ! User Action: Nothing. !- TM_END_POS_WAIT_IM "End position immediate to wait." !+ ! Explanation: End of performing a POSITION IMMEDIATE TO WAIT ! response step. ! ! User Action: Nothing. !- TM_POS_NO_OCCUR "No array occurrence in the direction specified; position response step ignored." !+ ! Explanation: A POSITION TO xxx OCCURRENCE [UNSEEN] cannot be performed because ! no array occurrence exists in the direction specified. The position ! response step is ignored. ('xxx' is UP, DOWN, LEFT or RIGHT). ! ! User Action: Nothing. !- TM_POS_BAD_ACCEPT_FLAG "Position response step ignored because of POSITION IMMEDIATE or RETURN." !+ ! Explanation: A POSITION IMMEDIATE or RETURN had been encountered prior to the current ! POSITION response step. The current POSITION response step is ignored. ! ! User Action: Nothing. !- TM_POS_ITEM_NOT_FLD "Current activation item is not a field or icon; position response step ignored." !+ ! Explanation: A POSITION [IMMEDIATE] TO EXIT GROUP NEXT or POSITION [IMMEDIATE] TO EXIT GROUP PREVIOUS ! response step is being executed. However, the current activation item is not a field or ! icon. So the response step is ignored. ! ! User Action: Nothing. !- TM_POS_ITEM_NOT_IN_GRP "Current panel field or icon is not in a group; position response step ignored." !+ ! Explanation: A POSITION [IMMEDIATE] TO EXIT GROUP NEXT or POSITION [IMMEDIATE] TO EXIT GROUP ! PREVIOUS response step is being executed. However, the current activation item ! is not within a group. There is no group to exit. So response step is ignored. ! ! User Action: Nothing. !- TM_POS_NO_NEW_GROUP "Could not find an unprotected panel field or icon in a different group; no position performed." !+ ! Explanation: A POSITION TO EXIT GROUP NEXT or POSITION TO EXIT GROUP PREVIOUS response step is being executed. ! An activation item for a panel field or icon, which is unprotected and in a different group (next ! or previous) than the current active item, could not be found. No position is performed. ! ! User Action: Nothing. !- TM_NO_ACTV_ITEM "Specified activation item not found; no action performed." !+ ! Explanation: This message is used for the following response step formats: ! ! POSITION TO NEXT ITEM ! POSITION TO PREVIOUS ITEM ! POSITION TO FIELD field-name ON panel-name ! POSITION TO WAIT [ON panel-name] ! DEACTIVATE WAIT [ON panel-name] ! ! Basically the message means that an activation item could not be found that ! matches the condition specified in a response step. For POSITION TO NEXT ITEM ! and PREVIOUS ITEM, no unprotected, activated (as opposed to deactivated) ! activation item could be found on the activation list in the direction specified ! (NEXT or PREVIOUS). For POSITION TO FIELD and WAIT and DEACTIVATE WAIT, an ! activation item could not be found on the activation list for the specified field ! or wait condition. ! ! No position is performed. ! ! User Action: Nothing. !- TM_POS_ITEM_PROTECTED "Panel field is protected or deactivated; no position performed." !+ ! Explanation: The panel field specified in a POSITION TO FIELD field-name ON PANEL panel-name response step ! is protected or deactivated. No position was performed. ! ! User Action: Unprotect the field or make it active. !- TM_POS_ALL_PROT "All activation items are either protected or deactivated; no position performed." !+ ! Explanation: All activation items on the activation list are either protected or deactivated. No ! position performed. This trace message is output for POSITION TO CURRENT ITEM, ! POSITION TO FIRST ITEM and POSITION TO LAST ITEM. ! ! User Action: Unprotect active or activate something on the activation list. !- TM_POS_NO_NEW_PANEL "Could not find an unprotected panel field or icon on a different panel; no position performed." !+ ! Explanation: A POSITION TO NEXT PANEL response step is being executed. An activation item for a panel field ! or icon, which is unprotected and on a different panel in the direction specified (next or previous) ! than the current activation item, could not be found. No position is performed. ! ! User Action: Nothing. !- TM_POS_NO_FLD_IN_GRP "Could not find an unprotected panel field or icon in the specified group; no position performed." !+ ! Explanation: A POSITION TO GROUP group-name ON PANEL panel-name response step is being executed. No unprotected, ! active panel field or icon could be found in the group specified. No position is performed. ! ! User Action: Nothing. !- TM_POS_NO_FLD_ON_PANEL "Could not find an unprotected panel field or icon on the specified panel; no position performed." !+ ! Explanation: A POSITION TO PANEL panel-name response step is being executed. No unprotected, ! active panel field or icon could be found on the panel specified. No position is ! performed. ! ! User Action: Nothing. !- TM_POS_WAIT_DEACT "Specified wait is deactivated; no position performed." !+ ! Explanation: A POSITION TO WAIT [ON panel-name] response step is being executed. The specified ! wait has been deactivated. No position is performed. ! ! User Action: Nothing. !- TM_POS_NO_CUR_ACTV_ITEM "No current activation item; position response step ignored." !+ ! Explanation: One of the relative POSITION response step formats is being executed and there is ! no currently active item. Therefore, the POSITION response step is ignored. The ! most common way for this to happen is to put a relative POSITION response step inside ! of an external request response. The forms manager is not in accept phase yet. So ! there is no current activation item yet. ! ! The relative POSITION response step formats are: ! ! POSITION [IMMEDIATE] TO NEXT ITEM ! POSITION [IMMEDIATE] TO CURRENT ITEM ! POSITION [IMMEDIATE] TO PREVIOUS ITEM ! POSITION [IMMEDIATE] TO UP ITEM ! POSITION [IMMEDIATE] TO DOWN ITEM ! POSITION [IMMEDIATE] TO LEFT ITEM ! POSITION [IMMEDIATE] TO RIGHT ITEM ! POSITION [IMMEDIATE] TO EXIT GROUP NEXT ! POSITION [IMMEDIATE] TO EXIT GROUP PREVIOUS ! POSITION [IMMEDIATE] TO NEXT PANEL ! POSITION [IMMEDIATE] TO PREVIOUS PANEL ! POSITION [IMMEDIATE] TO UP OCCURRENCE [UNSEEN] ! POSITION [IMMEDIATE] TO DOWN OCCURRENCE [UNSEEN] ! POSITION [IMMEDIATE] TO LEFT OCCURRENCE [UNSEEN] ! POSITION [IMMEDIATE] TO RIGHT OCCURRENCE [UNSEEN] ! ! User Action: Take the relative POSITION response step out of the external request response ! and put it somewhere that accept phase gets executed like function responses ! or ignore the trace message. !- TM_REMOVE_ALL "Removing all viewports." !+ ! Explanation: All viewports are to be removed. ! ! User Action: Nothing. !- TM_REMOVE_HELP "Removing all HELP-related viewports." !+ ! Explanation: All HELP-related viewports are to be removed. ! ! User Action: Nothing. !- TM_REFRESH_ALL "Refreshing all viewports." !+ ! Explanation: All viewports are to be refreshed. ! ! User Action: Nothing. !- TM_REFRESH_VIEWPORT "Viewport !AS refreshed on display."/FAO=1 !+ ! Explanation: The specified viewport has been refreshed on the display. ! ! User Action: Nothing. !- TM_REMOVE_VIEWPORT "Viewport !AS removed from display."/FAO=1 !+ ! Explanation: The specified viewport has been removed from the display. ! ! User Action: Nothing. !- TM_ST_RESET_ALL "Begin reset all data items." !+ ! Explanation: Begin resetting all form data items. ! ! User Action: Nothing. !- TM_END_RESET_ALL "End reset all data items." !+ ! Explanation: End of resetting all form data items. ! ! User Action: Nothing. !- TM_ST_RESET_ITEM "Begin reset data item !AS."/FAO=1 !+ ! Explanation: The Display Manager is beginning to reset the value ! of the specified form data item or form data array ! element. ! ! User Action: Nothing. !- TM_END_RESET_ITEM "End reset data item !AS."/FAO=1 !+ ! Explanation: The Display Manager is done resetting the value ! of the specified form data item or form data array ! element. ! ! User Action: Nothing. !- TM_ST_RESET_GROUP "Begin reset data group !AS."/FAO=1 !+ ! Explanation: The Display Manager is starting to reset the values ! of all form data items in the specified data group. ! ! User Action: Nothing. !- TM_END_RESET_GROUP "End reset data group !AS."/FAO=1 !+ ! Explanation: The Display Manager is done resetting the values ! of all form data items in the specified data group. ! ! User Action: Nothing. !- TM_RESET_DATA_ITEM "Resetting data item !AS."/FAO=1 !+ ! Explanation: The Display Manager is resetting the specified form data ! item or form data array element. ! ! User Action: Nothing. !- TM_START_INPUT_WAIT_PAN "Begin input from wait panel !AS."/FAO=1 !+ ! Explanation: Accept phase is processing input for the specified ! WAIT item. ! ! User Action: Nothing. !- TM_START_INPUT_WAIT_NPAN "Begin input from wait." !+ ! Explanation: Accept phase is processing input for a WAIT item. ! ! User Action: Nothing. !- TM_START_INPUT_HELP "Begin input from help panel !AS."/FAO=1 !+ ! Explanation: Accept phase is processing input for the specified ! HELP item. ! ! User Action: Nothing. !- TM_START_INPUT_FLD "Begin input from panel field !AS on panel !AS."/FAO=2 !+ ! Explanation: Accept phase is processing input for the specified panel ! field. ! ! User Action: Nothing. !- TM_END_INPUT "End input." !+ ! Explanation: Accept phase is done processing input the current item. ! ! User Action: Nothing. !- TM_DEV_NO_INPUT "Device cannot perform input; response step ignored." !+ ! Explanation: The device that the user is running DECforms from cannot accept ! input. The position or deactivate response step is ignored. ! ! User Action: Nothing. !- !TM_SET_KB_AST "Setting a keyboard AST on panel !AS."/FAO=1 !TM_STOP_KB_AST "Stopping a keyboard AST on panel !AS."/FAO=1 ! !TM_SET_GAIN_KB_AST "Setting a Gain Keyboard AST on panel !AS."/FAO=1 !TM_STOP_GAIN_KB_AST "Stopping a Gain Keyboard AST on panel !AS."/FAO=1 ! !TM_SET_BTN_AST "Setting a Mouse Button AST on panel !AS."/FAO=1 !TM_STOP_BTN_AST "Stopping a Mouse Button AST on panel !AS."/FAO=1 ! !TM_START_MOV_NOEXIT "Enabling Pointer Move AST and disabling Exit AST on field !AS."/FAO=1 !TM_START_NOMOV_EXIT "Enabling Pointer Exit AST and disabling Move AST on field !AS."/FAO=1 !TM_STOP_MOVE_EXIT "Disabling both Pointer Move and Exit AST on field !AS."/FAO=1 ! !TM_INIT_INPUT "Initializing input for this form." !TM_STOP_INPUT "Stopping input on this form." ! !TM_CREATE_KB "Creating a virtual keyboard for panel !AS."/FAO=1 !TM_DELETE_KB "Deleting a virtual keyboard on panel !AS."/FAO=1 ! !TM_ENABLE_VP "Enabling a viewport keyboard (enable_viewport_kb) on panel !AS."/FAO=1 !TM_DISABLE_VP "Disabling a viewport keyboard (disable_viewport_kb) on panel !AS."/FAO=1 ! !TM_ENABLE_VPKB "Enabling the virtual keyboard (enable_kb) on panel !AS."/FAO=1 !TM_DISABLE_VPKB "Disabling the virtual keyboard (disable_kb) on panel !AS."/FAO=1 ! !TM_MOVE_START "Setting move AST on field !AS in viewport !AS to start at (!AD,!AD)."/FAO=6 !TM_MOVE_END "Setting move AST on field !AS in viewport !AS to end at (!AD,!AD)."/FAO=6 !TM_EXIT_START "Setting exit AST on field !AS in viewport !AS to start at (!AD,!AD)."/FAO=6 !TM_EXIT_END "Setting exit AST on field !AS in viewport !AS to end at (!AD,!AD)."/FAO=6 TM_START_TERM "Begin termination checks." !+ ! Explanation: Termination checks for accept phase have started. ! ! User Action: Nothing. !- TM_END_TERM "End termination checks." !+ ! Explanation: Termination checks for accept phase have ended. ! ! User Action: Nothing. !- TM_OBJ_OUTOFDATE "Object module containing procedure escape address out of date" !+ ! Explanation: The object module linked with the application that contains ! the addresses of the procedure escape routines is out of ! date. The display manager will default to searching for the ! routines in the shareable image FORMS$IMAGE. ! ! User Action: Rebuild the object module with the FORMS Utility and relink ! the application. !- TM_STRT_AC_LIST "The activation list is:" !+ ! Explanation: The items on the activation list will be listed. ! ! User Action: Nothing. !- TM_STOP_AC_LIST "End activation list." !+ ! Explanation: The items on the activation list have all been listed. ! ! User Action: Nothing. !- TM_ACTV_FLD "Field !AS on panel !AS."/FAO=2 TM_ACTV_FLDC "Field !AS on panel !AS (current item)."/FAO=2 TM_ACTV_FLDP "Field !AS on panel !AS (previous item)."/FAO=2 TM_ACTV_WAIT "Wait on panel !AS."/FAO=1 TM_ACTV_WAITC "Wait on panel !AS (current item)."/FAO=1 TM_ACTV_WAITP "Wait on panel !AS (previous item)."/FAO=1 TM_ACTV_WAITN "Wait with no panel." TM_ACTV_WAITNC "Wait with no panel (current item)." TM_ACTV_WAITNP "Wait with no panel (previous item)." TM_ACTV_HELP "Help panel !AS."/FAO=1 TM_ACTV_HELPC "Help panel !AS (current item)."/FAO=1 TM_ACTV_HELPCP "Help panel !AS (current and previous item)."/FAO=1 TM_ACTV_HELPP "Help panel !AS (previous item)."/FAO=1 !+ ! Explanation: ... ! ! User Action: Nothing. !- TM_ST_CUR_ACTV_ITEM "The current and previous activation items are:" !+ ! Explanation: The current and previous activation items on the activation ! list will be listed. ! ! User Action: Nothing. !- TM_END_CUR_ACTV_ITEM "End current and previous activation items." !+ ! Explanation: The current and previous activation items on the activation ! list have been listed. ! ! User Action: Nothing. !- TM_NO_PRV_ACTV_ITEM "No previous activation item." !+ ! Explanation: A previous activation item did not exist and therefore cannot be ! listed when the current and previous activation item messages ! are output. This message is used in conjunction with the ! ST_CUR_ACTV_ITEM and END_CUR_ACTV_ITEM messages and is output ! most commonly at the beginning of activation list processing, ! when there is no previous activation item. ! ! User Action: Nothing. !- TM_START_PANEL_ENTRY "Begin interpreting the entry response for the !AS panel."/FAO=1 !+ ! Explanation: Panel entry response interpretation has started ! ! User Action: Nothing. !- TM_END_PANEL_ENTRY "End interpreting the entry response for the !AS panel."/FAO=1 !+ ! Explanation: Panel entry response interpretation has completed. ! ! User Action: Nothing. !- TM_START_PAN_GRP_ENTRY "Begin interpreting the entry response for the !AS group on panel !AS."/FAO=2 !+ ! Explanation: Panel group entry response interpretation has started ! ! User Action: Nothing. !- TM_END_PAN_GRP_ENTRY "End interpreting the entry response for the !AS group on panel !AS."/FAO=2 !+ ! Explanation: Panel group entry response interpretation has completed. ! ! User Action: Nothing. !- TM_START_PAN_FLD_ENTRY "Begin interpreting the entry response for the !AS panel field on panel !AS."/FAO=2 !+ ! Explanation: Panel field entry response interpretation has started ! ! User Action: Nothing. !- TM_END_PAN_FLD_ENTRY "End interpreting the entry response for the !AS panel field on panel !AS."/FAO=2 !+ ! Explanation: Panel field entry response interpretation has completed. ! ! User Action: Nothing. !- TM_START_FIELD_VALID "Begin interpreting the validation response for the !AS panel field on panel !AS."/FAO=2 !+ ! Explanation: Panel field validation response interpretation has started ! ! User Action: Nothing. !- TM_END_FIELD_VALID "End interpreting the validation response for the !AS panel field on panel !AS."/FAO=2 !+ ! Explanation: Panel field validation interpretation has completed. ! ! User Action: Nothing. !- TM_START_GROUP_VALID "Begin interpreting the validation response for the !AS group on panel !AS."/FAO=2 !+ ! Explanation: Panel group validation response interpretation has started ! ! User Action: Nothing. !- TM_END_GROUP_VALID "End interpreting the validation response for the !AS group on panel !AS."/FAO=2 !+ ! Explanation: Panel group validation interpretation has completed. ! ! User Action: Nothing. !- TM_START_PANEL_VALID "Begin interpreting the validation response for panel !AS."/FAo=1 !+ ! Explanation: Panel validation response interpretation has started ! ! User Action: Nothing. !- TM_END_PANEL_VALID "End interpreting the validation response for panel !AS."/FAO=1 !+ ! Explanation: Panel validation response interpretation has completed. ! ! User Action: Nothing. !- TM_START_EN_REQ_VALID "Begin interpreting the validation response for this ENABLE request." !+ ! Explanation: Request validation response interpretation has started ! ! User Action: Nothing. !- TM_START_DI_REQ_VALID "Begin interpreting the validation response for this DISABLE request." !+ ! Explanation: Request validation response interpretation has started ! ! User Action: Nothing. !- TM_START_SE_REQ_VALID "Begin interpreting the validation response for this SEND request." !+ ! Explanation: Request validation response interpretation has started ! ! User Action: Nothing. !- TM_START_RE_REQ_VALID "Begin interpreting the validation response for this RECEIVE request." !+ ! Explanation: Request validation response interpretation has started ! ! User Action: Nothing. !- TM_START_TR_REQ_VALID "Begin interpreting the validation response for this TRANSCEIVE request." !+ ! Explanation: Request validation response interpretation has started ! ! User Action: Nothing. !- TM_END_EN_REQ_VALID "End interpreting the validation response for this ENABLE request." !+ ! Explanation: Request validation response interpretation has started ! ! User Action: Nothing. !- TM_END_DI_REQ_VALID "End interpreting the validation response for this DISABLE request." !+ ! Explanation: Request validation response interpretation has started ! ! User Action: Nothing. !- TM_END_SE_REQ_VALID "End interpreting the validation response for this SEND request." !+ ! Explanation: Request validation response interpretation has started ! ! User Action: Nothing. !- TM_END_RE_REQ_VALID "End interpreting the validation response for this RECEIVE request." !+ ! Explanation: Request validation response interpretation has started ! ! User Action: Nothing. !- TM_END_TR_REQ_VALID "End interpreting the validation response for this TRANSCEIVE request." !+ ! Explanation: Request validation response interpretation has started ! ! User Action: Nothing. !- TM_START_PAN_FLD_EXIT "Begin interpreting the exit response for the !AS panel field on panel !AS."/FAO=2 !+ ! Explanation: Panel field exit response interpretation has started ! ! User Action: Nothing. !- TM_END_PAN_FLD_EXIT "End interpreting the exit response for the !AS panel field on panel !AS."/FAO=2 !+ ! Explanation: Panel field exit response interpretation has completed. ! ! User Action: Nothing. !- TM_START_PAN_GRP_EXIT "Begin interpreting the exit response for the !AS group on panel !AS."/FAO=2 !+ ! Explanation: Panel group exit response interpretation has started ! ! User Action: Nothing. !- TM_END_PAN_GRP_EXIT "End interpreting the exit response for the !AS group on panel !AS."/FAO=2 !+ ! Explanation: Panel group exit response interpretation has completed. ! ! User Action: Nothing. !- TM_START_PANEL_EXIT "Begin interpreting the exit response for the !AS panel."/FAO=1 !+ ! Explanation: Panel exit response interpretation has started ! ! User Action: Nothing. !- TM_END_PANEL_EXIT "End interpreting the exit response for the !AS panel."/FAO=1 !+ ! Explanation: Panel exit response interpretation has completed. ! ! User Action: Nothing. !- TM_PROC_ESCAPE_SIGNAL "Procedural escape signalled the following error:" !+ ! Explanation: A procedural escape has signalled an error. The signal ! vector follows. ! ! User Action: Procedural escapes normally return status. !- TM_PARAM_OVERFLOW "Error: An escape routine parameter has overflowed." !+ ! Explanation: One or more of the parameters in the escape routine had ! more data written to it than was allocated by the Display ! Manager. ! ! User Action: Check escape routine to be sure that the amount of data ! written to each parameter does not exceed the size of the ! parameter as declared in the form. !- TM_CONV_FAILS "The field !AS could not be converted to the form data item"/FAO=1 !+ ! Explanation: Conversion failed on the panel field. ! ! User Action: Correct the field value. !- TM_START_VALIDATION "Begin field validation on field !AS on panel !AS"/FAO=2 !+ ! Explanation: The Display Manager is starting to perform ! field validation. ! ! User Action: Nothing !- TM_PASSED_VALID "Field validation succeeded on field !AS on panel !AS"/FAO=2 !+ ! Explanation: Field validation succeeded on the indicated field. ! ! User Action: Nothing !- TM_FAILED_VALID "Field validation failed on field !AS on panel !AS"/FAO=2 !+ ! Explanation: Field validation failed on the indicated field. ! ! User Action: Nothing !- TM_PERFRM_ENTRY_REQ "Perform ENTRY REQUIRED field validation" !+ ! Explanation: The Display Manager is starting to perform the ENTRY ! REQUIRED clause for field validation. ! ! User Action: Nothing !- TM_ENTRY_REQ_FAILS "The ENTRY REQUIRED clause failed field validation" !+ ! Explanation: The ENTRY REQUIRED clause on the current activation item ! failed, causing field validation to fail. ! ! User Action: Operator must enter data into the field. !- TM_PERFRM_MIN_LEN "Perform MINIMUM LENGTH field validation" !+ ! Explanation: The Display Manager is starting to perform the MINIMUM ! LENGTH clause for field validation. ! ! User Action: Nothing !- TM_MIN_LEN_FAILS "The MINIMUM LENGTH clause failed field validation" !+ ! Explanation: The MINIMUM LENGTH clause on the current activation item ! failed, causing field validation to fail. ! ! User Action: Operator must enter more data into the field. !- TM_PERFRM_RANGE "Perform RANGE field validation" !+ ! Explanation: The Display Manager is starting to perform the RANGE ! clause for field validation. ! ! User Action: Nothing !- TM_RANGE_FAILS "The field value failed the RANGE validation clause" !+ ! Explanation: The RANGE clause on the current activation item ! failed. ! ! User Action: Correct the field value. !- TM_PERFRM_REQUIRE "Perform REQUIRE field validation" !+ ! Explanation: The Display Manager is starting to perform the REQUIRE ! clause for field validation. ! ! User Action: Nothing !- TM_REQUIRE_FAILS "The REQUIRE clause failed field validation" !+ ! Explanation: The REQUIRE clause on the current activation item ! failed, causing field validation to fail. ! ! User Action: Correct the field value. !- TM_PERFRM_SEARCH "Perform SEARCH field validation" !+ ! Explanation: The Display Manager is starting to perform the SEARCH ! clause for field validation. ! ! User Action: Nothing !- TM_SEARCH_FAILS "The SEARCH clause failed field validation" !+ ! Explanation: The SEARCH clause on the current activation item ! failed, causing field validation to fail. ! ! User Action: Correct the field value. !- TM_BLANK_LINE " " ! output a blank line TM_STR_MESS - - /FAO=2 !+ ! Explanation: The Display Manager is outputting a string to the message panel. ! ! User Action: Nothing !- TM_DISPLAY_PANEL_NONAME - - /FAO=1 !+ ! Explanation: A panel (with no name) has been displayed in the ! specified viewport. ! ! User Action: Nothing. !- TM_INP_CTL_TEXT - - /FAO=1 !+ ! Explanation: The Manager is returning receive control text to the ! application program. ! ! User Action: Nothing. !- TM_NOROOM_INP_CTL_TEXT - - /FAO=1 !+ ! Explanation: There is not enough room left in the receive control message ! to store the indicated control text item. ! ! User Action: Nothing. !- TM_START_BUILTIN_RESP - - /FAO=1 !+ ! Explanation: The Form Manager is starting to execute the given ! builtin function response. ! ! User Action: Nothing. !- TM_END_BUILTIN_RESP - - /FAO=1 !+ ! Explanation: The Form Manager is finished executing the given ! builtin function response. ! ! User Action: Nothing. !- TM_START_FUNC_RESP - - /FAO=1 !+ ! Explanation: The Form Manager is starting to interpret the given ! function response. ! ! User Action: Nothing. !- TM_END_FUNC_RESP - - /FAO=1 !+ ! Explanation: The Form Manager is starting to execute the given ! function response. ! ! User Action: Nothing. !- TM_REQ_EXIT_RESP "Begin request exit responses for this request." !+ ! Explanation: The Display Manager is starting to interpret the ! request exit responses for the request. ! ! User Action: Nothing. !- TM_REQ_EXIT_RESP_END "End request exit responses for this request." !+ ! Explanation: The Display Manager is done interpreting the ! request exit responses for the request. ! ! User Action: Nothing. !- TM_NO_SEND_RECS "No send records specified for request." !+ ! Explanation: The send or transceive request specifies 0 send ! records. No data distribution is performed for ! the request. !- TM_NO_RECV_RECS "No receive records specified for request." !+ ! Explanation: The receive or transceive request specifies 0 ! receive records. No data collection is performed ! for the request. !- TM_NO_SEND_REC_MSG "No send record message specified for record." !+ ! Explanation: The request specifies no send record message for ! a record. No data distribution is performed for ! the record. !- TM_NO_RECV_REC_MSG "No receive record message specified for record." !+ ! Explanation: The request specifies no receive record message ! for a record. No data collection is performed ! for the record. !- TM_MGR_PRIVATE "***** !AS *****"/FAO=1 !+ ! Explanation: Private Trace message. For Developers' eyes only. ! ! User Action: Nothing. !- TM_ENTER_NO_NESTING "ENTER HELP step ignored; help is already active." !+ ! Explanation: ENTER HELP was encountered while help is active ! ! User Action: Nothing. !- TM_STEP_SKIP_INVALID "Response step ignored; INVALID step was executed." !+ ! Explanation: EXIT HELP step encountered after an INVALID step was executed. ! ! User Action: Nothing. !- TM_STEP_SKIP_ACCEPT "Response step ignored. Request not processing Accept Phase." !+ ! Explanation: Private Trace message. For Developers' eyes only. ! ! User Action: Nothing. !- TM_STEP_SKIP_HELP_INACT "Response step ignored. Help is not active for this request" !+ ! Explanation: Help is not active; step ignored. ! ! User Action: Nothing. !- TM_STEP_SKIP_RETURN "Response step ignored; RETURN step was executed." !+ ! Explanation: Response step ignored; RETURN is in progress. ! ! User Action: Nothing. !- TM_ST_POS_DOWN_ITEM "Begin position to down item" !+ ! Explanation: Begin performing a POSITION TO DOWN ITEM response step. ! ! User Action: Nothing. !- TM_END_POS_DOWN_ITEM "End position to down item" !+ ! Explanation: End of performing a POSITION TO DOWN ITEM response step. ! ! User Action: Nothing. ! TM_ST_POS_UP_ITEM "Begin position to up item" !+ ! Explanation: Begin performing a POSITION TO UP ITEM response step. ! ! User Action: Nothing. !- TM_END_POS_UP_ITEM "End position to up item" !+ ! Explanation: End of performing a POSITION TO UP ITEM response step. ! ! User Action: Nothing. ! TM_ST_POS_LEFT_ITEM "Begin position to left item" !+ ! Explanation: Begin performing a POSITION TO LEFT ITEM response step. ! ! User Action: Nothing. !- TM_END_POS_LEFT_ITEM "End position to left item" !+ ! Explanation: End of performing a POSITION TO LEFT ITEM response step. ! ! User Action: Nothing. ! TM_ST_POS_RIGHT_ITEM "Begin position to right item" !+ ! Explanation: Begin performing a POSITION TO RIGHT ITEM response step. ! ! User Action: Nothing. !- TM_END_POS_RIGHT_ITEM "End position to right item" !+ ! Explanation: End of performing a POSITION TO RIGHT ITEM response step. ! ! User Action: Nothing. ! TM_ST_POS_DOWN_ITEM_IM "Begin position immediate to down item" !+ ! Explanation: Begin performing a POSITION IMMEDIATE TO DOWN ITEM ! response step. ! ! User Action: Nothing. !- TM_END_POS_DOWN_ITEM_IM "End position immediate to down item" !+ ! Explanation: End of performing a POSITION IMMEDIATE TO DOWN ITEM ! response step. ! ! User Action: Nothing. ! TM_ST_POS_UP_ITEM_IM "Begin position immediate to up item" !+ ! Explanation: Begin performing a POSITION IMMEDIATE TO UP ITEM ! response step. ! ! User Action: Nothing. !- TM_END_POS_UP_ITEM_IM "End position immediate to up item" !+ ! Explanation: End of performing a POSITION IMMEDIATE TO UP ITEM ! response step. ! ! User Action: Nothing. ! TM_ST_POS_LEFT_ITEM_IM "Begin position immediate to left item" !+ ! Explanation: Begin performing a POSITION IMMEDIATE TO LEFT ITEM ! response step. ! ! User Action: Nothing. !- TM_END_POS_LEFT_ITEM_IM "End position immediate to left item" !+ ! Explanation: End of performing a POSITION IMMEDIATE TO LEFT ITEM ! response step. ! ! User Action: Nothing. ! TM_ST_POS_RIGHT_ITEM_IM "Begin position immediate to right item" !+ ! Explanation: Begin performing a POSITION IMMEDIATE TO RIGHT ITEM ! response step. ! ! User Action: Nothing. !- TM_END_POS_RIGHT_ITEM_IM "End position immediate to right item" !+ ! Explanation: End of performing a POSITION IMMEDIATE TO RIGHT ITEM ! response step. ! ! User Action: Nothing. ! !##IGNORE OFF !+ ! End of File FORMS_MSG_MGR_TRACE.MSG !- !+ ! File FORMS_MSG_MGR_POST_V1.MSG - Message file for Form Manager containing ! the messages new since DECforms V1.0. ! !- !+ ! ************************************************ ! ********** WARNING - PLEASE READ ************** ! ************************************************ ! ! If you are adding a run-time error message that would eventually get passed back ! to the user application program, please inform Sukie (or whoever is in charge of ! API FIMS error support) to get a fims error number assigned to your error message. ! Otherwise, API FIMS error support will fail when user receive your error status. ! The FIMS error number will be given to you as a symbolic constant and it should ! be used to specify /USER_VALUE. Thank you. ! - Sukie Feb. 22, 1991 ! ! E.g. ILLCTLTXTCNT "illegal control text count argument" - ! /ERROR - ! /USER_VALUE=FORMS$K_EI016 ! . ! . ! . ! ! ************************************************ ! ********** WARNING - PLEASE READ ************** ! ************************************************ ! ! When adding new messages to the end of this file, these messages ! ABSOLUTELY *MUST* follow the following format: ! !PARAMOVRFLOW "An escape routine parameter has overflowed" - ! /ERROR - ! /USER_VALUE=FORMS$K_EI029 ! ! Explanation: ! ! One or more of the parameters in the escape routine had ! ! more data written to it than was allocated by the Display ! ! Manager. ! ! User Action: ! ! Check escape routine to be sure that the amount of data ! ! written to each parameter does not exceed the size of the ! ! parameter as declared in the form. ! ! The reason is that there is an automated tool which takes this ! message file and builds a nice DCL help library. Should this ! format not be followed, the DCL help library comes out all ! cucky. Note that trace messages do not have to follow this ! format as they are ignored by the help library processor (note ! the ignore statements). ! !- !+ ! Revision History: ! ! 22-Mar-1989, JBS, Created the file, for ILLCTLTXTCNT. ! 26-Apr-1989, JJJ, Added PARAMOVRFLOW. ! 01-Jun-1989, JBS, Add data conversion trace messages. ! 27-Nov-1989, BOK, Added trace messages for image activation ! ! DECforms V1.2 released ! ! 14-May-1990, MJ, Added new messages incured in porting Signal handling ! and the Input processor to the Mips/Ultrix platform. ! 14-Aug-1990, JJJ, Added new messages for blockmode accept phase ! ! 07-Oct-1990, MJ, Added new messages for the Ultrix Return Point routines. ! 15-Oct-1990, JBS, Added support for null terminated in the data conversion trace messages. ! 09-Nov-1990, SMC, Added control text to ILLCTLTXTCNT and PARAMOVRFLOW. ! 11-Jan-1991, MJ, Modified Ultrix signal messages to output signal name instead of number. ! 28-Jan-1991, MJ, Added error message bckgrndio for ultrix background I/O detected. ! 04-Feb-1991, MJ, Changed !ac to !AC in RETPNTERR message so plib message will work. ! 07-Feb-1991, JJJ, Added trace messages for load form from form_name_table. ! 06-May-1991, MJ, Changed user message code for TIMERACT to FORMS$K_EI039. ! Added message BLKBYREQ (FORMS$K_EI040) for ultrix requests blocked by ! another Request being active. ! 29-Aug-1991, JJJ, Added trace messages for button. ! 25-Sep-1991, JJJ, Added trace messages for position to traversal item. ! 08-Jan-1992, MJ, Added Asian DECforms messages. ! 07-Feb-1992, JJJ, Added TM_BAD_FORM_OBJECT. ! ! DECforms V1.4 released ! ! 24-Apr-1992, JJJ, Added messages for loop and validate response steps. ! 06-Oct-1992, JJJ, Added messages for internal error in FORMS$MGRBLKSHR image. ! 18-Dec-1992, JJJ, Added trace messages for unsupported features. ! 12-Jan-1993, JWP, Fixed bogus messages, added new motif messages. ! 19-May-1993, JRH, Added pcinterr, pc_heapmem, pc_memleft ! 27-Sep-1993, KK, Added CSCVTERR ! ! DECforms V2.1A released ! ! 25-Jan-1996, DAD, Removed the last IGNORE ON line in this file. This was ! causing all the messages in the next file in the .MMS proce- ! dure to NOT have its messages included in the HELP file. !- ILLCTLTXTCNT "illegal control text count argument" - /ERROR - /USER_VALUE=FORMS$K_EI016 ! Explanation: ! An illegal value was passed to the Form Manager in the ! send-control-text-count argument. ! User Action: ! Specify a value between 0 and 5 for this argument. PARAMOVRFLOW "An escape routine parameter has overflowed" - /ERROR - /USER_VALUE=FORMS$K_EI029 ! Explanation: ! One or more of the parameters in the escape routine had ! more data written to it than was allocated by the Display ! Manager. ! User Action: ! Check escape routine to be sure that the amount of data ! written to each parameter does not exceed the size of the ! parameter as declared in the form. .Severity Informational !+ ! All Display Manager trace messages have a prefix of 'TM_'. All trace ! messages will be informational. ! !##IGNORE ON TM_DC_SRC "data conversion, source value is !AS"/FAO=1 !+ ! Explanation: Source value information from a data conversion. ! ! User Action: None. !- TM_DC_DST "destination value is !AS"/FAO=1 !+ ! Explanation: Destination value information from a data conversion. ! ! User Action: None. !- TM_DC_DT1 "length = !SL, data type = !SL, descriptor class = !SL,"/FAO=3 !+ ! Explanation: Data type information from a data conversion, part 1. ! ! User Action: None. !- TM_DC_DT2 "scale = !SL, decimal digits = !SL, on right = !SL, on left = !SL,"/FAO=4 !+ ! Explanation: Data type information from a data conversion, part 2. ! ! User Action: None. !- TM_DC_DT3 "text data type = !SL, explicit sign = !SL, explicit decimal = !SL,"/FAO=3 !+ ! Explanation: Data type information from a data conversion, part 3. ! ! User Action: None. !- TM_DC_DT4 "decimal point is comma = !SL, current date and time = !SL,"/FAO=2 !+ ! Explanation: Data type information from a data conversion, part 4. ! ! User Action: None. !- TM_IMG_ATTEMPT "Attempting to resolve symbol !AS in image !AS."/FAO=2 !+ ! Explanation: Trace information prior to image activation of PEU or Form. ! ! User Action: None. !- TM_IMG_ATT_FAIL "Symbol resolution was unsuccessful." !+ ! Explanation: Trace information after failed image activation of PEU or Form. ! ! User Action: None. !- TM_IMG_ATT_SUCC "Symbol resolution succeeded." !+ ! Explanation: Trace information after failed image activation of PEU or Form. ! ! User Action: None. !- TM_STEP_SKIP_ACCEPTDONE "Response step ignored; request has completed Accept Phase." !+ ! Explanation: Trace information for certain response steps that have ! no meaning after accept phase completes. ! ! User Action: None. !- TM_STRT_SEARCH_FRM_TBL "Begin search of Form Name Table for form named '!AS'."/FAO=1 !+ ! Explanation: The address of a form name table was specified on the enable call, ! so the Display Manager is beginning to check the table to see if the ! form was linked in with the application. ! ! User Action: Nothing. !- TM_END_FRM_TBL_SEARCH "End search of Form Name Table." !+ ! Explanation: The search of form name table has ended. ! ! ! User Action: Nothing. !- TM_FORM_NOT_FOUND "The form was not found in the Form Name Table." !+ ! Explanation: The Form Name Table does not contain a form. ! ! ! User Action: Nothing. !- TM_FRM_NAMES_NOT_MATCH "The form names do not match." !+ ! Explanation: The name in the Form Name Table does not match ! the name specified in the enable call. ! ! ! User Action: Nothing. !- !##IGNORE OFF !+ ! ! DECForms V1.4 Message additions. ! !- !##IGNORE ON TM_STRT_PU_LIST "The panel unprotected list is:" !+ ! Explanation: The items on the panel unprotected list will be listed. ! ! User Action: Nothing. !- TM_STOP_PU_LIST "End panel unprotected list." !+ ! Explanation: The items on the panel unprotected list have all been listed. ! ! User Action: Nothing. !- TM_START_PUL_VALID "Begin validation of panel unprotected list." !+ ! Explanation: The items on the panel unprotected list will be validated ! ! User Action: Nothing. !- TM_END_PUL_VALID "End validation of panel unprotected list." !+ ! Explanation: The items on the panel unprotected list have been validated ! ! User Action: Nothing. !- TM_START_PUL_DEEDIT "Begin de-editing fields on panel unprotected list." !+ ! Explanation: The items on the panel unprotected list will be de-edited ! ! User Action: Nothing. !- TM_END_PUL_DEEDIT "End de-editing fields on panel unprotected list." !+ ! Explanation: The items on the panel unprotected list have been de-edited ! ! User Action: Nothing. !- !##IGNORE OFF FATIOERR "!AC I/O error (!SL), errno (!SL)" - /Fatal - /Fao=3 ! Explanation: ! Fatal I/O error from Ultrix Terminal I/O routines. ! User Action: ! Send a SPR/QAR to the decforms development group ! with the IFDL file and pointer to which field was ! active, what keystrokes were entered and any other ! terminal related information that may be usefull or ! available. UNEXSIG "Unhandled Signal (!AC)" - /Warning - /Fao=1 ! Explanation: ! An Ultrix Signal was intercepted by the Run-Time ! Manager which was not ignored/handled by the ! application nor had a specific Ultrix Signal ! Handler declared by the Manager. ! User Action: ! The application programmer should declare a ! Signal Handler or set the Signal to be ignored. UNHSIGHUP "Unhandled SIGHUP signal" - /FATAL ! Explanation: ! A SIGHUP (hangup) Signal was intercepted without ! the Run-Time Manager having a Ultrix Signal Handler ! declared. This means that the Signal Handler ! was lost. ! User Action: ! Send a SPR/QAR to the decforms development group ! supplying the conditions that led up to this ! error being output. UNHSIGINT "Unhandled SIGINT signal" - /Fatal ! Explanation: ! A SIGINT signal was intercepted by the Run-Time ! Manager without a specific handler being ! declared by the Manager or application and ! the signal was not to be ignored. ! User Action: ! Send a SPR/QAR to the decforms development group ! supplying the conditions that led up to this ! error being output. UNHSIGTSTP "Unhandled SIGTSTP signal" - /Fatal ! Explanation: ! A SIGTSTP signal was intercepted by the Run-Time ! Manager without a specific handler being ! declared by the Manager or application and ! the signal was not to be ignored. ! User Action: ! Send a SPR/QAR to the decforms development group ! supplying the conditions that let up to this ! error being output. FATSIGNAL "Fatal Signal (!AC), PC = !XL, Code = !XL, Virtual PC = !XL,!/!_ Physical PC = !XL, Cause = !XL" - /Fatal - /Fao=6 ! Explanation: ! One of the Fatal catagory Ultrix Signals was raised. ! User Action: ! Submit an SPR/QAR to the decforms development group ! supplying a sample IFDL file, application file, ! build instructions and operating instructions to ! reproduce the error. FATSYSCAL "System Call error (!SL), errno = !SL" - /Fatal - /Fao=2 ! Explanation: ! An Ultrix System call produced an error that ! prevents futher continuation of the program. ! User Action: ! Submit an SPR/QAR to the decforms development group ! supplying a sample IFDL file, application file, ! build instructions and operating instructions to ! reproduce the error. CPUTIMEXC "CPU Time Limit exceeded" - /Warning ! Explanation: ! The Ultrix Signal indicating the process's CPU ! time limit has expired was raised. ! User Action: ! Stop the application as soon as possible and ! expand the maximum process CPU time limit. FILSIZEXC "File size limit exceeded" - /Warning ! Explanation: ! The Ultrix Signal indicating the process's File ! Size limit was excceded was raised. ! User Action: ! The process's file size maximum should be raised. TIMERACT "Real Time Interval timer is already in use" - /ERROR - /USER_VALUE=FORMS$K_EI039 ! Explanation: ! The application program is using the process's ! Real Time Interval timer when a request to ! perform a timed field input was made. ! User Action: ! The application has to either cancel the Real ! Time interval timer or removed the timed ! clause from the form field. RETPNTERR "Return Point error in !AC" - /Error - /Fao=1 ! Explanation: ! An error existed in one of the Ultrix Signal ! return point routines. ! User Action: ! Submit an SPR to the decforms deveopment group ! supplying all signal data, application, ifdl etc. NOTLASTENT "Return Point handle not last entry" - /Error ! Explanation: ! The return point context handle specified was not the ! last entry on the return point queue. ! User Action: ! Submit an SPR to the decforms deveopment group ! supplying all signal data, application, ifdl etc. NOTINQUE "Return point handle not in the queue" - /Error ! Explanation: ! The return point context handle specified was not ! located in the return point queue. ! User Action: ! Submit an SPR to the decforms deveopment group ! supplying all signal data, application, ifdl etc. RETQUEEMP "Return Point queue was empty" - /Error ! Explanation: ! An entry was to be removed from the Return Point ! queue but the queue was empty. Out of sync error. ! User Action: ! Submit an SPR to the decforms deveopment group ! supplying all signal data, application, ifdl etc. INVRETHANDLE "Return Point context handle was invalid" - /Error ! Explanation: ! The Return Point context handle address was ! invalid. Most likely a 0 address was passed. ! User Action: ! Submit an SPR to the decforms deveopment group ! supplying all signal data, application, ifdl etc. !##IGNORE ON TM_LAYSEL_DEVCLASS "Specified enable device is !AS."/FAO=1/INFORMATIONAL !+ ! Explanation: The device class of the device specified in the enable ! request. ! ! User Action: Nothing. !- TM_LAYSEL_CC_TERM "Character cell terminal is !AS. Width of !UL. Height of !UL."/FAO=3/INFORMATIONAL !+ ! Explanation: The character cell terminal specified in the enable request ! has the specified characteristics. ! ! User Action: Nothing. !- TM_LAYSEL_BLK_TERM "Blockmode terminal is !AS. Width of !UL. Height of !UL."/FAO=3/INFORMATIONAL !+ ! Explanation: The blockmode terminal specified in the enable request ! has the specified characteristics. ! ! User Action: Nothing. !- TM_LAYSEL_HEBREW_TERM "Assuming character cell terminal is a Hebrew terminal."/INFORMATIONAL !+ ! Explanation: The character cell terminal is assumed to be a hebrew VT terminal as the ! form manager has selected a Hebrew layout. ! ! User Action: Nothing. !- TM_DC_DT5 "null terminated = !SL."/FAO=1/INFORMATIONAL !+ ! Explanation: Data type information from a data conversion, part 5. ! ! User Action: None. !- TM_NOLANG_LAYOUTS "Now searching layouts without language clauses for a suitable device match."/INFORMATIONAL !+ ! Explanation: No layout was selected based on the FORMS$LANGUAGE logical. The Form Manager will ! now attempt to select a layout from the list of layouts that do not specify a ! language. ! ! User Action: None. !- !##IGNORE OFF BAD_LOGICAL "Invalid numeric value for logical name !AS" - /FAO=1 - /ERROR ! Explanation: ! The value for the specified logical name was non-numeric or ! not a positive whole number. ! User Action: ! Redefine the logical to specify the correct positive whole number. NO_3270_CONN "Unable to establish a connection to the 3270 device" - /INFORMATIONAL ! Explanation: ! The Form Manager was unable to establish a connection to the ! specified 3270 terminal ! User Action: ! Make sure the 3270 connection software was installed properly. ! Verify that the enable parameters are properly specified. NO_3270_SOFTWARE "3270 connection software unavailable." - /ERROR ! Explanation: ! The Form Manager was unable to access the 3270 connection software. ! User Action: ! Make sure the 3270 connection software was installed properly. ! Reinstall if necessary. BCKGRNDIO "Attempted read or write I/O from background process." - /ERROR - /USER_VALUE=FORMS$K_EI038 ! Explanation: ! The Form manager detected a read or write while running as a ! background process. ! User Action: ! Restart the Request after the process is no longer in the ! background. !##IGNORE ON TM_SHARED_FORM_FOUND "Form file '!AS' previously loaded."/INFORMATIONAL !+ ! Explanation: The specified form file has been already loaded by a previous session. Therfor, ! the form manager will not read it from disk again, but will share the already ! in memory copy of the form. ! ! User Action: None. !- !##IGNORE OFF DIVBYZERO "Divide by zero." - /ERROR ! Explanation: ! When evaluating an arithmetic expression, the Form Manager encountered a ! division by zero. ! User Action: ! Before performing an arithmetic expression, ensure that the divisor of ! any division operation is not equal to zero. BLKBYREQ "Attempted synchronous Request while another Request was active." - /ERROR - /USER_VALUE=FORMS$K_EI040 ! Explanation: ! On the Ultrix platform, when a non cancel or send request is issued from a ! Signal Handler routine while another Request is active, the new request is ! considered "BLOCKED". ! User Action: ! Cancel the current request and issue the new request. !##IGNORE ON TM_ST_ACT_BTTN "Begin activate button !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin activating the specified button on the ! specified panel. ! ! User Action: Nothing. !- TM_END_ACT_BTTN "End activate button !AS on panel !AS."/FAO=2 !+ ! Explanation: The specified button was activated on the ! specified panel. ! ! User Action: Nothing. !- TM_ACTIV_BTTN_ITEM "Activated button !AS on panel !AS."/FAO=2 !+ ! Explanation: The specified button on the specified panel was ! activated. ! ! User Action: Nothing. !- TM_DUP_ACTIV_BTTN "Found duplicate activation item for button !AS on panel !AS; activate not performed."/FAO=2 !+ ! Explanation: While attempting to create an activation item for the specified ! button, the Form Manager found a duplicate item already on ! the activation list. No activation was performed for the button. ! ! User Action: Nothing. !- TM_BTTN_PROT_NO_ACTIV "Button !AS on panel !AS is protected; activate not performed."/FAO=2 !+ ! Explanation: The specified button on the specified panel is protected. No activation ! was performed. ! ! User Action: Unprotect the button or don't attempt to activate it. !- TM_ST_DEAC_BTTN "Begin deactivate button !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin deactivating the specified button on the specified ! panel. ! ! User Action: Nothing. !- TM_END_DEAC_BTTN "End deactivate button !AS on panel !AS."/FAO=2 !+ ! Explanation: End of deactivating the specified button on the ! specified panel. ! ! User Action: Nothing. !- TM_DEAC_BTTN_ITEM "Deactivated button !AS on panel !AS."/FAO=1 !+ ! Explanation: The specified button was deactivated. ! ! User Action: Nothing. !- TM_ST_POS_BTTN "Begin position to button !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin positioning to the specified button on the ! specified panel. ! ! User Action: Nothing. !- TM_END_POS_BTTN "End position to button !AS on panel !AS."/FAO=2 !+ ! Explanation: End of positioning to the specified button on the ! specified panel. ! ! User Action: Nothing. !- TM_ST_POS_BTTN_IM "Begin position immediate to button !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin performing a POSITION IMMEDIATE to the specified ! button on the specified panel. ! ! User Action: Nothing. !- TM_END_POS_BTTN_IM "End position immediate to button !AS on panel !AS."/FAO=2 !+ ! Explanation: End of performing a POSITION IMMEDIATE to the specified ! button on the specified panel. ! ! User Action: Nothing. !- TM_DISPLAY_BUTTON "Button !AS displayed in panel !AS."/FAO=2 !+ ! Explanation: The specified button has been displayed in the ! named panel. ! ! User Action: Nothing. !- TM_START_INPUT_BTTN "Begin input from button !AS on panel !AS."/FAO=2 !+ ! Explanation: Accept phase is processing input for the specified button. ! ! User Action: Nothing. !- TM_ACTV_BTTN "Button !AS on panel !AS."/FAO=2 TM_ACTV_BTTNC "Button !AS on panel !AS (current item)."/FAO=2 TM_ACTV_BTTNP "Button !AS on panel !AS (previous item)."/FAO=2 TM_LAYSEL_MOTIF_TERM "Motif device is a !AD !UL plane workstation. Width of !UL mm. Height of !UL mm."/FAO=5/INFORMATIONAL !+ ! Explanation: The motif device specified in the enable request has the specified characteristics. ! ! User Action: Nothing. !- TM_CANT_OPEN_DISPLAY "Unable to open specified Motif display: !AD"/FAO=2/INFORMATIONAL !+ ! Explanation: The form manager was unable to open the specified motif display. ! ! User Action: Nothing. !- TM_SEL_LABEL_MATCH "A layout with a matching layout selection label was found."/INFORMATIONAL !+ ! Explanation: The form manager chose a layout with a matching layout selection label. ! ! User Action: Nothing. !- TM_ST_POS_TRVSL_ITEM "Begin position to traversal item" !+ ! Explanation: Begin performing a POSITION TO TRAVERSAL ITEM response step. ! ! User Action: Nothing. !- TM_END_POS_TRVSL_ITEM "End position to traversal item" !+ ! Explanation: End of performing a POSITION TO TRAVERSAL ITEM response step. ! ! User Action: Nothing. ! TM_ST_POS_TRVSL_ITEM_IM "Begin position immediate to traversal item" !+ ! Explanation: Begin performing a POSITION IMMEDIATE TO TRAVERSAL ITEM ! response step. ! ! User Action: Nothing. !- TM_END_POS_TRVSL_ITEM_IM "End position immediate to traversal item" !+ ! Explanation: End of performing a POSITION IMMEDIATE TO TRAVERSAL ITEM ! response step. ! ! User Action: Nothing. ! TM_DDIF_FILE_CLOSE "Writing DDIF document to file '!AD'."/FAO=2/INFORMATIONAL !+ ! Explanation: The form manager was unable to open the specified motif display. ! ! User Action: Nothing. !- TM_MOTIF_NO_PRINT "Unable to print panel '!AD'. Panel is not currently displayed."/FAO=2/INFORMATIONAL !+ ! Explanation: The form manager was unable to print the specified motif panel. In order ! to perform motif printing, the panel must be displayed on the workstation display. ! ! User Action: Nothing. !- !##IGNORE OFF !+++ ! 24-Aug-1990, CW , CW033, Added messages for one common base image ! 10-Sep-1990, CW , CW037, Added message CHARSETNOTSUP. ! 13-Sep-1990, JW JW016, Added message INVCONFIG ! 15-Oct-1990, HC, HC006, Added message TXTPTHNSUP ! 15-Oct-1990, HC, HC006, Added message INVTXTPTH !--- !+++HC006 TxtPthNSup /Fao=1/Error ! Explanation: ! Text Path Hebrew is not supported by Asian Character set. ! User Action: ! Change Default Text Path. !---HC006 !+++HC006 InvTxtPth /Error ! Explanation: ! Text Path Hebrew is not supported by Asian Character set. ! User Action: ! Use RIGHT text path. !---HC006 !+++ CW033 Badoffset /Error ! Explanation: ! DECforms internal error. ! Offset parameter passed to one of the MCH$ routines does not point to a ! location within the input string, or does not point to a valid character ! boundary. ! Note: This status is for DECforms internal use only. ! User Action: ! User should never see this error. ! Please submit an SPR. Badparam /Error ! Explanation: ! DECforms internal error. ! All or some of the parameters passed to one of the MCH$ routines are ! invalid. ! Note: This status is for DECforms internal use only. ! User Action: ! User should never see this error. ! Please submit an SPR. Invstr /Error ! Explanation: ! DECforms encountered data containing invalid character ! in the specified character set. ! User Action: ! Examine data processed by DECforms for invalid character. ! Ensure correct character set information is specified in ! IFDL. !--- CW033 !+++ CW037 CharsetNotSup - /FAO=1/Error ! Explanation: ! Facilities supporting the specified character set is not available. ! This indicates either DECforms was not properly installed or ! you have used a feature that is not available with the current ! DECforms configuration. ! User Action: ! Check the documentation to see whether the specified character set is ! supported. !--- CW037 !+++ CW033 ! ! New severe messages ! LangNotSup "support for !AS is not available" - /FAO=1/Severe ! Explanation: ! Facilities supporting the specified language is not available. ! This indicates either DECforms was not properly installed or ! you have used a feature that is not available with the current ! DECforms configuration. ! User Action: ! Check the documentation to see whether the specified language is ! supported. !--- CW033 !+++ JW016 InvConfig "invalid DECforms configuration" /Error ! Explanation: ! There may have a problem during DECforms installation. ! User Action: ! Please see the system manager. !--- JW016 INV_CHAR "invalid character" - /INFORMATIONAL ! Explanation: ! The entered character is not valid in this position. ! User Action: ! Enter another ASCII character. CHAR_NOT_FIT "character too large to fit in this position" - /INFORMATIONAL ! Explanation: ! The entered character cannot fit into this position. ! User Action: ! Enter another ASCII character. CANTOPENDIC "Can't open the Kana-Kanji conversion dictionary." - /ERROR - /USER_VALUE=FORMS$K_EI046 ! Explanation: ! Enable request is terminated by failing to open the Kana-Kanji conversion ! dictionary file at creating session. ! User Action: ! Correct environment to be able to access to dictionary file. !##IGNORE ON TM_BAD_FORM_OBJECT "Invalid form object." !+ ! Explanation: A invalid form object was encountered. This could be ! due to form objects created with a version prior to ! V1.4 mixed with objects from V1.4 or later. Form objects ! from different versions can not be combined in the same ! image. ! ! User Action: All form objects in a image must be run through the ! current version of the EXTRACT OBJECT utility. !- TM_LOOP_RESP_STEP "Begin LOOP response step." !+ ! Explanation: The Display Manager is starting to interpret the ! Loop response step for the request. ! ! User Action: Nothing. !- TM_VAL_RESP_STEP "Begin VALIDATE response step." !+ ! Explanation: The Display Manager is starting to interpret the ! Validate response step for the request. ! ! User Action: Nothing. !- TM_ST_VAL_FIELD "Begin validate field !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin validating the specified field on the specified ! panel. ! ! User Action: Nothing. !- TM_END_VAL_FIELD "End validate field !AS on panel !AS."/FAO=2 !+ ! Explanation: End of validating the specified field on the ! specified panel. ! ! User Action: Nothing. !- TM_ST_VAL_ICON "Begin validate icon !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin validating the specified icon on the specified ! panel. ! ! User Action: Nothing. !- TM_END_VAL_ICON "End validate icon !AS on panel !AS."/FAO=2 !+ ! Explanation: End of validating the specified icon on the ! specified panel. ! ! User Action: Nothing. !- TM_ST_VAL_BTTN "Begin validate button !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin validating the specified button on the specified ! panel. ! ! User Action: Nothing. !- TM_END_VAL_BTTN "End validate button !AS on panel !AS."/FAO=2 !+ ! Explanation: End of validating the specified button on the ! specified panel. ! ! User Action: Nothing. !- TM_ST_VAL_GROUP "Begin validate group !AS on panel !AS."/FAO=2 !+ ! Explanation: Begin validating the specified group on the specified ! panel. ! ! User Action: Nothing. !- TM_END_VAL_GROUP "End validate group !AS on panel !AS."/FAO=2 !+ ! Explanation: End of validating the specified group on the specified ! panel. ! ! User Action: Nothing. !- TM_ST_VAL_PANEL "Begin validate panel !AS."/FAO=1 !+ ! Explanation: Begin validating the specified panel. ! ! User Action: Nothing. !- TM_END_VAL_PANEL "End validate panel !AS."/FAO=1 !+ ! Explanation: End of validating the specified panel. ! ! User Action: Nothing. !- TM_ST_VAL_ALL "Begin validate all." !+ ! Explanation: Begin performing a validate all. ! ! User Action: Nothing. !- TM_END_VAL_ALL "End validate all." !+ ! Explanation: End of validate all. ! ! User Action: Nothing. !- !##IGNORE OFF MGRIMGCIOBASE - "FORMS$MANAGER base = !XL, FORMS$MGRCCTSHR base = !XL, FORMS$MGRXMSHR base = !XL, FORMS$MGRDDIFSHR base = !XL, FORMS$MGRBLKSHR base = !XL, FORMS$CIOSHR base = !XL" - /FATAL - /FAO=6 ! Explanation: ! This message is used in conjunction with INTDATCOR in order ! to provide enough information for the developer to track down ! the location of the error within the FORMS$MANAGER, the device ! specific images, or FORMS$CIOSHR images. ! ! This information is necessary since these images can be image ! activated. As a result the base of the images is not fixed at run-time ! thus making normal link maps almost useless. !##IGNORE ON TM_ACTWAIT_NOTSUP "ACTIVATE WAIT is not supported on this device." !+ ! Explanation: The ACTIVATE WAIT response step is not supported on ! this device. ! ! User Action: Nothing. !- TM_REFRESH_NOTSUP "REFRESH is not supported on this device." !+ ! Explanation: The REFRESH response step is not supported on ! this device. ! ! User Action: Nothing. !- TM_SIGREV_NOTSUP "SIGNAL %REVERSE is not supported on this device." !+ ! Explanation: The SIGNAL %REVERSE response step is not supported on ! this device. ! ! User Action: Nothing. !- TM_DDIF_USE_DISPLAY "If you wish to 'print' a panel in a DDIF layout, use the DISPLAY response step." !+ ! Explanation: In order to print a DDIF panel, you must use the DISPLAY response step. See FIMS. ! ! User Action: Nothing. !- TM_BAD_COLOR "Color !AS is not supported on this device. This color will not be applied."/FAO=1 !+ ! Explanation: The color specified is not supported on the current Motif device. ! ! User Action: Nothing. !- TM_BAD_RGB_COLOR "Specified RGB color is not supported on this device. This color will not be applied." !+ ! Explanation: The RGB triplet color specified is not supported on the current Motif device. ! ! User Action: Nothing. !- !##IGNORE OFF CANT_OPEN_DISP "Unable to open Motif display." - /ERROR ! Explanation: ! The enable request is terminated because it could not open the specified ! Motif display. ! User Action: ! Verify that the specified Motif display name is correct. If so, verify ! that the Motif device security allows your username to access that display. ! Failing that, make sure that the Motif device is accessable on your network. FALLBACK "Unable to find font metrics for specified font. Using default metrics for operation." !+ ! Explanation: Metrics for the specified XLFD font were not found on the system. ! ! User Action: Make sure that you have specified a correct font for your ! system. If so, make sure that this font was correctly installed on your ! system. The font specified, must conform to the X Logical Font Definition ! and must also be accompanied by a font metrics file (AFM file). !- PcIntErr - - /USER_VALUE=FORMS$K_EI015 - /FAO=3 - /Error ! Explanation: ! An internal inconsistency has been detected. ! User Action: ! Please submit an SPR, describing what you did to cause ! this message to appear in enough detail that Digital can ! reproduce the problem. Please submit machine ! readable copies of all input files and output files. ! PC_MEMLEFT - /Fao=1 - /Warn ! Explanation: ! When an the form manager DLL exits, the memory manager destructor takes ! frees all memory heaps, while manageing a global object counter. If, after ! all the heaps have been freed, there is still a non-zero number of memory ! objects left, then there is an error in the memory manager. This is for ! finding memory errors. ! User Action: ! None. ! PC_HEAPMEM - /Fao=2 - /Info ! Explanation: ! When an application's memory heaps were blown by the process root, the number ! of objects still allocated is listed in the message. (PC/Windows only). ! User Action: ! None. TM_ST_VAL_WAIT "Begin validate wait on panel !AS."/FAO=1 !+ ! Explanation: Begin validating wait on the specified panel. ! ! User Action: Nothing. !- TM_END_VAL_WAIT "End validate wait on panel !AS."/FAO=1 !+ ! Explanation: End of validating wait on the specified panel. ! ! User Action: Nothing. !- ! ecr: Adding mew messages for PC. STRTRU "warning - string truncated" - /WARNING ! Explanation: ! A CIO procedure returned a string that ! did not fit into the specified receiving area resulting in lost ! trailing characters. ! User Action: ! Correct your program to increase the area specified ! to receive the string. RESOPERAND "warning - converted a reserved operand to a valid value" - /WARNING ! Explanation: ! Decimal data detected that contains an invalid sign or digit, ! or data that contains a floating reserved operand. The error is ! corrected, and processing continues. ! User Action: ! None. IOERR "I/O error, errno (!SL) = !AS" - /ERROR - /FAO=2 ! Explanation: ! The specified I/O error occurred. ! User Action: ! See the appropriate C/C++ RTL message and take specified action. DECOVF "decimal overflow" - /ERROR ! Explanation: ! During an arithmetic operation, a decimal value ! exceeds the largest representable decimal number. The result of ! the operation is set to the correctly signed least significant ! digit. ! User Action: None. DESSTROVF "destination string overflow" - /ERROR ! Explanation: ! The destination string is overflowed, and the ! operation did not justify return of a warning, but a fatal error. ! User Action: ! Increase the length of the destination string, or use ! dynamic string for destination. FATCIOERR "fatal CIO error" - /ERROR ! Explanation: ! An error occurred in a CIO routine, preventing it from completing ! successfully. Calling routines will determine what action to take. ! User Action: ! None FLTOVF "floating point overflow" - /ERROR ! Explanation: ! During an arithmetic operation, a floating-point ! value exceeded the largest representable value for that data type. ! User Action: ! Check the program listing to verify that operands or variables are ! specified correctly. FLTUND "floating point underflow" - /ERROR ! Explanation: ! An arithmetic exception occurred as a ! result of floating-point underflow. ! User Action: ! Check the program listing to verify that operands or variables are ! specified correctly. INTOVF "integer overflow" - /ERROR ! Explanation: ! An integer overflow was detected. ! User Action: ! Choose a destination data type with a larger range. INVCVT "invalid conversion" - /ERROR ! Explanation: ! The source value is negative and the destination data ! type is unsigned. ! User Action: ! Ensure that either the source value must be positive or that ! the destination data type is signed. INVNBDS "invalid Numeric Byte Data String" - /ERROR ! Explanation: ! The string of bytes specified as a NBDS is not a ! NBDS. ! User Action: ! Check the NBDS descriptor against LIB$CVT_DX_DX documentation. INVCLADSC "invalid class in descriptor" - /ERROR ! Explanation: ! An unsupported class of descriptor is specified. ! User Action: ! Retry the operation specifying a supported class of ! descriptor. INVDTYDSC "invalid data type in descriptor" - /ERROR ! Explanation: ! An unsupported data type is specified. ! User Action: ! Retry the operation specifying a supported data type. RFM "invalid record format" - /ERROR ! Explanation: ! An invalid record format has been encountered. The ! file may be corrupt. ! User Action: ! Verify and correct file. EOF "end of file" - /INFORMATIONAL ! Explanation: ! The end of file has been encountered. ! User Action: ! None. !##IGNORE ON TM_PRINT_SCREEN "Printing the contents of the screen." - /INFORMATIONAL ! Explanation: The screen is being printed. ! ! User Action: Nothing. TM_UNABLE_FUNC_KEY "Unable to process function key." - /INFORMATIONAL ! Explanation: The Form Manager was unable to process the function key. ! ! User Action: Nothing. !##IGNORE OFF CSCVTERR "Compound string conversion error occured. Field content is lost, but operation continue." !+ ! Explanation: Compound string conversion failed for some reason. ! ! User Action: Make sure that your Motif environemnt, especially display server's ! language selection, is sufficient for field's character set. If so, make sure ! that the selected language is available on your system. !- TM_BEGIN_REQ "Begin !AS Request for Session (!AS)" - /INFORMATIONAL - /FAO=2 !+ ! Explanation: Begining a Xxx type External Request for a specified Session. ! ! User Action: None, This is a trace message used to deliniate the beginning ! of a new request. !- TM_STOP_REQ "Ending !AS Request for Session (!AS)" - /INFORMATIONAL - /FAO=2 !+ ! Explanation: End of the execution for a specific request type for a specific Session. ! ! User Action: None, This is a trace message to deliniate the ending of a ! external request. !- TM_RUNTIMER_VERSION "Executing on Version !AS of the DECforms Run-Time." - /INFORMATIONAL - /FAO=1 !+ ! Explanation: Announce the version of the run-time manager executing. ! ! User Action: None. Use this message output when reporting bugs to engineering. !- !+ ! End of File FORMS_MSG_MGR_POST_V1.MSG !- !+ ! File FORMS_MSG_OPR_POST_V1.MSG - Message file for Form Manager containing ! the operator messages new since DECforms V1.0. !- !+ ! Revision History: ! ! 29-Mar-1989, JBS, Created the empty file, so the build will work. ! 20-Aug-1990, JHH, Created four messages to be used for block mode input. ! 12-Oct-1990, JHH, Created more messages to be used for block mode input. ! 05-Mar-1992, MIZ, Created messages to be used for text field. ! 17-Feb-1993, JHH, Merged Kevin Mendel's block mode messages in here. !- MANY_INT_DIGITS "too many integer digits for this field; remove extra digits." - /INFO ! Explanation: ! The field input contains more digits in the ! integer portion of a numeric field (to the ! left of the decimal point) than is allowed. ! User Action: ! The operator should enter fewer integer digits ! in the field. MANY_DEC_DIGITS "too many decimal digits for this field; remove extra digits." - /INFO ! Explanation: ! The field input contains more digits in the ! decimal portion of a numeric field (to the ! right of the decimal point) than is allowed. ! User Action: ! The operator should enter fewer decimal digits ! in the field. INVALID_DATA "invalid data in field." - /ERROR ! Explanation: ! The value entered for this field does not conform to the input ! picture and editting clauses specified for the field. ! User Action: ! Enter a new value that meets the requirements of the field. NPLINSLITMIS "required characters were missing." - /ERROR ! Explanation: ! The value entered for a non-picture-locked field did not contain proper ! insertion literals as defined by the picture string. ! User Action: ! Enter a new value for the field, with insertion literals placed as ! required. NPLINVINSLIT "field contained unexpected characters." - /ERROR ! Explanation: ! The value entered for a non-picture-locked field contained non-numeric ! literals where none were expected. ! User Action: ! Enter a new value for the field, with insertion literals placed as ! required. NPLALPHAREQ "field contained invalid characters in alphabetic position." - /ERROR ! Explanation: ! The value entered for a non-picture-locked field contained non-alphabetic ! chartacters where alphabetic characters are required. ! User Action: ! Enter a new value for the field, with alphabetic characters placed where ! required. NPLALNUMREQ "field contained invalid characters in alphanumeric position." - /ERROR ! Explanation: ! The value entered for a non-picture-locked field contained ! non-alphanumeric chartacters where alphanumeric characters are required. ! User Action: ! Enter a new value for the field, with alphanumeric characters placed ! where required. NPLNUMREQ "field contained invalid characters in numeric position." - /ERROR ! Explanation: ! The value entered for a non-picture-locked field contained non-numeric ! chartacters where numeric characters are required. ! User Action: ! Enter a new value for the field, with numeric characters placed where ! required. NPLMULTCURR "field contained multiple currency symbols." - /ERROR ! Explanation: ! The value entered for a non-picture-locked field contained more than one ! valid currency symbol. ! User Action: ! Enter a new value for the field, with no more than one currency symbol. NPLINVCURR "field contained an invalidly placed currency symbol." - /ERROR ! Explanation: ! The value entered for a non-picture-locked field contained a currency ! symbol between digits. ! User Action: ! Enter a new value for the field, with the currency symbol placed in the ! required location. NPLMULTSIGN "field contained multiple sign indicators." - /ERROR ! Explanation: ! The value entered for a non-picture-locked field contained more than one ! valid sign indicator. ! User Action: ! Enter a new value for the field, with no more than one sign indicator. NPLINVSIGN "field contained an invalidly placed sign indicator." - /ERROR ! Explanation: ! The value entered for a non-picture-locked field contained a sign ! indicator between digits. ! User Action: ! Enter a new value for the field, with the sign indicator placed in the ! required location. NPLMULTEXPSIGN "field contained multiple sign indicators in exponent." - /ERROR ! Explanation: ! The value entered for a non-picture-locked field contained more than one ! valid sign indicator in the exponent. ! User Action: ! Enter a new value for the field, with no more than one sign indicator ! in the exponent. NPLINVEXPSIGN "field contained an invalidly placed sign indicator in exponent." - /ERROR ! Explanation: ! The value entered for a non-picture-locked field contained a sign ! indicator between digits in the exponent. ! User Action: ! Enter a new value for the field, with the exponent sign indicator placed ! in the required location. NPLINVPAREN "field contained mismatched parethesis." - /ERROR ! Explanation: ! The value entered for a non-picture-locked field contained an unbalanced ! number of left and right parentheses. ! User Action: ! Enter a new value for the field, with no more than one pair of matched ! parentheses. NPLINTDIGEXC "field contained too many digits." - /ERROR ! Explanation: ! The value entered for a non-picture-locked field contained too many ! digits in the integer portion (before the decimal point). ! User Action: ! Enter a new value for the field, with fewer digits before the decimal ! point. NPLDECDIGEXC "field contained too many digits in fraction." - /ERROR ! Explanation: ! The value entered for a non-picture-locked field contained too many ! digits in the fraction portion (after the decimal point). ! User Action: ! Enter a new value for the field, with fewer digits after the decimal ! point. NPLEXPDIGEXC "field contained too many digits in exponent." - /ERROR ! Explanation: ! The value entered for a non-picture-locked field contained too many ! digits in the exponent portion (After the exponent indicator). ! User Action: ! Enter a new value for the field, with fewer digits after the exponent ! indicator. CANTMOVEUP "cannot move cursor up." - /INFO ! Explanation: ! The cursor is on the topmost row in the field, so it ! cannot be moved any further to the top. ! User Action: ! Press the PREVIOUS ITEM key to move out of the field or move ! the cursor in a different direction. CANTMOVEDOWN "cannot move cursor down." - /INFO ! Explanation: ! The cursor is on the bottommost row in the field, so it ! cannot be moved any further to the bottom. ! User Action: ! Press the NEXT ITEM key to move out of the field or move ! the cursor in a different direction. !+ ! End of File FORMS_MSG_OPR_POST_V1.MSG !- !+ ! File FORMS_MSG_MGR_POST_V2.MSG - Message file for Form Manager containing ! the messages new since DECforms V2.0. ! !- !+ ! ************************************************ ! ********** WARNING - PLEASE READ ************** ! ************************************************ ! ! If you are adding a run-time error message that would eventually get passed back ! to the user application program, please inform Sukie (or whoever is in charge of ! API FIMS error support) to get a fims error number assigned to your error message. ! Otherwise, API FIMS error support will fail when user receive your error status. ! The FIMS error number will be given to you as a symbolic constant and it should ! be used to specify /USER_VALUE. Thank you. ! - Sukie Feb. 22, 1991 ! ! E.g. ILLCTLTXTCNT "illegal control text count argument" - ! /ERROR - ! /USER_VALUE=FORMS$K_EI016 ! . ! . ! . ! ! ************************************************ ! ********** WARNING - PLEASE READ ************** ! ************************************************ ! ! When adding new messages to the end of this file, these messages ! ABSOLUTELY *MUST* follow the following format: ! !PARAMOVRFLOW "An escape routine parameter has overflowed" - ! /ERROR - ! /USER_VALUE=FORMS$K_EI029 ! ! Explanation: ! ! One or more of the parameters in the escape routine had ! ! more data written to it than was allocated by the Display ! ! Manager. ! ! User Action: ! ! Check escape routine to be sure that the amount of data ! ! written to each parameter does not exceed the size of the ! ! parameter as declared in the form. ! ! The reason is that there is an automated tool which takes this ! message file and builds a nice DCL help library. Should this ! format not be followed, the DCL help library comes out all ! cucky. Note that trace messages do not have to follow this ! format as they are ignored by the help library processor (note ! the ignore statements). ! !- !+ ! Revision History: ! ! 07-Dec-1994, TMR, Created the file for DECForms V2.1 Message additions, from FORMS_MSG_MGR_POST_V1.MSG. ! 07-Dec-1994, TMR, Added TM_CONVERT_FORM_OBJECT, TM_UNSUP_FORM_OBJECT, TM_BYTE_FORM_OBJECT, TM_SHARED_FORM_OBJECT_FOUND ! 17-Mar-1995, MCA, Added NOTRAVERSE ! 11-Nov-1997, RLL, Added BAD_BASE_YEAR ! 27-Apr-1998, DMG, Added SWO_ERROR and USER_TERMINATED_BROWSER. ! 16-Apr-1998, MCA, Fixed USER_TERMINATED_BROWSER. !- !##IGNORE OFF .Severity Informational TM_CONVERT_FORM_OBJECT "Converting an old style form object to latest format." !+ ! Explanation: An old style (pre V2.1) extracted form object has been found in the ! Form Name Table that will be aligned for the current platform. ! It is a performance issue that the user need know is occuring and can ! be removed by using the latest extract object utility. This feature ! is maintained for compatability between pre and post V2.1 images. ! ! User Action: Nothing. !- TM_UNSUP_FORM_OBJECT "This is an unsupported structure level 1 form object." !+ ! Explanation: A pre-version 1.4 DECforms forms was discovered. You must go back to the ! source .IFDL file and rebuild the application with DECforms V1.4 or greater. ! ! User Action: Nothing. !- TM_BYTE_FORM_OBJECT "Records with unspecified alignment are BYTE aligned; /NOMEMBER_ALIGNMENT." !+ ! Explanation: Form records that have not defined the alignment type are byte aligned. ! It is important that the application use the switches supplied by the compiler. ! ! User Action: Nothing. !- TM_SHARED_FORM_OBJ_FOUND "Form object '!AS' previously loaded."/INFORMATIONAL !+ ! Explanation: The specified form object (from FORMS EXTRACT OBJECT) has been already loaded by ! a previous session. Therfore, the form manager will not convert it in memory ! again, but will share the already in memory copy of the form. ! ! User Action: None. !- NOTRAVERSE "Unable to traverse to the current activation item" ! Explanation: ! The window manager cannot get access to a object because ! it is not within the visible display. ! User Action: ! If you have a field or icon that is outside of the viewport, ! increase the viewport size or move the object so that it ! fits on the display. InitOnce "Initialization has already been performed once before." !+ ! Explanation: This call has been made before and should only be made once. ! ! User Action: Nothing. !- InitOther "Cannot aquire the ACMS threading model during initialization." !+ ! Explanation: This call has been made after a request was made. In that case the ! non-threaded (thread-safe) model has been initialized. For the AST ! threading model this routine must be called first. ! ! User Action: Make this the first DECforms call you make. !- Blocked_By_Thread "request cannot be processed, blocked by DECthreads threading."- /ERROR - /USER_VALUE=FORMS$K_EI008 ! Explanation: The Form Manager cannot process DECforms requests made from ! an application AST routine. ! ! User Action: Issue DECforms request from another DECthreads thread, or relink ! application with latest FORMS$MANAGER. (New Manager uses DECthreads ! TIS instead of CMA, removing CMA/PTHREADS RTL from the application ! image removes threads from DECforms and this error in those images). AST_UNSUPPORTED "Asynchronous (AST) requests are not supported with threads."/INFORMATIONAL !+ ! Explanation: A request was made asynchronously from an AST when DECthreads is active in the process. ! This operation is not supported by DECforms and may cause unforseen problems. ! ! User Action: None. !- BAD_BASE_YEAR "Invalid value for the FORMS$BASE_YEAR logical, defaulting to current century."/INFORMATIONAL ! Explanation: ! The value for the FORMA$BASE_YEAR logical was not in the range of 1859 - 9900. ! ! User Action: ! Redefine the FORMS$BASE_YEAR logical to specify a year in the range of 1859 - 9900. SWO_ERROR "The server wrapper object detected an error."- /ERROR- /USER_VALUE=FORMS$K_EI012 ! Explanation: ! An error was detected by the server wrapper object. ! ! User Action: ! Check the server wrapper object log file (FORMS_SWO_SERVER.LOG). USER_TERMINATED_BROWSER "The browser session was terminated by the user."- /ERROR- /USER_VALUE=FORMS$K_ES005 ! Explanation: ! The user terminated the browser session. ! ! User Action: ! None. PRINT_SCREEN_NOTSUP "Using the print response step without specifying a panel is not supported for web browser devices"- /WARNING ! Explanation: ! The use of the PRINT response step without specifying which panel to print ! is not supported for web browser devices. ! User Action: ! Either modify the PRINT response step to specify which panel to print ! or remove the PRINT response step. NO_NODES_FOUND_FOR_APP "No nodes found for app '!AZ'" /FAO=1 ! Explanation: ! Of the nodes specified in the app list entry for the requested ! DECforms application, none of those nodes is either on the SWO list or ! else set Active. ! ! User Action: ! Adjust the app list or the SWO list. DATA_NOT_FOUND_FOR_APP "Data not found for app '!AZ'" /FAO=1 TRIED_TO_CONTACT_SWO "Tried to contact SWO on '!AZ'" /FAO=1 !/Warning FAILED_TO_CONTACT_SWO "Failover attempted, but unable to contact SWO for '!AZ'" /FAO=1 LOST_CONTACT_WITH_SWO "Lost contact with SWO on '!AZ' for process '!AZ'" /FAO=2 INVALID_SWO_ENTRY "Invalid SWO entry: '!AZ'. Active/Inactive setting must be 1 or 0." /FAO=1 !/Warning PORT_NUMBER_TOO_LONG "SWO: '!AZ' port number is too long" /FAO=1 !/Warning PORT_NUMBER_INVALID "SWO: '!AZ' has invalid port number" /FAO=1 !/Warning INVALID_HW_TYPE "'!AZ' has invalid hardware type" /FAO=1 !/Warning NO_VALID_ALPHA_NODES "No valid Alpha nodes" NO_VALID_VAX_NODES "No valid Vax nodes" COULD_NOT_FIND_NODE "Could not find node '!AZ'" /FAO=1 !/Warning NO_VALID_SWO_NODES "No valid SWO nodes" !+ ! End of File FORMS_MSG_MGR_POST_V2.MSG !- !+ ! ! File: FORMS_MSG_END.MSG ! ! In V1.0 - V1.3, we used to define control text at the beginning of the DECforms message space. ! That method is not very extensible since adding any new control text would alter existing VMS ! status value. From V1.4 on, we will be defining control text at the end of the DECforms message ! space. The control text definitions set up here should always stay at the end of the DECforms ! message space. ! ! Since we use /USER_VALUE to define control text, we only have space for 255 of them. Enough space ! is allocated for 255 control text here. However, when all 255 slots are used up and new control ! text must be added, we will have to come up with a new method to handle control text. ! ! - SMC 25-Jan-1991 ! ! Instructions ! ~~~~~~~~~~~~ ! 1. How to add a control text? ! ! Add a control text literal corresponding to fims error number in FORMS_MSG_common.msg and add a ! control text declaration at the end of this file. ! ! 2. How to create a new message using fims error number and control text? ! ! Find the next unused fims error number by looking at this file and confirm it by search all .msg file ! against that number. Use the /USER_VALUE qualifier in your new message declaration to associate the ! number to your message. (e.g. /USER_VALUE=FORMS$K_NORMAL). Then change the comment corresponding ! to your control text literal in this file to indicate that the number has been used. ! (e.g. ! Not used ===> ! forms_c_normal) !- !+ ! ! Revision History: ! ! 12-Jun-1991 SMC Added message texts to correspond to fims error number. Thus providing a way to ! translate fims error number into meaningful message text. ! 26-Aug-1991 SMC Added new fims error message text. !- .Literal Forms$$Msg_Mgr_Control_Text = Forms$$Msg_Mgr_Last_Message - 255 .Literal Forms$$Msg_api_errno_text = Forms$$Msg_Mgr_Control_Text - 255 .Severity Success !##IGNORE ON ! ++ ! ! FIMS Control Text Messages ! ! These messages contain the string to be placed in the control text message. ! Severity is not important. ! ! -- ! forms_c_normal - No control text is necessary for this status .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_S000 !forms_c_timeout .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES001 ES001 "ES001" /USER_VALUE=FORMS$K_ES001 !forms_c_formerror .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES002 ES002 "ES002" /USER_VALUE=FORMS$K_ES002 !forms_c_nolayout .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES003 ES003 "ES003" /USER_VALUE=FORMS$K_ES003 !forms_c_invdevice .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES004 ES004 "ES004" /USER_VALUE=FORMS$K_ES004 !forms_c_hangup .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES005 ES005 "ES005" /USER_VALUE=FORMS$K_ES005 !No used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES006 ES006 "ES006" /USER_VALUE=FORMS$K_ES006 !forms_c_norecord .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES007 ES007 "ES007" /USER_VALUE=FORMS$K_ES007 !forms_c_badreclen .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES008 ES008 "ES008" /USER_VALUE=FORMS$K_ES008 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES009 ES009 "ES009" /USER_VALUE=FORMS$K_ES009 !forms_c_inuse .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES010 ES010 "ES010" /USER_VALUE=FORMS$K_ES010 !forms_c_nosession .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES011 ES011 "ES011" /USER_VALUE=FORMS$K_ES011 !forms_c_return_immed .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES012 ES012 "ES012" /USER_VALUE=FORMS$K_ES012 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES013 ES013 "ES013" /USER_VALUE=FORMS$K_ES013 !forms_c_nodecpt .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES014 ES014 "ES014" /USER_VALUE=FORMS$K_ES014 !forms_c_bad_rshdwreclen .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES015 ES015 "ES015" /USER_VALUE=FORMS$K_ES015 !forms_c_bad_sshdwreclen .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES016 ES016 "ES016" /USER_VALUE=FORMS$K_ES016 !forms_c_cancelled .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES017 ES017 "ES017" /USER_VALUE=FORMS$K_ES017 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES018 ES018 "ES018" /USER_VALUE=FORMS$K_ES018 !forms_c_noactreq .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES019 ES019 "ES019" /USER_VALUE=FORMS$K_ES019 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES020 ES020 "ES020" /USER_VALUE=FORMS$K_ES020 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES021 ES021 "ES021" /USER_VALUE=FORMS$K_ES021 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES022 ES022 "ES022" /USER_VALUE=FORMS$K_ES022 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES023 ES023 "ES023" /USER_VALUE=FORMS$K_ES023 !forms_c_invlobound .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES024 ES024 "ES024" /USER_VALUE=FORMS$K_ES024 !forms_c_invhibound .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_ES025 ES025 "ES025" /USER_VALUE=FORMS$K_ES025 ! ++ ! ! DECforms Control Text Messages ! ! -- !forms_c_illdtcvt .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI001 EI001 "EI001" /USER_VALUE=FORMS$K_EI001 !forms_c_badreccnt .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI002 EI002 "EI002" /USER_VALUE=FORMS$K_EI002 !forms_c_converr .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI003 EI003 "EI003" /USER_VALUE=FORMS$K_EI003 !forms_c_aborted .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI004 EI004 "EI004" /USER_VALUE=FORMS$K_EI004 !forms_c_badarg .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI005 EI005 "EI005" /USER_VALUE=FORMS$K_EI005 !forms_c_baditmlstcode .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI006 EI006 "EI006" /USER_VALUE=FORMS$K_EI006 !forms_c_baditmlstcomb .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI007 EI007 "EI007" /USER_VALUE=FORMS$K_EI007 !forms_c_blocked_by_ast .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI008 EI008 "EI008" /USER_VALUE=FORMS$K_EI008 !forms_c_bad_devhlr .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI009 EI009 "EI009" /USER_VALUE=FORMS$K_EI009 !forms_c_caninprog .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI010 EI010 "EI010" /USER_VALUE=FORMS$K_EI010 !forms_c_closetrace .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI011 EI011 "EI011" /USER_VALUE=FORMS$K_EI011 !forms_c_deverr .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI012 EI012 "EI012" /USER_VALUE=FORMS$K_EI012 !forms_c_disinprog .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI013 EI013 "EI013" /USER_VALUE=FORMS$K_EI013 !forms_c_exprevalerr .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI014 EI014 "EI014" /USER_VALUE=FORMS$K_EI014 !forms_c_fatinterr .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI015 EI015 "EI015" /USER_VALUE=FORMS$K_EI015 !forms_c_illctltxtcnt .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI016 EI016 "EI016" /USER_VALUE=FORMS$K_EI016 !forms_c_illfldvaluectx .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI017 EI017 "EI017" /USER_VALUE=FORMS$K_EI017 !forms_c_illvpuse .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI018 EI018 "EI018" /USER_VALUE=FORMS$K_EI018 !forms_c_intdatcor .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI019 EI019 "EI019" /USER_VALUE=FORMS$K_EI019 !forms_c_invrange .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI020 EI020 "EI020" /USER_VALUE=FORMS$K_EI020 !forms_c_invreccnt .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI021 EI021 "EI021" /USER_VALUE=FORMS$K_EI021 !forms_c_invrecdes .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI022 EI022 "EI022" /USER_VALUE=FORMS$K_EI022 !forms_c_nohandler .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI023 EI023 "EI023" /USER_VALUE=FORMS$K_EI023 !forms_c_nolicense .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI024 EI024 "EI024" /USER_VALUE=FORMS$K_EI024 !forms_c_noparent .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI025 EI025 "EI025" /USER_VALUE=FORMS$K_EI025 !forms_c_no_read_access .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI026 EI026 "EI026" /USER_VALUE=FORMS$K_EI026 !forms_c_openout .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI027 EI027 "EI027" /USER_VALUE=FORMS$K_EI027 !forms_c_opentrace .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI028 EI028 "EI028" /USER_VALUE=FORMS$K_EI028 !forms_c_paramovrflow .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI029 EI029 "EI029" /USER_VALUE=FORMS$K_EI029 !forms_c_procesc_not_found .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI030 EI030 "EI030" /USER_VALUE=FORMS$K_EI030 !forms_c_proc_escape_error .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI031 EI031 "EI031" /USER_VALUE=FORMS$K_EI031 !forms_c_recvrecitems .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI032 EI032 "EI032" /USER_VALUE=FORMS$K_EI032 !forms_c_reqdarg .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI033 EI033 "EI033" /USER_VALUE=FORMS$K_EI033 !forms_c_sendrecitems .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI034 EI034 "EI034" /USER_VALUE=FORMS$K_EI034 !forms_c_strtooshort .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI035 EI035 "EI035" /USER_VALUE=FORMS$K_EI035 !forms_c_writetrace .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI036 EI036 "EI036" /USER_VALUE=FORMS$K_EI036 !forms_c_no_write_access .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI037 EI037 "EI037" /USER_VALUE=FORMS$K_EI037 !forms_c_bckgrndio .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI038 EI038 "EI038" /USER_VALUE=FORMS$K_EI038 !forms_c_timeract .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI039 EI039 "EI039" /USER_VALUE=FORMS$K_EI039 !forms_c_blkbyreq .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI040 EI040 "EI040" /USER_VALUE=FORMS$K_EI040 !forms_c_imgmismatch .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI041 EI041 "EI041" /USER_VALUE=FORMS$K_EI041 !forms_c_nyi .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI042 EI042 "EI042" /USER_VALUE=FORMS$K_EI042 !forms_c_no_3270_conn .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI043 EI043 "EI043" /USER_VALUE=FORMS$K_EI043 !forms_c_invalid_trntbl .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI044 EI044 "EI044" /USER_VALUE=FORMS$K_EI044 !forms_c_3270connlost .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI045 EI045 "EI045" /USER_VALUE=FORMS$K_EI045 !forms_c_cantopendic .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI046 EI046 "EI046" /USER_VALUE=FORMS$K_EI046 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI047 EI047 "EI047" /USER_VALUE=FORMS$K_EI047 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI048 EI048 "EI048" /USER_VALUE=FORMS$K_EI048 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI049 EI049 "EI049" /USER_VALUE=FORMS$K_EI049 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI050 EI050 "EI050" /USER_VALUE=FORMS$K_EI050 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI051 EI051 "EI051" /USER_VALUE=FORMS$K_EI051 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI052 EI052 "EI052" /USER_VALUE=FORMS$K_EI052 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI053 EI053 "EI053" /USER_VALUE=FORMS$K_EI053 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI054 EI054 "EI054" /USER_VALUE=FORMS$K_EI054 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI055 EI055 "EI055" /USER_VALUE=FORMS$K_EI055 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI056 EI056 "EI056" /USER_VALUE=FORMS$K_EI056 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI057 EI057 "EI057" /USER_VALUE=FORMS$K_EI057 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI058 EI058 "EI058" /USER_VALUE=FORMS$K_EI058 !Not used .Base Forms$$Msg_Mgr_Control_Text + FORMS$K_EI059 EI059 "EI059" /USER_VALUE=FORMS$K_EI059 ! ++ ! ! Message Text for Portable API FIMS error number. ! ! Given a Portable API FIMS error number, DECforms will translate it into some meaningful message text ! using the following definitions. ! !-- .Base Forms$$Msg_api_errno_text + FORMS$K_S000 API_NORMAL - "Normal successful completion." - /SUCCESS .Base Forms$$Msg_api_errno_text + FORMS$K_ES001 API_TIMEOUT - "Input did not complete in the specified time." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_ES003 API_NOLAYOUT - "No layout in this form fits the terminal type, language, and display size." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_ES004 API_INVDEVICE - "Invalid or no such device." - /ERROR - /USER_VALUE=FORMS$K_ES004 .Base Forms$$Msg_api_errno_text + FORMS$K_ES005 API_HANGUP - "Data set hangup." - /FATAL .Base Forms$$Msg_api_errno_text + FORMS$K_ES007 API_NORECORD - "A form record specified in the operation is unknown in the form." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_ES008 API_BADRECLEN - "The record length argument does not match the length of the record in the form." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_ES010 API_INUSE - "Cannot disable a session that is currently in use" - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_ES011 API_NOSESSION - "Specified session does not exist." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_ES012 API_RETURN_IMMED - "RETURN IMMEDIATE response step processed" - /SUCCESS .Base Forms$$Msg_api_errno_text + FORMS$K_ES014 API_NODECPT - "The decimal point is positioned incorrectly in a record field." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_ES015 API_BAD_RSHDWRECLEN - "The receive shadow record length does not match the length of the receive shadow record in the form." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_ES016 API_BAD_SSHDWRECLEN - "The send shadow record length does not match the length of the send shadow record in the form." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_ES017 API_CANCELLED - "Request processing interrupted by arrival of CANCEL request."- /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_ES019 API_NOACTREQ - "There are no active requests to CANCEL." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_ES024 API_INVLOBOUND - "Subscript reference is less than the base defined for the array dimension." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_ES025 API_INVHIBOUND - "Subscript reference is greater than the number of occurrences defined for the array dimension." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI001 API_ILLDTCVT - "Illegal DATE/TIME/ADT conversion." - /WARNING .Base Forms$$Msg_api_errno_text + FORMS$K_EI002 API_BADRECCNT - "The record length argument does not match the length of the record in the form." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI003 API_CONVERR - "Error while converting from one data type to another." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI004 API_ABORTED - "Session was aborted due to a severe error in another request." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI005 API_BADARG - "Bad argument or incorrect argument format for request." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI006 API_BADITMLSTCODE - "Invalid item code found in item list."- /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI007 API_BADITMLSTCOMB - "Invalid combination of item codes found in item list."- /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI008 API_BLOCKED_BY_AST - "Request cannot be processed, blocked by application AST."- /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI009 API_BAD_DEVHLR - "Device handler found is invalid." - /FATAL .Base Forms$$Msg_api_errno_text + FORMS$K_EI010 API_CANINPROG - "A CANCEL request is in progress."- /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI011 API_CLOSETRACE - "Error closing trace file." - /WARNING - /USER_VALUE=FORMS$K_EI011 .Base Forms$$Msg_api_errno_text + FORMS$K_EI012 API_DEVERR - "Device I/O error." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI013 API_DISINPROG - "A DISABLE request is in progress, no other requests for this session can be accepted."- /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI014 API_EXPREVALERR - "Cannot evaluate the expression." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI015 API_FATINTERR - "Fatal Internal Error." - /FATAL .Base Forms$$Msg_api_errno_text + FORMS$K_EI016 API_ILLCTLTXTCNT - "Illegal control text count argument." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI017 API_ILLFLDVALUECTX - "Illegal FIELDVALUE context." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI018 API_ILLVPUSE - "Illegal use of printing viewport." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI019 API_INTDATCOR - "Internal data corrupted." - /FATAL .Base Forms$$Msg_api_errno_text + FORMS$K_EI020 API_INVRANGE - "Invalid subscript range. The low bound must be less than or equal to the high bound." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI021 API_INVRECCNT - "Invalid record count value."- /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI022 API_INVRECDES - "Invalid record message descriptor." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI023 API_NOHANDLER - "No device handler for specified device." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI024 API_NOLICENSE - "No DECforms software license is active." - /FATAL .Base Forms$$Msg_api_errno_text + FORMS$K_EI025 API_NOPARENT - "Specified parent request does not exist." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI026 API_NO_READ_ACCESS - "No read access to user argument." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI027 API_OPENOUT - "Error opening output file." - /ERROR - /USER_VALUE=FORMS$K_EI027 .Base Forms$$Msg_api_errno_text + FORMS$K_EI028 API_OPENTRACE - "Error open trace file." - /WARNING - /USER_VALUE=FORMS$K_EI028 .Base Forms$$Msg_api_errno_text + FORMS$K_EI029 API_PARAMOVRFLOW - "An escape routine parameter has overflowed." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI030 API_PROCESC_NOT_FOUND - "Address of procedural escape could not be found." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI031 API_PROC_ESCAPE_ERROR - "Request terminated due to severe error in procedural escape routine."- /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI032 API_RECVRECITEMS - "Number of receive record items disagrees with record count value."- /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI033 API_REQDARG - "Required argument missing, check documentation."- /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI034 API_SENDRECITEMS - "Number of send record items disagrees with record count value."- /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI035 API_STRTOOSHORT - "The length of a string passed in a request is too small." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI036 API_WRITETRACE - "Error writing to trace file." - /WARNING - /USER_VALUE=FORMS$K_EI036 .Base Forms$$Msg_api_errno_text + FORMS$K_EI037 API_NO_WRITE_ACCESS - "No write access to user argument." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI038 API_BCKGRNDIO - "Attempted read or write I/O from background process." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI039 API_TIMERACT - "Real Time Interval timer is already in use." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI040 API_BLKBYREQ - "Attempted synchronous Request while another Request was active." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI041 API_IMGMISMATCH - "Shareable image mismatch." - /ERROR .Base Forms$$Msg_api_errno_text + FORMS$K_EI042 API_NYI - "Requested operation is not yet implemented." - /ERROR !+++ ! The space of messages for 3270 support. ! It will use EI042 to EI045 !--- .Base Forms$$Msg_api_errno_text + FORMS$K_EI046 API_CANTOPENDIC - "Can't open the Kana-Kanji conversion dictionary." - /ERROR !##IGNORE OFF !+ ! These API FIMS message text should appear under VMS FORMS ERRORS HELP. !- !forms_c_formerror .Base Forms$$Msg_api_errno_text + FORMS$K_ES002 API_FORMERROR - "Encountered problem using specified form file." - /ERROR ! Explanation: ! Form Manager either cannot read, open or load given form file. ! User Action: ! Correct the problem indicated by the subsidiary message or verify ! that given form file is actually a form. If it is, form file is ! corrupted and must be recreated. If the problem persists, submit a SPR. .Base Forms$$Msg_api_errno_text + FORMS$K_EI043 WEB_DEMO_ONLY - "This kit can only be used to demo the Web Connector." - /ERROR ! Explanation: ! This demo kit only provides support for the Web Connector. ! It has no character cell or Motif capabilities. It cannot be used ! to run existing character cell applications. ! User Action: ! Only use this kit in concert with the Web Connector to Web-enable ! existing DECforms character cell applications. .End