Home » Developer & Programmer » Forms » Where clause in data block
|
Re: Where clause in data block [message #221562 is a reply to message #221551] |
Tue, 27 February 2007 08:09  |
scorpio_biker
Messages: 154 Registered: November 2005 Location: Kent, England
|
Senior Member |
|
|
Hi,
You can use the SET_BLOCK_PROPERTY built in using the DEFAULT_WHERE parameter.
The syntax I use is :-
set_block_property('MY_BLOCK',DEFAULT_WHERE,v_where);
where v_where is a varchar2 variable that I build into my where clause depending on the conditions.
Hope this is what you need?
|
|
|
Goto Forum:
Current Time: Mon Mar 10 23:43:11 CDT 2025
|