LOV [message #116522] |
Wed, 20 April 2005 08:51 |
dbarone
Messages: 20 Registered: March 2005
|
Junior Member |
|
|
Hi i wanted to know if in the query statement of a lov is possible to include a text_item for example
select v_countries
from countries
where :countries.id=.......
or something like that
|
|
|
Re: LOV [message #116542 is a reply to message #116522] |
Wed, 20 April 2005 10:03 |
mashaaban
Messages: 2 Registered: April 2005 Location: Riyadh
|
Junior Member |
|
|
Yes , You can use text_items in your record group query which you will use in your LOV
The syntax should be like that :block_name.item_name
(but certainly at the other side of your mentioned where clause)
|
|
|