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 do you set a value for a Select List (LOV) item with Javascript?

Jim_1000Oct 10 2014 — edited Oct 10 2014

I'm trying to set the values  of a group of items dynamically, based on a selection of a report. Everything works well, but the select list.  What I've got so far is this:

var get = new htmldb_Get(null,$v('pFlowId'),'APPLICATION_PROCESS=REFRESH_LIMIT_TYPE',$v('pFlowStepId'));
var gReturn = get.get();
$x('P10014_LIMIT_TYPE').value=gReturn;

My guess is that a Select List from an LOV is more complicated than a text or a display only item.

Thanks in advance for your help,

Jim

This post has been answered by Jim_1000 on Oct 10 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 7 2014
Added on Oct 10 2014
6 comments
4,417 views