Populating List Item via Query in Forms 4.5
Date: 2000/07/20
Message-ID: <397700F1.63852221_at_psu.edu>#1/1
[Quoted] Hello. I am trying to populate a list item from a query using Forms 4.5. First of all, I created a WHEN-NEW-FORM-INSTANCE trigger to do all of this, is that the route I want to take here?
Anyway, within my trigger, which compiles, I create a record group from a query with the built-in Create_Group_From_Query function. I then populate the group, also with the built-in Populate_Group function. I then populate the list, with the Populate_List function. However, still nothing shows up in my list when I run the form. If I go to SQLPlus and run the same query, I get rows returned, so I know there should be rows going to my query to create the record group.
Does anyone here know what I'm doing wrong?
Please email me!
Thanks!
Brice Toth
bat107_at_psu.edu
Received on Thu Jul 20 2000 - 00:00:00 CEST