Populating elements in List Item dynamically [message #87140] |
Thu, 09 December 2004 04:18 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Bhavin Mehta
Messages: 18 Registered: October 2003
|
Junior Member |
|
|
Hi there,
I know, I can give values of list item by hardcoding the same in property pallatte.
Is there any way, I can choose the values of a list item dynamically ( taking them from database, executing a SQL at runtime )?
Oracle 9i Forms Buidler.
Thanks in advance.
|
|
|
Re: Populating elements in List Item dynamically [message #87143 is a reply to message #87140] |
Thu, 09 December 2004 08:40 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
Scoodels
Messages: 8 Registered: November 2004
|
Junior Member |
|
|
Hi Bhavin
Create a Record Group based on the query and Attach it to the list Item. Use the above function to populate the list based on ur query in the record group
Populate_list(listname, recordgroupname)
Hope this helps u
All the Best
Scoodels
|
|
|
|