Home » Developer & Programmer » Forms » How to populate specific data from database into list item?
|
Re: How to populate specific data from database into list item? [message #670490 is a reply to message #670471] |
Mon, 09 July 2018 03:55  |
cookiemonster
Messages: 13966 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Do you want to be able to perform queries in the block that holds the list items?
Because if do then due to various quirks of how forms uses list items you don't want to do this.
Forms restricts queries by the contents of list items. If the row contains a value for the list item that isn't in the lists current set of recognised values then it is silently ignored when you issue a query.
Dynamically populated list items in forms are deeply problematical for this reason. Use an LOV instead.
|
|
|
Goto Forum:
Current Time: Mon May 05 10:22:48 CDT 2025
|