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!

Enkitec LOV display problems.

Zack.LJan 30 2015 — edited Jan 31 2015

Hi all,

Using latest Enkitec LOV's version.

https://apex.oracle.com/pls/apex/f?p=4550:1

Workspace : hanamike

Username : test

Password : test

Application : LOV Test

LOV 1.PNG

LOV 2.PNG

Problems faced:

1. Select item ( P1_EMPNO ) always blank after selecting record even though session state was set using DA.

2. Unable to do search, example if i just key in BL and open LOV , search field always blank and return all data records.

3. Also unable to see application item EK_ML_SEARCH in Session State above.

Came across the below thread :

Enkitec Modal LOV refresh value on screen when updated programmatically

where Dan mentioned using :

  1. $s('PX_ITEM_NAME', 'returnvalue', 'displayvalue');
  2. enkitec.modal_lov.jQuery('#PX_ITEM_NAME').enkitec_modal_lov('setValuesByReturn', 'returnvalue');

but do not know how to apply the above.

Had tried $s('P1_EMPNO', $v('P1_EMPNO') unsuccessfully.

Column mapping to other columns works fine.

Thanks in advance.

Zack

This post has been answered by Jorge Rimblas on Jan 30 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 28 2015
Added on Jan 30 2015
2 comments
671 views