Issue with Find button in Custom built Query Find form [message #604738] |
Fri, 03 January 2014 10:40 |
|
megha2525
Messages: 62 Registered: June 2012 Location: columbus
|
Member |
|
|
Hi All,
I have an issue using the find button in a custom built query find form.
The form has a control block with start date, end date and find button .
Then there is a Master block and detail block.
The very first time I open the form, enter the start date , end date and click find button : I get a record and if I press down arrow key to see subsequent records; I get a message saying "You cannot create records here" . Then I again have to hit the find button , this time when I press the down arrow key I can see the subsequent records.
Here is the code for the find button.
go_block('Master BLOCK_NAME');
clear_block(no_validate);
Execute_Query;
This issue happens only for the first time when I open the form.
Also, I do not have a query_find trigger at the form level.
Please let me know how can I resolve this issue.
Thanks
Megha
|
|
|
|
|
|
|
|
|
|
|
|