A Error Messages

Program Error Messages

Errors which may occur during execution of a program that uses a form are listed below.

290
NOT ALLOWED WHEN FORM IS ACTIVE -- The operation the program is trying to perform could destroy the integrity of the form (i.e., protect lines, unprotected lines, etc.).
291
NOT ALLOWED WITHIN FORM IMAGE -- The program is trying to modify the form (i.e., creating unprotected lines within the form).
292
ATTEMPT TO INPUT AFTER LAST FIELD OF FORM -- The input field pointer has a value greater than the number of the input fields. The program can clear the form, use the CURSOR statement to reset the value of the input field pointer, or a line input statement could be used.
293
ATTEMPT TO OUTPUT AFTER LAST FIELD OF FORM -- The output field pointer has a value greater than the number of output fields. The program can clear the form, reset the output field pointer with the CURSOR statement, or use a line output statement.
294
NOT ALLOWED UNLESS FORM IS ACTIVE -- The program is trying to execute a statement that operates on a form (i.e., CURSOR IF#, CF#, or OF#) and no form is currently active.
861
IMPROPER NUMBER OF ELEMENTS -- The array does not have enough elements to hold the data from the LOAD FORM statement.
862
IMPROPER ARRAY TYPE -- The array specified in a LOAD FORM or STORE FORM statement must be an integer array.
863
INCONSISTENT INFORMATION GIVEN -- This message is associated with the STORE FORM statement. It indicates that the form was modified, but the necessary elements in the array were not or vice versa.

Eloquence Forms Manual - 19 DEC 2002