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