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


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 :
- $s('PX_ITEM_NAME', 'returnvalue', 'displayvalue');
- 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