default_where question (merged) [message #404905] |
Mon, 25 May 2009 06:58 |
vallis a rosa
Messages: 4 Registered: April 2009
|
Junior Member |
|
|
Hello everyone.
I have a question about a default_where. I've written the following plsql code:
elsif :x.lbnodig = 'TNM' then
set_block_property('b',DEFAULT_WHERE, 'where vwtaak_pm.detakty = ''TK'' and vwtaak_pm.denodur != 0 or vwtaak_pm.detakty != ''TK''' );
navigate_to_block('b');
execute_query;
end if;
but when i use it, it shows all the records from the database and not the records only from the masterblock.
The code triggers when a listbox changed.
The other values from the listbox are working good.
Can anyone help me solve this question..
Thanks in advance..
Jr
|
|
|
|
|
|