FRM-40202: Field must be entered. [message #441408] |
Sun, 31 January 2010 20:21 |
chandramatta
Messages: 15 Registered: January 2010
|
Junior Member |
|
|
Hi All,
Please help me with the issue - FRM-40202: Field must be entered.
I have a custom form,developed by someone few years ago.
While doing a F11 (query-find) in this custom forms in Oracle application,
I get the message FRM-40202 Field must be entered because I have some mandatory fields.
Below are the steps I follow to reproduce this bug.
- Open custom form
- Enter data/values in all mandatory fields.
- save. It saved back in database.
- then CTRL+F11 to see all the records.
- Only first two records are showing in the screen.
- And "FRM-40202: Field must be entered." at the bottom.
Kindly help to fix this issue.
Thanks,
Matt
|
|
|
|
|
|
Re: FRM-40202: Field must be entered. [message #441471 is a reply to message #441425] |
Mon, 01 February 2010 04:59 |
Supernova11
Messages: 12 Registered: December 2008 Location: Indonesia
|
Junior Member |
|
|
do you have
go_item();
or
go_block();
syntax,?
some times it hapen because you spesified trigger (post-query, key-next-item,...etc) in item to move to other block before all item in the first block is filled.
|
|
|
|
|
|
Re: FRM-40202: Field must be entered. [message #441605 is a reply to message #441408] |
Tue, 02 February 2010 02:19 |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Judging from the original description the problem only occurs after you press CTRL-F11. So
1) How many blocks in your form?
2) Do you get the problem if you press CTRL-F11 as soon as you enter the form?
3) Do you have code in a KEY-EXEQRY or POST-QUERY trigger?
|
|
|
|
|
|
|