FRM-40800 TO FRM-41100
FRM-40800: User exit %s does not exist.
Cause: The form
tried to invoke a user exit that does not exist. This could be caused by one of
the following:
1. You are using the wrong version of
Forms Runtime.
2. There could be an error in the
form.
3. FORMS_USEREXITS is not set
correctly.
Action: Make sure
that the dynamic library which defines the user exit symbol is listed in
FORMS_USEREXITS list.
Level: 20
Trigger: ON-ERROR
FRM-40801: memory allocation failure
Cause: A memory
allocation failed when Forms Runtime attempted to create an internal macro.
Action: Try executing
the application when the system is less heavily loaded. If the problem
persists, contact Oracle Support Services.
Level: 25
Trigger: ON-ERROR
FRM-40808: Cannot execute HOST command. Error code = %s.
Cause: Cannot
execute a HOST statement because of an operating system error.
Action: Contact your
system administrator.
Level: 99
Trigger: ON-ERROR
FRM-40809: HOST command had error code = %s.
Cause: The operating
system command resulted in the above error code.
Action: Verify that
you entered the command properly.
Level: 99
Trigger: ON-ERROR
FRM-40811: Shell command had error.
Cause: The operating
system command resulted in the above error code.
Action: Verify that
you entered the command properly.
Level: 99
Trigger: ON-ERROR
FRM-40815: Variable GLOBAL.%s does not exist.
Cause: Application
design error. A trigger references a global variable that does not exist.
Action: Create the
global variable or remove the reference.
Level: 20
Trigger: ON-ERROR
FRM-40816: Could not allocate memory for new symbol.
Cause: A memory
allocation failed when Forms Runtime attempted to access a new global variable.
Action: Try executing
the application when the system is less heavily loaded. If the problem
persists, contact Oracle Support Services.
Level: 99
Trigger: None
FRM-40817: Could not allocate memory for new value.
Cause: A memory
allocation failed when Forms Runtime attempted to access a new global variable.
Action: Try executing
the application when the system is less heavily loaded. If the problem
persists, contact Oracle Support Services.
Level: 99
Trigger: None
FRM-40818: System variable name not defined.
Cause: You have
tried to access a system variable that does not exist.
Action: Check the
system variable name.
Level: 99
Trigger: ON-ERROR
FRM-40819: System variable is not modifiable.
Cause: You have
tried to modify a system variable.
Action: You cannot
modify system variables.
Level: 99
Trigger: ON-ERROR
FRM-40820: Not enough memory to evaluate system variable.
Cause: A memory
allocation failed when Forms Runtime attempted to access a system variable.
Action: Try executing
the application when the system is less heavily loaded. If the problem
persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-40828: CALL or CALLQRY with invalid variable reference.
Cause: Application
design error. A CALL or CALLQRY function code contains an invalid variable
reference.
Action: Correct the
statement.
Level: 99
Trigger: None
FRM-40831: Truncation occurred: value too long for field %s.
Cause: Application
design error. A trigger, query, or user exit read a value into an item that is
not long enough to hold the entire value. The item truncated the value.
Action: Increase the
target item's item length to avoid truncation.
Level: 15
Trigger: ON-ERROR
FRM-40832: Variable FORMS_USEREXITS not set. User exit %s did
not execute.
Cause: FORMS_USEREXITS
must be set for forms USER_EXIT Built-in to work.
Action: Set
FORMS_USEREXITS to dynamic libraries, which define the user exit symbols.
Searching is done in the order libraries are listed.
Level: 20
Trigger: ON-ERROR
FRM-40833: Could not completely load the dynamic user exit
libraries. User exit %s did not execute.
Cause: User exit
symbol was not found and there were failures in opening some of the dynamic
user exit libraries.
Action: Make sure
that all the user exit libraries listed in FORMS_USEREXITS are correct and
available.
Level: 20
Trigger: ON-ERROR
FRM-40900: Unable to allocate record buffer. Clear form to
continue.
Cause: Failed
attempt to allocate memory for a fetched or new record. The remaining records
that are queried are temporarily buffered on disk. This is an indication that
no more temporary files can be written to the disk.
Action: Clear form
and then attempt to continue. You may have to exit the form and then re-open.
Also, make sure there is enough disk space and that you have write privileges
to the disk drive and directory.
Level: 99
Trigger: ON-MESSAGE
FRM-40901: Note: not enough memory to remember all or part of
this query.
Cause: A memory
allocation failed when Forms Runtime attempted to save a query.
Action: Try executing
the application when the system is less heavily loaded. If the problem
persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-40902: SQL statement too large.
Cause: Application
design error. The form's design includes a SQL command that is more than 2048
characters long.
Action: Shorten the
SQL command.
Level: 99
Trigger: ON-ERROR
FRM-40903: Cannot create output file.
Cause: You pressed
[Print Screen], but screen contents could not be written to a file because of
one of the following:
1. You have entered an illegal file
name.
2. The operating system does not give
you authority to create files.
3. The necessary disk or directory
space is not available.
Action: Check the
file name you have entered and correct it if necessary. If you need additional
help, contact your system administrator.
Level: 99
Trigger: ON-ERROR
FRM-40904: Program error: unknown operation to be performed on
record.
Cause: Internal
error.
Action: If the
problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-40905: Unable to buffer more records on disk.
Cause: Internal
error.
Action: If the
problem persists, contact Oracle Support Services.
Level: 99
Trigger: None
FRM-40906: FATAL ERROR: cannot write a buffered record to disk.
Cause: Internal
error while trying to write a buffered record to the disk.
Action: If the
problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-40907: FATAL ERROR: cannot read a buffered record from disk.
Cause: Internal
error while trying to read a buffered record from the disk.
Action: If the
problem persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-40908: RAM Internal Error: %s
Cause: An internal
error occurred within the form's internal record manager.
Action: If the
problem persists, contact Oracle Support Services.
Level: 20
Trigger: ON-ERROR
FRM-40909: Internal Error: unknown error %d.
Cause: Internal
error. Forms Runtime attempted to issue an unknown error message.
Action: If the
problem persists, contact Oracle Support Services.
Level: 99
Trigger: None
FRM-40911: Record not created due to sequence number generation
error.
Cause: Internal
error. Either the sequence number object does not exist, or the designer does
not have privileges for the sequence number object, or some other fatal
database error occurred.
Action: Contact your
DBA. If your DBA cannot correct the problem, and the problem persists, contact
Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-40912: WHEN-NEW-RECORD trigger failed. Record not created.
Cause: A runtime
error occurred in a When-New-Record trigger that caused the trigger to fail. No
new record was created.
Action: Contact your
DBA. If your DBA cannot correct the problem, and the problem persists, contact
Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-40913: List of Values maximum exceeded. Some values are not
displayed.
Cause: Application
design error. Unable to return all the records in the current list of values;
the number exceeds the maximum limit.
Action: Specify no
more than 32,767 records to be returned in a list of values.
Level: 25
Trigger: ON-ERROR
FRM-40914: Memory allocation error: unable to complete
transaction.
Cause: A memory
allocation failed while Forms Runtime attempted to complete a transaction.
Action: Try executing
the application when the system is less heavily loaded. If the problem
persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-40915: Memory allocation error: unable to execute trigger
%s.
Cause: A memory
allocation failed while Forms Runtime attempted to execute a trigger.
Action: Try executing
the application when the system is less heavily loaded. If the problem
persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-40916: Memory allocation error: unable to execute query.
Cause: A memory
allocation failed while Forms Runtime attempted to execute a query.
Action: Try executing
the application when the system is less heavily loaded. If the problem
persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-40917: Memory allocation error: unable to lock record.
Cause: A memory
allocation failed while Forms Runtime attempted to lock a record.
Action: Try executing
the application when the system is less heavily loaded. If the problem
persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-40919: Internal SQL statement execution error: %d.
Cause: Error in the
SQL statement Oracle Forms has tried to execute.
Action: Check the
last SQL statement.
Level: 25
Trigger: ON-ERROR
FRM-40920: Unable to create view: low on system resources.
Cause: Something in
your environment or application has prevented view creation.
Action: Try executing
the application when the system is less heavily loaded. If the problem
persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-40921: Could not create item: %s.
Cause: Something in
your environment or application has prevented item creation.
Action: Try executing
the application when the system is less heavily loaded. If the problem
persists, contact Oracle Support Services.
Level: 99
Trigger: ON-ERROR
FRM-40922: An OLE error occurred: 0x%x.
Cause: A Built-in
called an OLE or OLE-related function which failed.
Action: You need to
lookup the error number in an OLE manual for further details.
Level: 99
Trigger: ON-ERROR
FRM-40923: OLE is not supported on this platform.
Cause: A Built-in
that required OLE support was called, and your platform does not support OLE.
Action: Don't call
OLE-related Built-ins on platforms that don't support OLE.
Level: 99
Trigger: ON-ERROR
FRM-40924: Invalid argument index specified.
Cause: An attempt
was made to retrieve a value from the OLE-argument stack whose index was out of
bounds for the size of the current OLE-argument stack
Action: Argument
indices range from 1 to the number specified in the last call to
FORMS_OLE.InitArgs()
Level: 99
Trigger: ON-ERROR
FRM-40925: No space initialized in OleArg for argument.
Cause: An attempt
was made to store too many arguments into the initialized OLE-argument stack.
Action: Make sure you
specify enough space in your call to FORMS_OLE.InitArgs().
Level: 99
Trigger: ON-ERROR
FRM-40926: OLE Object is NULL.
Cause: You cannot
operate on a NULL OLE object.
Action: Do not
attempt to call FORMS_OLE Built-ins with NULL OLE-objects.
Level: 99
Trigger: ON-ERROR
FRM-40927: Variant is not an array.
Cause: An attempt
was made to access a variant as if it contained an array, and it did not.
Action: You can call
FORMS_OLE.Get_Dims() to ensure that you have a variant with an array. For
arrays, the return value for the function is greater than or equal to 1.
Level: 99
Trigger: ON-ERROR
FRM-40928: Too many array indices specified.
Cause: An attempt
was made to access a variant that holds an array, but too many array indices
were specified.
Action: You must use
the correct number of array indices, the same number as returned by
FORMS_OLE.GET_Dims().
Level: 99
Trigger: ON-ERROR
FRM-40929: Too few array indices specified.
Cause: An attempt
was made to access a variant that holds an array, but too few array indices
were specified.
Action: You must use
the correct number of array indices, the same number as returned by
FORMS_OLE.GET_Dims().
Level: 99
Trigger: ON-ERROR
FRM-40930: Array index was non-numeric.
Cause: An attempt
was made to access a variant that holds an array, but the supplied array
indices were non-numeric and not either ROW or COLUMN.
Action: The only
valid array indices are numbers, which should be separated by columns. If
you're fetching into a table from a variant, ROW and COLUMN can be used as
placeholders for the row and column iterators during table construction.
Level: 99
Trigger: ON-ERROR
FRM-40931: Cannot populate table because datatype is
unsupported.
Cause: An attempt to
populate a table failed because one of its columns used an unsupported
datatype.
Action: Restrict your
column types to integers, numbers, strings, and dates.
Level: 99
Trigger: ON-ERROR
FRM-40932: Cannot populate variant because table's datatype is
unsupported.
Cause: An attempt to
populate a variant failed because one of the source table's columns used an
unsupported datatype.
Action: Restrict your
column types to integers, numbers, strings, and dates.
Level: 99
Trigger: ON-ERROR
FRM-40933: Cannot populate table because datatype is incorrect.
Cause: An attempt to
populate a table failed because the block's datatype did not match the table's
datatype.
Action: The table
datatype must match the datatypes of the block's columns that are being
retrieved.
Level: 99
Trigger: ON-ERROR
FRM-40934: Cannot populate table because records are out of
bounds.
Cause: An attempt to
populate a table failed because an illegal start or end record was specified.
Action: start_rec and
end_rec parameters must fall between 1 and the number of retrievable records.
end_rec may also be ALL_RECORDS.
Level: 99
Trigger: ON-ERROR
FRM-40935: Object does not exist locally.
Cause: An attempt to
release an object failed because the 'kill_persistent' parameter was set to
FALSE, and no local object existed to release.
Action: Never release
objects you don't own.
Level: 10
Trigger: ON-ERROR
FRM-41000: This function is not currently available.
Cause: You pressed
an undefined function key.
Action: Press [Show
Keys] to determine which function key you should have pressed.
Level: 5
Trigger: ON-ERROR
FRM-41001: This function is not allowed on this device.
Cause: You tried to
execute the Insert/Replace function.
Action: No action is
necessary.
Level: 5
Trigger: ON-ERROR
FRM-41002: Please make a valid selection.
Cause: You entered
an invalid selection number on the block menu; that block does not exist in
this form.
Action: Select an
existing block.
Level: 10
Trigger: ON-ERROR
FRM-41003: This function cannot be performed here.
Cause: You tried to
perform a function that references a table, but current block does not
correspond to any table.
Action: No action is
necessary. You cannot perform the requested function on this block.
Level: 10
Trigger: ON-ERROR
FRM-41004: This function is not allowed in this mode.
Cause: You pressed a
function key that does not work in this mode.
Action: No action is
necessary.
Level: 10
Trigger: ON-ERROR
FRM-41005: Internal Error: function key not implemented.
Cause: You pressed a
disabled function key.
Action: No action is
necessary. You cannot use the function key in the current context unless the
form's definition is modified.
Level: 25
Trigger: ON-ERROR
FRM-41007: Cursor not in a valid item. Function key was ignored.
Cause: You were not
in a valid item when you pressed the function key.
Action: Position the
cursor inside the item and press the function key again.
Level: 10
Trigger: ON-ERROR
FRM-41008: Undefined function key. Press %s for list of valid
keys.
Cause: You pressed
an undefined function key.
Action: Press [Show
Keys] to determine which function key you should have pressed.
Level: 99
Trigger: ON-ERROR
FRM-41009: Function key not allowed. Press %s for list of valid
keys.
Cause: You pressed a
function key that is not allowed in this environment.
Action: Press [Show
Keys] to determine which function key you should have pressed.
Level: 99
Trigger: ON-ERROR
FRM-41010: Cannot set attribute of the current item.
Cause: Application
design error. A SET_ITEM statement tried to turn off the Input Allowed Property
for the current item.
Action: Eliminate the
statement or rewrite the trigger.
Level: 99
Trigger: ON-ERROR
FRM-41011: Undefined visual attribute.
Cause: Application
design error. A Built-in tried to set an undefined visual attribute.
Action: Correct the
statement.
Level: 99
Trigger: ON-ERROR
FRM-41012: Undefined item or variable reference.
Cause: Application
design error. A NAME_IN statement tried to reference a nonexistent item or
variable.
Action: Correct the
statement.
Level: 99
Trigger: ON-ERROR
FRM-41013: Undefined property specified for item %s.%s.
Cause: Application
design error. A SET_ITEM_PROPERTY or SET_ITEM_INSTANCE_PROPERTY Built-in
specified an undefined property.
Action: Correct the
statement.
Level: 99
Trigger: ON-ERROR
FRM-41014: Cannot set property of null canvas item %s.%s.
Cause: Application
design error. A SET_ITEM_PROPERTY or SET_ITEM_INSTANCE_PROPERTY Built-in tried
to change some property of a NULL canvas item.
Action: Specify a
canvas for the item, or remove the statement.
Level: 99
Trigger: ON-ERROR
FRM-41015: Cannot set ENTERABLE Property of the current item
%s.%s.
Cause: Application
design error. A SET_ITEM_PROPERTY Built-in tried to change the Enterable
Property of the current item.
Action: Correct the
statement.
Level: 99
Trigger: ON-ERROR
FRM-41016: Cannot set DISPLAYED Property of the current item
%s.%s.
Cause: Application
design error. A SET_ITEM_PROPERTY Built-in tried to change the Displayed
Property of the current item.
Action: Correct the
statement.
Level: 99
Trigger: ON-ERROR
FRM-41017: Cannot set UPDATE ALLOWED Property of non-enabled
item %s.%s.
Cause: Application
design error. A SET_ITEM_PROPERTY or SET_ITEM_INSTANCE_PROPERTY Built-in tried
to turn on the Update Allowed Property of a non-enterable item.
Action: To turn on
the Update Allowed Property of an item you must also turn on the Input Allowed
Property of the item.
Level: 99
Trigger: ON-ERROR
FRM-41018: Cannot set UPDATE_NULL Property of non-enabled item
%s.%s.
Cause: Application
design error. A SET_ITEM_PROPERTY Built-in tried to turn on the Update If Null
Property of a non-enterable item.
Action: To turn on
the Update If Null Property of an item you must also turn on the Input Allowed
Property of the item.
Level: 99
Trigger: ON-ERROR
FRM-41019: Cannot set REQUIRED Property of non-enabled item
%s.%s.
Cause: Application
design error. A SET_ITEM_PROPERTY or SET_ITEM_INSTANCE_PROPERTY Built-in tried
to turn on the Required Property of a non-enterable item.
Action: To turn on
the Required Property of an item you must also turn on the Input Allowed
Property of the item.
Level: 99
Trigger: ON-ERROR
FRM-41020: Cannot set ENTERABLE Property of non-displayed item
%s.%s.
Cause: Application
design error. A SET_ITEM_PROPERTY Built-in tried to turn on the Enterable
Property of a non-displayed item.
Action: To turn on
the Input Allowed Property of an item you must also turn on the Displayed
Property of the item.
Level: 99
Trigger: ON-ERROR
FRM-41021: Cannot set QUERYABLE Property of non-displayed item
%s.%s.
Cause: Application
design error. A SET_ITEM_PROPERTY Built-in tried to turn on the Query Allowed
Property of a non-displayed item.
Action: To turn on
the Query Allowed Property of an item you must also turn on the Displayed
Property of the item.
Level: 99
Trigger: ON-ERROR
FRM-41022: Cannot set REQUIRED Property of non-updateable item
%s.%s.
Cause: Application
design error. A SET_ITEM_PROPERTY or SET_ITEM_INSTANCE_PROPERTY Built-in tried
to turn on the Required Property of a non-updateable item.
Action: To turn on
the Required Property of an item you must also turn on either the Update
Allowed Property or the Update If Null Property of the item.
Level: 99
Trigger: ON-ERROR
FRM-41023: Cannot set UPDATE ALLOWED Property of secure item
%s.%s.
Cause: Application
design error. A SET_ITEM_PROPERTY or SET_ITEM_INSTANCE_PROPERTY Built-in tried
to change the Update Allowed Property of a database item which the user does
not have permission to update.
Action: Either
correct the SET_ITEM statement or grant update permission on the column to the
user.
Level: 99
Trigger: ON-ERROR
FRM-41024: Cannot set UPDATE_NULL Property of secure item %s.%s.
Cause: Application
design error. A SET_ITEM_PROPERTY Built-in tried to change the Update If Null
Property of a database item which the user does not have permission to update.
Action: Either
correct the SET_ITEM statement or grant update permission on the column to the
user.
Level: 99
Trigger: ON-ERROR
FRM-41025: Page number %d does not exist.
Cause: Application
design error. Attempted an operation on a non-existent page.
Action: Check
arguments to page related Built-ins.
Level: 99
Trigger: ON-ERROR
FRM-41026: Field does not understand operation.
Cause: You attempted
to perform an operation that is invalid for the given item type.
Action: Do not
attempt to perform the operation on an item to which the operation cannot be applied.
Level: 99
Trigger: ON-ERROR
FRM-41027: Primary key must be defined for this block.
Cause: There are no
primary key items in the block and one of the following has happened:
1. You attempted to set Key_Mode of
primary key option on for the block.
2. The Key_Mode is set to Automatic
and the datasource to which your are connected does not support UNIQUE key
mode.
Action: Specify one
or more primary key items on the block.
Level: 99
Trigger: ON-ERROR
FRM-41028: Invalid property.
Cause: You passed an
invalid property constant to a Get or Set property Built-in.
Action: Verify
arguments.
Level: 99
Trigger: ON-ERROR
FRM-41029: Invalid parameter.
Cause: You attempted
to set a form, block, item, or record property to an invalid value.
Action: Verify
arguments to SET_FORM_PROPERTY, SET_BLOCK_PROPERTY, SET_ITEM_PROPERTY, or
SET_RECORD_PROPERTY.
Level: 99
Trigger: ON-ERROR
FRM-41030: Cannot reset ITEM_LENGTH of item %s.%s.
Cause: Application
design error. Attempted to change the length of a fixed length item.
Action: Statically
declare the item to be of the maximum necessary length or change item type.
Level: 99
Trigger: ON-ERROR
FRM-41031: Cannot reset ITEM_LENGTH greater than the allocated
buffer.
Cause: Application
design error. Tried to reset ITEM_LENGTH greater than the allocated buffer.
Action: Increase item
length in the form definition.
Level: 99
Trigger: ON-ERROR
FRM-41032: Cannot set ENABLED Property of current item %s.%s.
Cause: A call to
SET_ITEM_PROPERTY attempted to set the Enabled Property of the current item.
Action: Either
correct the call to SET_ITEM_PROPERTY or navigate to another item before
setting the Enabled Property.
Level: 99
Trigger: ON-ERROR
FRM-41033: Cannot set ENABLED Property of non-displayed item
%s.%s.
Cause: A call to
SET_ITEM_PROPERTY attempted to set the Enabled Property of a non-displayed
item.
Action: First
navigate to the item, then set the Enabled Property with a call to
SET_ITEM_PROPERTY.
Level: 99
Trigger: ON-ERROR
FRM-41034: Cannot set NAVIGABLE Property of non-displayed item
%s.%s.
Cause: A call to
SET_ITEM_PROPERTY attempted to set the Navigable Property of a non-displayed
item.
Action: First
navigate to the item, then set the Navigable Property with a call to
SET_ITEM_PROPERTY.
Level: 99
Trigger: ON-ERROR
FRM-41035: Cannot set NAVIGABLE Property of non-enabled item
%s.%s.
Cause: A call to
SET_ITEM_PROPERTY attempted to set the Navigable Property of a non-enabled
item.
Action: First set the
Enabled Property of the item with a call to SET_ITEM_PROPERTY. Then set the
Navigable Property of the item with another call to SET_ITEM_PROPERTY.
Level: 99
Trigger: ON-ERROR
FRM-41036: Cannot modify a checkbox that does not allow
querying.
Cause: You attempted
to modify a check box that does not allow querying.
Action: First set the
Query Allowed Property to True, then the end user may shift and click the check
box to enable or disable the item.
Level: 99
Trigger: ON-ERROR
FRM-41037: Cannot modify a radio group that does not allow
querying.
Cause: You attempted
to modify a radio group that does not allow querying.
Action: First set the
Enabled Property to True with a call to SET_RADIO_BUTTON_PROPERTY.
Level: 99
Trigger: ON-ERROR
FRM-41038: Item %s is not a checkbox.
Cause: A call to
CHECKBOX_CHECKED was made to an item which was not a check box.
Action: Correct the
call to CHECKBOX_CHECKED.
Level: 20
Trigger: ON-ERROR
FRM-41039: Invalid Alert ID %d.
Cause: An invalid ID
was passed to a Built-in subprogram.
Action: Verify that a
proper call to FIND_ALERT will be performed.
Level: 99
Trigger: ON-ERROR
FRM-41040: Cannot find radio button: %s.
Cause: An invalid ID
or name was passed to a Built-in subprogram.
Action: Check the
name or ID that you entered and try again.
Level: 99
Trigger: ON-ERROR
FRM-41041: Cannot find form module: invalid ID.
Cause: An invalid ID
was passed to a Built-in subprogram.
Action: Verify that a
proper call to FIND_FORM will be performed.
Level: 99
Trigger: ON-ERROR
FRM-41042: No such property for Set_Item_Property.
Cause: You attempted
to set an invalid item property.
Action: Check the
documentation for setting item properties and try again.
Level: 99
Trigger: ON-ERROR
FRM-41043: Cannot find timer: invalid ID.
Cause: An invalid ID
was passed to a Built-in subprogram.
Action: Verify that a
proper call to FIND_TIMER will be performed.
Level: 99
Trigger: ON-ERROR
FRM-41044: Error deleting timer %s
Cause: An error
occurred while executing a DELETE_TIMER Built-in.
Action: Verify that
your timer has been created correctly.
Level: 99
Trigger: ON-ERROR
FRM-41045: Cannot find item: invalid ID.
Cause: An invalid ID
was passed to a Built-in subprogram.
Action: Verify that a
proper call to FIND_ALERT will be performed.
Level: 99
Trigger: ON-ERROR
FRM-41046: Invalid parameter used for Set_Item_Property.
Cause: An invalid
parameter was passed to SET_ITEM_PROPERTY.
Action: Verify the
valid parameters for SET_ITEM_PROPERTY and try again.
Level: 99
Trigger: ON-ERROR
FRM-41047: Cannot navigate out of current block in enter-query
mode.
Cause: An illegal
attempt to navigate out of the current block when in Enter Query mode.
Action: Perform
operation before entering query mode.
Level: 99
Trigger: ON-ERROR
FRM-41048: Procedure %s is not valid in a %s trigger.
Cause: The indicated
procedure is not valid when called from the indicated trigger. The procedure
may be a restricted procedure, which cannot be called from any trigger that
fires during navigation.
Action: Correct the
invalid trigger.
Level: 20
Trigger: ON-ERROR
FRM-41049: You cannot delete this record.
Cause: You attempted
to delete a record on a block that does not allow deletes.
Action: Do not
attempt to delete records in this block until you have set the Delete Allowed
Property to True.
Level: 10
Trigger: ON-ERROR
FRM-41050: You cannot update this record.
Cause: You attempted
to update a record on a block that does not allow updates.
Action: Do not
attempt to update records in this block until you have set the Update Allowed
Property to True.
Level: 10
Trigger: ON-ERROR
FRM-41051: You cannot create records here.
Cause: You attempted
to create records on a block that does not allow inserts.
Action: Do not
attempt to create and insert new records into this block until you have set the
Insert Allowed Property to True.
Level: 10
Trigger: ON-ERROR
FRM-41052: Cannot find Window: invalid ID.
Cause: An invalid ID
was passed to a Built-in subprogram.
Action: Verify that a
proper call to FIND_WINDOW will be performed.
Level: 20
Trigger: ON-ERROR
FRM-41053: Cannot find Canvas: invalid ID.
Cause: An invalid ID
was passed to a Built-in subprogram.
Action: Verify that a
proper call to FIND_CANVAS will be performed.
Level: 20
Trigger: ON-ERROR
FRM-41054: No such property for Get_Record_Property.
Cause: You attempted
to get a non-existent record property.
Action: Verify call
to GET_RECORD_PROPERTY for valid property.
Level: 99
Trigger: ON-ERROR
FRM-41055: No such property for Set_Record_Property.
Cause: You attempted
to set a non-existent record property.
Action: Verify call
to SET_RECORD_PROPERTY for valid property.
Level: 99
Trigger: ON-ERROR
FRM-41056: Cannot find Block: invalid ID.
Cause: An invalid ID
was passed to a Built-in subprogram.
Action: Verify that a
proper call to FIND_BLOCK will be performed.
Level: 20
Trigger: ON-ERROR
FRM-41057: No such property for Set_View_Property.
Cause: You attempted
to set a non-existent view property.
Action: Verify call
to SET_VIEW_PROPERTY for valid property.
Level: 99
Trigger: ON-ERROR
FRM-41058: No such property for Get_Item_Property.
Cause: You attempted
to get a non-existent item property.
Action: Verify call
to GET_ITEM_PROPERTY for valid property.
Level: 20
Trigger: ON-ERROR
FRM-41059: No such property for Set_Canvas_Property.
Cause: You attempted
to set a non-existent canvas property.
Action: Verify call
to SET_CANVAS_PROPERTY for valid property.
Level: 20
Trigger: ON-ERROR
FRM-41060: Cannot disable Primary Key Property of only key item.
Cause: You attempted
to turn off the Primary Key Property on the last primary key item on a block
with one of the following:
1. The Primary Key Property.
2. Key mode of the primary key.
3. The database to which you are
connected does not support UNIQUE key mode.
Action: Disable the
block properties first.
Level: 20
Trigger: ON-ERROR
FRM-41061: No such property for Get_Window_Property.
Cause: You attempted
to get a non-existent window property.
Action: Verify call
to GET_WINDOW_PROPERTY for valid property.
Level: 99
Trigger: ON-ERROR
FRM-41062: Cannot find Editor: invalid ID.
Cause: An invalid ID
was passed to a Built-in subprogram.
Action: Verify that a
proper call to FIND_EDITOR will be performed.
Level: 20
Trigger: ON-ERROR
FRM-41063: Cannot create Editor.
Cause: Not enough
memory available for Forms Runtime.
Action: Try calling
SHOW_EDITOR again after closing some of your windows.
Level: 20
Trigger: ON-ERROR
FRM-41064: Cannot create Timer %s: illegal identifier name.
Cause: Illegal
identifier name.
Action: Check legal
syntax for naming timers.
Level: 99
Trigger: ON-ERROR
FRM-41065: Cannot find Menu: invalid ID.
Cause: An invalid ID
was passed to a Built-in subprogram.
Action: Verify that a
proper call to FIND_MENU will be performed.
Level: 20
Trigger: ON-ERROR
FRM-41066: No such property for Get_Form_Property.
Cause: You attempted
to get a non-existent form property.
Action: Verify call
to GET_FORM_PROPERTY for valid property.
Level: 20
Trigger: ON-ERROR
FRM-41067: Cannot find Menu Item: invalid ID.
Cause: An invalid ID
was passed to a Built-in subprogram.
Action: Verify that a
proper call to FIND_MENU_ITEM will be performed.
Level: 20
Trigger: ON-ERROR
FRM-41068: Error in Set_Menu_Item_Property.
Cause: Invalid call
to SET_MENU_ITEM_PROPERTY.
Action: Verify valid
parameters and try again.
Level: 20
Trigger: ON-ERROR
FRM-41069: Error in Get_Menu_Item_Property.
Cause: Invalid call
to GET_MENU_ITEM_PROPERTY.
Action: Verify valid
parameters and try again.
Level: 20
Trigger: ON-ERROR
FRM-41070: Unknown property for Set_Menu_Item_Property.
Cause: You attempted
to set a non-existent menu item property.
Action: Verify call
to SET_MENU_ITEM_PROPERTY for valid property.
Level: 20
Trigger: ON-ERROR
FRM-41071: Unknown property for Get_Menu_Item_Property.
Cause: You attempted
to get a non-existent menu item property.
Action: Verify call
to GET_MENU_ITEM_PROPERTY for valid property.
Level: 20
Trigger: ON-ERROR
FRM-41072: Cannot create Group %s
Cause: Caused by one
of the following
1. Duplicate column names in SQL statement.
2. Invalid record group name.
3. Query is invalid.
Action: Check the
group name and/or correct the SQL statement.
Level: 20
Trigger: ON-ERROR
FRM-41073: Cannot find Group: invalid ID.
Cause: An invalid ID
was passed to a Built-in subprogram.
Action: Verify that a
proper call to FIND_GROUP will be performed.
Level: 20
Trigger: ON-ERROR
FRM-41074: Cannot find Group or Column: invalid ID.
Cause: An invalid ID
was passed to a Built-in subprogram.
Action: Verify that a
proper call to FIND_GROUP or FIND_COLUMN will be performed.
Level: 20
Trigger: ON-ERROR
FRM-41075: Error deleting Group.
Cause: The record
group name or ID specified in the call to DELETE_GROUP is invalid, or the
record group was not dynamically created.
Action: Check the
record group name or ID, and make sure that the specified record group was
dynamically created.
Level: 20
Trigger: ON-ERROR
FRM-41076: Error populating Group.
Cause: Query failed
due to an invalid column or table name, or the query and group column structure
do not match.
Action: Check the SQL
SELECT statement in your call to POPULATE_GROUP_WITH_QUERY.
Level: 20
Trigger: ON-ERROR
FRM-41077: Error deleting Group Row(s).
Cause: DELETE_GROUP_ROW
cannot be used to delete records from a static record group, or you specified
an invalid row number.
Action: Correct the
call to DELETE_GROUP_ROW.
Level: 20
Trigger: ON-ERROR
FRM-41078: Error resetting Group selection.
Cause: Record group
name or ID specified is invalid.
Action: Check the
record group name or ID and try again.
Level: 20
Trigger: ON-ERROR
FRM-41079: Error adding Group column.
Cause: Caused by one
of the following:
1. You cannot add columns to a group
that already has rows.
2. The width of CHAR_COLUMN-typed
columns cannot be less than the width of the corresponding database column.
3. You entered the name of a
nonexistent or invalid record group.
4. You entered the name of a
nonexistent or invalid column.
5. You entered a column type other
than CHAR, NUMBER, or DATE.
Action: You can only
add columns to a group after it is created with a call to CREATE_GROUP. If the
group already has rows, delete the rows with DELETE_GROUP_ROW, then add the
column.
Level: 20
Trigger: ON-ERROR
FRM-41080: Error adding Group row.
Cause: Caused by one
of the following:
1. You attempted to add rows to a
group that is nonexistent or has no columns.
2. You entered the name of a
nonexistent record group.
3. You provided a row number that is
out of range or invalid.
Action: Create the
group and add columns first. Check the call to ADD_GROUP_ROW to make sure that
the record group name and row number are valid.
Level: 20
Trigger: ON-ERROR
FRM-41081: Cannot move Item: invalid position.
Cause: You attempted
to move the item to an invalid position on the canvas.
Action: Make sure the
coordinates you chose in your call to SET_ITEM_PROPERTY are valid.
Level: 99
Trigger: ON-ERROR
FRM-41082: Cannot resize item: position of item places it off of
canvas.
Cause: The height
and/or width you specified in your call to SET_ITEM_PROPERTY is invalid, or the
height and/or width you specified causes the item to extend off of the canvas.
Action: Correct the
call to SET_ITEM_PROPERTY.
Level: 99
Trigger: ON-ERROR
FRM-41083: No such property for Set_Form_Property
Cause: You attempted
to set a nonexistent form property.
Action: Verify call
to SET_FORM_PROPERTY for valid property.
Level: 20
Trigger: ON-ERROR
FRM-41084: Error getting Group Cell.
Cause: Invalid call
to GET_GROUP_CHAR_CELL, GET_GROUP_DATE_CELL, OR GET_GROUP_NUMBER_CELL.
Action: Make sure the
column type is of CHAR, DATE, or NUMBER, respectively. Check the validity of
the row number and column name specified.
Level: 20
Trigger: ON-ERROR
FRM-41085: Error getting Group Row count.
Cause: Invalid call
to GET_GROUP_ROW_COUNT.
Action: Check the
record group name and try again.
Level: 20
Trigger: ON-ERROR
FRM-41086: Error getting Group selection count.
Cause: You specified
an invalid record group name. Invalid call to GET_GROUP_SELECTION_COUNT.
Action: Correct the
call to GET_GROUP_SELECTION.
Level: 20
Trigger: ON-ERROR
FRM-41087: Error getting Group selection.
Cause: You specified
an invalid record group name or selection number. Invalid call to
GET_GROUP_SELECTION.
Action: Correct the
call to GET_GROUP_SELECTION.
Level: 20
Trigger: ON-ERROR
FRM-41088: Cannot set Group selection.
Cause: You specified
an invalid record group name, ID, or row number.
Action: Correct the
call to SET_GROUP_SELECTION.
Level: 20
Trigger: ON-ERROR
FRM-41089: Cannot move View: invalid position.
Cause: The x, y pair
specified in the call to SET_VIEW_PROPERTY is invalid.
Action: Correct the
call to SET_VIEW_PROPERTY by making sure that the position specified by your
coordinates is on the canvas.
Level: 99
Trigger: ON-ERROR
FRM-41090: Invalid item type for go_item: %s.
Cause: You cannot
navigate to the item.
Action: Check to make
sure the item is a navigable item.
Level: 20
Trigger: ON-ERROR
FRM-41091: Cannot find LOV: invalid ID.
Cause: An invalid ID
was passed to a Built-in subprogram.
Action: Verify that a
proper call to FIND_LOV will be performed.
Level: 20
Trigger: ON-ERROR
FRM-41092: No records in block %s.
Cause: You attempted
to place a value into an item on a block that has no records.
Action: Put records
in the block first.
Level: 20
Trigger: ON-ERROR
FRM-41093: Error setting item property: %s.
Cause: You specified
Lock Record and the item was not a text item, or you specify Case Insensitive
Query and the data type was not ALPHA or CHAR.
Action: In the case
of Lock Record, make sure that the item is a text item. When specifying Case
Insensitive Query, make sure that the data type is ALPHA or CHAR.
Level: 20
Trigger: ON-ERROR
FRM-41094: No such property for Get_View_Property.
Cause: You attempted
to get a non-existent view property.
Action: Verify call
to GET_VIEW_PROPERTY for valid property.
Level: 99
Trigger: ON-ERROR
FRM-41095: No such property for Get_Canvas_Property.
Cause: You attempted
to get a non-existent canvas property.
Action: Verify call
to GET_CANVAS_PROPERTY for valid property.
Level: 99
Trigger: ON-ERROR
FRM-41096: Cannot resize View: invalid size.
Cause: The x, y
coordinates place the view off the canvas.
Action: Choose
another x, y pair.
Level: 99
Trigger: ON-ERROR
FRM-41097: Cannot resize Canvas: invalid size.
Cause: The x, y
coordinates place the view off the window.
Action: Choose
another x, y pair.
Level: 99
Trigger: ON-ERROR
FRM-41098: Cannot modify Display Position of a content view.
Cause: The Display
Position Property applies to a stacked canvas-view only.
Action: Correct the
call to SET_VIEW_PROPERTY.
Level: 99
Trigger: ON-ERROR
FRM-41099: Cannot modify Size of a content view.
Cause: The size of a
content view is dependent on window size. Only stacked view sizes may be
modified using SET_VIEW_PROPERTY.
Action: Correct the
call to SET_VIEW_PROPERTY.
Level: 99
Trigger: ON-ERROR
FRM-41100: Cannot find relation %s.
Cause: You attempted
to get, set, or find using an invalid relation.
Action: Check call to
Built-in for correct arguments.
Level: 99
Trigger: ON-ERROR
No comments:
Post a Comment