LIST ITEM [message #83119] |
Fri, 08 August 2003 10:42 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
ron
Messages: 50 Registered: July 1999
|
Member |
|
|
I have defined a LIST ITEM in my form, which I want to populate data from a table, when the form is invoked..I have a procedure called 'Populate_All_List_boxes' which I am calling in the 'WHEN_NEW_FORM_INSTANCE' trigger at the form level...However, when I run the form, no data is populated the my List Item...Can anyone help me to figure out what is wrong??
Thanks
Ron
|
|
|
Re: LIST ITEM [message #83121 is a reply to message #83119] |
Fri, 08 August 2003 11:25 ![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) |
magnetic
Messages: 324 Registered: January 2003
|
Senior Member |
|
|
i assume you know how to populate a list.
[[otherwise check examples at forms help F1]]
in youre procedure you should navigate to the list item and then populate it. repeat this for all items.
put also an exception.. with a message;pause; lines
in youre procedure in case it might go wrong.
You are able to see then where it goes wrong.
|
|
|
|