Using Set_block_property Default Where only one time [message #411406] |
Fri, 03 July 2009 07:22 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
shahzaib_4vip@hotmail.com
Messages: 410 Registered: December 2008 Location: karachi
|
Senior Member |
|
|
Hellow All
I am using Set_block_property with Default_where but i need the where condition work only one time I use this query
SET_BLOCK_PROPERTY('block2', DEFAULT_WHERE, 'name= ''' || :block180.name2 || '''');
go_block('block2');
EXECUTE_QUERY;
Its work fine but he Block2 will Continue with Default_where
For example when i execute all record its execute only the record where name=:block180.name2
I need when i press button the trigger work and when i save my record or undo my record its will execute all record (not which name=:block180.name2
I hope you guys understand
Regards
Shahzaib ismail
|
|
|
|
|
|
|
|
|
|