How to change block_status from 'CHANGED' to 'QUERY' [message #343584] |
Wed, 27 August 2008 10:26 |
ommin
Messages: 22 Registered: June 2006 Location: pune,India
|
Junior Member |
|
|
Hi Champs,
I have a query only form, on which data query only allowed.
but on post-query trigger some of the text-items gets populated by select stmt.
Because of this the block_status of the block get changed as 'QUERY' to 'CHANGED'. On post-query trigger i'm setting the record-status on each record in QUERY as below:
set_record_property(:system.cursor_record,'equ_11',STATUS,QUERY_STATUS);
but after this also the block status remain as 'CHANGED'.
i want to change the block_status from 'CHANGED' to 'QUERY'.
how to do it.
Thanks
Omi.
|
|
|
|