VALIDATION STATUS OF ITEM AND RECORD [message #177371] |
Wed, 14 June 2006 06:37 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
indraneelkumar
Messages: 24 Registered: September 2005 Location: bangalore
|
Junior Member |
![indra_neel_kumar%40yahoo.co.in](/forum/theme/orafaq/images/yahoo.png)
|
|
Hi,
I read that the validation status of record is defferent from :SYSTEM.RECORD_STATUS. In a data block one non database item is there,and that is populated with post-query.There is a WHEN-VALIDATE-RECORD TRIGGER at block level. First i will query the datablock and i will change value in non database item. Now if i find the :SYSTEM.RECORD_STATUS it gives "QUERY". If i move to next So :SYSTEM.RECORD_STATUS and record validation status are different. How to find the validation status record and item.
Thanks in advance,
INDRANEEL.
[mod-edit]removed caps lock
[Updated on: Wed, 14 June 2006 06:55] by Moderator Report message to a moderator
|
|
|
|
|
Re: VALIDATION STATUS OF ITEM AND RECORD [message #177972 is a reply to message #177719] |
Sun, 18 June 2006 20:33 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
![](/forum/images/custom_avatars/67467.jpg) |
djmartin
Messages: 10181 Registered: March 2005 Location: Surges Bay TAS Australia
|
Senior Member Account Moderator |
|
|
Have you tried displaying the various status codes?
The following code will have to be expandedmessage('rec stat='||get_record_property(xxx,status)); pause;
message('blk stat='||get_record_property(xxx,status)); pause;
Put this code into your When-Validate-Item and When-Validte-Record triggers and see what is happening.
By the way you HAVE defined your control item as being non-database haven't you?
David
|
|
|