1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Checked for relevance 06-JULY-2006
You are receiving the following error from Oracle Forms:
"FRM-40202 : Field must be entered."
Generally, this error results because you have not entered a value (or you
have deleted a value ) in a field that requires data input.
If the field should require a value, then Forms is behaving appropriately when
the Required property of the field is set to TRUE. When set to TRUE, Forms
requires that you enter a value before navigating out of the field.
Problem Description 1:
======================
You have just navigated to a new field, and you want to navigate to a
different field in order to enter a new record there. When using the keyboard
to navigate to the next field you receive the FRM-40202 error. If you use the
mouse to navigate to a new record, then the error does not occur.
Solution Description 1:
=======================
Set the item's Required property to "No" ("FALSE" in 4.5 Forms). |