I am creating a form based on an apex_collection with apex_items for input. When one of the "qty" text items gets focus I have javascript that will display a region in a location that is relative to that text item. The region needs to have the results of a query that depends on the value in the "Item Nbr" text item on the same row as the selected "qty" text item.
I think I need to get the index of the "qty" text item and then apply that to the "item nbr" text item to determine its value and run the query, but I can't figure out how to go about that.
Are there any other options?
I have an example
here
Thanks,
Gregory
nudge
Edited by: Gregory Hansen on Mar 11, 2010 10:48 AM