Block status chages.. [message #285909] |
Thu, 06 December 2007 01:24 |
subhash.pophale
Messages: 9 Registered: December 2007 Location: Mumbai
|
Junior Member |
|
|
Hi,
Following is my code,
---------------------
If :global.mode in (3) then
go_block('acc_poa_mapping');
message(:system.block_status); pause; --msg1
If :system.block_status = 'NEW' Then
clear_block;
Execute_query(no_validate);
message(:system.block_status); pause; --msg2
end if;
---------------------------------
Here msg1 is 'NEW' and msg2 is 'Changed' instead of 'Query' and this is giving me problem...pla suggest on this why it is 'Changed' instead of 'query'.
|
|
|
|
|