Clear block clears form [message #606370] |
Thu, 23 January 2014 01:29 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
|
Dear Folks,
I am using developer 6i.
I am clearing block after inserting a record, but when i clear block it clears whole form.
Please help to fix this problem.
Thanks
Best Regards,
Waseem
|
|
|
|
Re: Clear block clears form [message #606382 is a reply to message #606378] |
Thu, 23 January 2014 02:54 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
|
Below is my code.
there are some other items & blocks but when i comment last 2 lines the other blocks does not clear and when uncomemnt the all blocks clear.
GO_ITEM('CONTROL_BUTTONS.CASENO');
CLEAR_ITEM;
GO_ITEM('CONTROL_BUTTONS.CASE_YEAR');
CLEAR_ITEM;
GO_ITEM('CONTROL_BUTTONS.CBENCH');
CLEAR_ITEM;
GO_ITEM('CONTROL_BUTTONS.CASENAMECODE');
CLEAR_ITEM;
GO_ITEM('CONTROL_BUTTONS.DISCHARGETYPE');
CLEAR_ITEM;
GO_BLOCK('CASEDISCHARGE');
CLEAR_BLOCK(NO_VALIDATE);
|
|
|
|
|
Re: Clear block clears form [message #606388 is a reply to message #606383] |
Thu, 23 January 2014 03:48 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
|
There are total 5 blocks, and no relation between them.
I have check with (Ctrl + Shift + K).
when comment every thing but last 2 lines, only required items are cleared. and the table/Block(CASEDISCHARGE) does not clear, thats why can not insert new record in it.
Waseem
[Updated on: Thu, 23 January 2014 03:53] Report message to a moderator
|
|
|
|
|
|
|