/ Copyright (c) Oracle Corporation 1989, 2004. All Rights Reserved. / / File : / Created : 09/01/04 / By : / Language : American / Character set : US7ASCII / / CONTENTS: / Generic Base Messages for : / Default DESC: 6.1.0 / / / NOTES: / / MODIFIED: / CA_DXWARD 11/25/99 - v: 6.1.0 Message Nunber: 33 Updated / CA_PSPENCER 11/16/99 - v: 6.1.0 Message Nunber: 21 Added / CA_PSPENCER 06/23/99 - v: 6.1.0 Message Nunber: 1004 Updated / CA_PSPENCER 09/22/98 - v: 6.0.0 Message Nunber: 22 Updated / CA_PDONE 09/17/98 - v: 6.0.0 Message Nunber: 20 Updated / / 00001 .. 01000 Text used in help and error messages in the generated form. / 00001,0, "Enter value for %s" // *Cause : This text is used to create a hint message for items based upon // columns which do not have a hint message defined in the Repository. // %s is replaced by the column prompt or, if the column has no prompt // defined in the Repository, by the column name. // *Action : This text may be amended in any way provided that the %s appears // only once in the text. The %s will always refer to the column's // prompt. 00002,2, "Illegal default where clause set against block" // *Cause : // *Action : 00003,2, "No row in table %s" // *Cause : This text is used to create an error message in the generated form // that will be displayed if no row can be found in the code controls // table indicated. // . // %s is replaced by the name of the code controls table. // *Action : This text may be amended in any way provided that the %s appears // only once in the text. The %s will always refer to the name of the // code controls table. 00004,2, "Cannot update %s while dependent %s exists" // *Cause : This text is used to create an error message that will be displayed // to the user when an attempt is made to update the value of a column // which is part of a foreign key relationship to another table and // the 'Cascade Update' attribute of the foreign key is defined as 'X' // (block cascade updates). // . // The first %s is replaced by the display title of the 'master' table // (or the table name if it has no display title). // . // The second %s is replaced by the display title of the 'child' table // (or the table name if it has no display title). // *Action : This text may be amended in any way provided that the %s appears // twice in the text. The %s's will always be replaced by the display // titles of the 'master' and 'child' tables, respectively. 00005,2, "Cannot delete %s while dependent %s exists" // *Cause : This text is used to create an error message that will be displayed // to the user when an attempt is made to delete a row from a table // which has a foreign key relationship to another table and the // 'Cascade Delete' attribute of the foreign key is defined as 'X' // (block cascade deletes). // *Action : This text may be amended in any way provided that the %s appears // twice in the text. The %s's will always be replaced by the display // titles of the 'master' and 'child' tables, respectively. 00006,2, "Row exists already with same %s" // *Cause : This text is used to create an error message that will be // displayed to the user when an attempt is made to create a new row // with values for a primary key or unique key which already exist // on the database. // . // The %s is replaced by the list of columns that make up the key // constraint that has been violated. // *Action : This text may be amended in any way provided that the %s appears // once in the text. The %s will always be replaced by the list of // columns that make up the key constraint that has been violated. 00007,2, "Error: %s" // *Cause : This text is used to format generated error messages. // . // The %s is replaced by the text of the error message. // *Action : This text may be amended in any way provided that the %s appears // once in the text. The %s will always be replaced by the text // of the error message. 00008,2, "Internal Error: %s" // *Cause : This text is used to format generated internal error messages. // . // The %s is replaced by the text of the internal error message. // *Action : This text may be amended in any way provided that the %s appears // once in the text. The %s will always be replaced by the text // of the internal error message. 00009,2, "Warning: %s" // *Cause : This text is used to format generated warning messages. // . // The %s is replaced by the text of the warning message. // *Action : This text may be amended in any way provided that the %s appears // once in the text. The %s will always be replaced by the text // of the warning message. 00010,2, "Invalid value for %s" // *Cause : This text is used to create an error message that will be // displayed to the user when an invalid value is entered in a // item that is validated via domain validation (ie REF_CODES). // . // The %s is replaced by the name of the item which has failed its // domain validation. // *Action : This text may be amended in any way provided that the %s appears // once in the text. The %s will always be replaced by the name of // item which has failed its domain validation. 00011,0, " - list of values available" // *Cause : This text is appended to the help messages and error messages for // items which are validated via domain validation. // *Action : This text may be amended in any way. 00012,0, " - LOV" // *Cause : This text is appended to the help messages and error messages for // items which are validated via domain validation, and when there // is insufficient room for the full 'list of values available' // suffix. // *Action : This text may be amended in any way. 00013,2, "This %s does not exist" // *Cause : This text is used to create an error message that will be // displayed when an invalid value is given for a foreign key. // . // The %s is replaced by a list of columns that make up the foreign // key constraint that has been violated. // *Action : This text may be amended in any way provided that the %s appears // once in the text. The %s will always be replaced by the list of // columns that make up the key constraint that has been violated. 00014,2, "Invalid combination of %s" // *Cause : This text is used to create an error message that will be // displayed when a check constraint is violated, in the absence of // an explicit message held on the constraint in the Repository. // The list of columns that are referenced by the check constraint // that has been violated will be appended to this message. // *Action : This text may be amended in any way. 00015,0, "Reason for %s operation" // *Cause : This text is used to generate the hint text for the reason item // that may, depending upon preference values, be created if table // journalling is required. // . // The %s is replaced by the operation being performed: that is // either insert, update or delete. // *Action : This text may be amended in any way provided that the %s appears // once in the text. The %s will always be replaced by the // operation being performed. 00016,2, "PL/SQL held against Button failed to execute" // *Cause : This text is used to create an error message which is displayed // to the user when a button is pressed and the procedure that is // called fails. // *Action : This text may be amended in any way. 00017,0, "A reason for record deletion must be entered" // *Cause : If a table is marked for journalling, preference dictates whether // or not the user should be forced to enter a reason for record // deletion. If this preference is used, then this message is issued // to the user at run time if he tries to delete a row without giving // a reason for delete. // *Action : This message may be amended in any way. 00018,0, "A reason for record creation must be entered" // *Cause : If a table is marked for journalling, preference dictates whether // or not the user should be forced to enter a reason for record // creation. If this preference is used, then this message is issued // to the user at run time if he tries to create a row without giving // a reason for creation. // *Action : This message may be amended in any way. 00019,0, "A reason for record modification must be entered" // *Cause : If a table is marked for journalling, preference dictates whether // or not the user should be forced to enter a reason for record // modification.If this preference is used, then this message is issued // to the user at run time if he tries to update a row without giving // a reason for update. // *Action : This message may be amended in any way. 00020,2, "Unable to populate the list item " // *Cause : // *Action : 00021,2, "Value entered does not uniquely define a record" // *Cause : // *Action : 00022,0, "Press [Delete Record] again to confirm delete" // *Cause : This prompt is displayed to the user of the generated form when // the deletion of a record would result in a cascading delete of // related records in other tables. The user is prompted to repeat // the request for deletion. // . // Note that this behaviour is controlled by user preferences. // *Action : This text may be amended in any way. 00023,0, "Help file is missing or incorrect" // *Cause : The HELP60_FORMS_GENERATOR variable in ORACLE.INI does not point // to an existing .HPJ file. // *Action : Check that the specified .HPJ exists on disk and that the path // specified is correct. 00024,3, "More than one row in table %s" // *Cause : This text is used to create an error message that is // displayed to the user when a "SELECT ... FROM DUAL" type // SQL statement fails because there is more than one row in // the table. This is a system error; this situation should // not normally occur. // . // If the DUAL table has more than one row then it is usually // considered to be a system error. // *Action : This text may be amended in any way, the %s represents the // table name. 00026,0, "Insert" // *Cause : This text is used in table journalling when building up the hint // line for the note item; see message CFX/15. // *Action : This text may be amended in any way. 00027,0, "Update" // *Cause : This text is used in table journalling when building up the hint // line for the note item; see message CFX/15. // *Action : This text may be amended in any way. 00028,0, "Delete" // *Cause : This text is used in table journalling when building up the hint // line for the note item; see message CFX/15. // *Action : This text may be amended in any way. 00029,2, "More than one code controls row for given domain" // *Cause : This text is used as the error message that is displayed to // the user of the generated form when more than one row is // found in the code controls table for the domain indicated. // This is a system error. // . // The %s is replaced by the name of the domain. // *Action : This text may be amended in any way provided that %s appears // once in the text. The %s will always be replaced by the name // of the domain. 00030,2, "Key not valid in this context" // *Cause : This text is used to indicate to the user of the generated // form that the key they have pressed is not available in the // context they are currently working in. // *Action : This text may be amended in any way. 00033,2, "Invalid query criteria on lookup items" // *Cause : This text is used in the value error exception handling // in the pre-query trigger of blocks with lookup items. // It is now possible for this exception to occur if a DATE // lookup item has been given a string in an invalid format // *Action : This text may be amended in any way. 00034,1, "Invalid data in derived column %s" // *Cause : If there is data held in the database column which does // not match the value of performing the derivation then // this message is displayed to the user. // *Action : Amend the derivation expression against the // column or update the data held in the column. 00035,2, "Query of %s must be in context of %s" // *Cause : // *Action : 00036,2, "Insert of %s must be in context of %s" // *Cause : // *Action : 00037,2, "Query not allowed in this block" // *Cause : This text is used to create an error message that is displayed // to the user when an attempt is made to query records in a // block where queries have been disallowed. It is displayed when // KEY-EXEQRY or KEY-ENTQRY are pressed. // . // See also message number 46. // *Action : This text may be amended in any way. 00040,3, "Valid values for %s" // *Cause : This text is used to create the display title for the pop-up // window that will display the valid values for the column // indicated. // . // The %s will be replaced by the name of the column for which // valid values are to be displayed. // *Action : This text may be amended in any way provided that the %s // appears once in the text. The %s will always be replaced by // the name of the column. 00041,2, "API Error:" // *Cause : // *Action : 00043,3, "Valid ranges for %s" // *Cause : This text is used to create the display title for the pop-up // window that will display the ranges of valid values for the // column indicated. // . // The %s will be replaced by the name of the column for which // valid values are to be displayed. // *Action : This text may be amended in any way provided that the %s // appears once in the text. The %s will always be replaced by // the name of the column. 00049,2, "More than one existing row with same key value" // *Cause : This text is used to create an error message that will be // displayed to the user when a check for uniqueness finds // two or more existing records sharing the same value for // the key. This is a system error; this situation should not // normally arise. // *Action : This text may be amended in any way. 00052,2, "Only one of %s may be entered" // *Cause : This text is used to create an error message that will be // displayed to the user when values have been given for more // than one foreign key in an arc. Only one foreign key value // should be entered. // . // The %s will be replaced by a list of the names of the // foreign keys making up the arc. // *Action : This text may be amended in any way provided that %s appears // once in the text. The %s will always be replaced by the list // of the foreign keys in the arc. 00053,2, "One of %s required" // *Cause : This text is used to create an error message that will be // displayed to the user when no value has been entered for // any of the list of foreign keys indicated. The foreign keys // are part of a mandatory arc; one and only one must be // entered. // . // The %s will be replaced by a list of the names of the // foreign keys making up the arc. // *Action : This text may be amended in any way provided that %s appears // once in the text. The %s will always be replaced by the list // of the foreign keys in the arc. 00056,1, "Summary data not accurate on restricted queries" // *Cause : This text is used to create a warning message that is displayed // to the user when a restricted query is being performed in a block // which has one or more items which are being summarized. Such // queries may cause the summary item in the master block to // display a misleading value. // *Action : This text may be amended in any way. 00061,2, "More than one primary key row for foreign key value" // *Cause : This text is used to create an error message that is // displayed to the user when more than one row is found during // the validation of a foreign key. This may arise if the // foreign key is derived from a non-unique key. // *Action : This text may be amended in any way. 00063,2, "Unable to call list of values form %s" // *Cause : This text is used to create an error message that will be // displayed to user when the list of values form indicated // cannot be found. // . // The %s will be replaced by the name of the form that // cannot be found. // *Action : This text may be amended in any way provided that %s appears // once in the text. The %s will always be replaced by the name // of the form. 00064,3, "INS" // *Cause : If user exit support is required this text will be passed to // the user exit when it is called at PRE-INSERT. // *Action : This text may be amended in any way. 00065,3, "UPD" // *Cause : If user exit support is required this text will be passed to // the user exit when it is called at PRE-UPDATE. // *Action : This text may be amended in any way. 00066,3, "DEL" // *Cause : If user exit support is required this text will be passed to // the user exit when it is called at PRE-DELETE. // *Action : This text may be amended in any way. 00067,1, "This form has outstanding changes to commit." // *Cause : This message is issued to the user when the user hits a function // key to call another form, and the calling form has outstanding // changes, and the called form allows Insert/Update/Delete operations. // . // Note this message is only used when generating Form Builder v3. // *Action : Change as required. 00068,2, "Unable to call module" // *Cause : This text is used to create an error message that will be displayed // to the user when a called form or report cannot be found. // *Action : 00069,3, " /" // *Cause : The form title is constructed from the module display title. // This message is the text used to replace the first vertical bar. // *Action : This message can be replaced by any text 00071,1, "Item is protected against update" // *Cause : // *Action : 00074,3, "Do you wish to commit the changes you have made?" // *Cause : // *Action : 00075,3, "Yes" // *Cause : // *Action : 00076,3, "No" // *Cause : // *Action : 00077,3, "Cancel" // *Cause : // *Action : 00078,2, "%s must be entered" // *Cause : // *Action : 00082,3, "on %s caused the following violation:" // *Cause : // *Action : 00083,2, "Validation failed on %s" // *Cause : // *Action : 00084,2, "Validation failed on constraint %s" // *Cause : // *Action : / / 01001 .. 02000 Text used in boilerplate. / 01001,3, "Valid Values for %s" // *Cause : Used as the prompt on the applications style // Query Find list-of-values. // *Action : 01004,3, "Page" // *Cause : This text is used as the label for the canvas number item that // may be displayed on each canvas. // *Action : This text may be amended in any way. 01005,3, "of" // *Cause : This text is used as the label for the last canvas number item // that may be displayed on each canvas. // *Action : This text may be amended in any way. 01006,3, "Reason" // *Cause : This is used for the prompt of the reason item that may, // depending upon preference values, be created if table journaling // is required. // *Action : This prompt may be amended in any way, although it is suggested // that its length be kept to a minimum. 01007,3, "Window" // *Cause : // *Action : 01008,3, "Null" // *Cause : This text is used to label NULL radio buttons // *Action : This text may be changed in any way / / 02001 .. 03000 Text used to describe keys in key menu / 02002,3, "Toggle Query Mode" // *Cause : This text appears on the Show Keys screen. It is the // description of the key used to switch between the two methods // of querying detail blocks in block synchronization. // *Action : This text may be amended in any way. / / 03001 .. 04000 Text used in rows created in end-user database. / 03002,3, "Deleted as part of cascading deletion of %s row" // *Cause : This message is added to the journal table as the reason why the // row has been deleted. // *Action : This message may be altered in any way. The '%s' is replaced by // the name of the table which is the source of the cascade delete. / / 04001 .. 05000 Text used in the generated menu application / 04003,3, "Show Keys" // *Cause : This is displayed as the text for the standard menu option 'Show // Keys'. It will only appear if the preference to include this on all // menus is set. // *Action : This text can also be used as option text so is best to keep it // less than 15 characters. 04004,3, "Previous Menu" // *Cause : This is displayed as the text for the standard menu option 'Previous // Menu'. It will only appear if the preference to include this on all // menus is set. // *Action : This text can also be used as option text so is best to keep it // less than 15 characters. 04005,3, "Exit" // *Cause : This is displayed as the text for the standard menu option 'Exit'. // It will only appear if the preference to include this on all // menus is set. // *Action : This text can also be used as option text so is best to keep it // less than 15 characters. 04006,3, "No help available for this option" // *Cause : No help text is specified against the module in the Repository. // *Action : This is a one line help message to convey that no help was specified // for this menu option. / / 05001 .. 06000 Text used in the generated report application /