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!

Cascading Text Boxes in Tabular Form

744367Mar 20 2010 — edited Mar 27 2010
Hello Gurus,

I have a Cascading Select List in a Tabular Form made with APEX_ITEM.

My Tabular Form is like this: Col1[select list], Col2[select list], Col3, col4 .

Now :- I would like Col2 to be made as a TEXT BOX as opposed to SELECT LIST. But this TEXT BOX should still be populated "On Change" of Col1 and the TEXTBOX should be editable.

I saw another function called: TEXT_FROM_LOV_QUERY but I can not set the item_id [to use in HTML HEAD Java Script Function & Application Process] as the signature of the function does not support.
APEX_ITEM.TEXT_FROM_LOV_QUERY (
    p_value       IN    VARCHAR2 DEFAULT NULL,
    p_query       IN    VARCHAR2,
    p_null_text   IN    VARCHAR2 DEFAULT '%')
    RETURN VARCHAR2;
Please point me to any relevant examples.

Appreciate any help in this regard. Please let me know if I could not explain my problem well.
This post has been answered by jariola on Mar 21 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 24 2010
Added on Mar 20 2010
24 comments
2,086 views