Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How can I ID One apex_item by Another with JavaScript?

728781Mar 10 2010 — edited Mar 15 2010
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 12 2010
Added on Mar 10 2010
2 comments
777 views