VL-WEB #PRIM_LIST Selected?
Posted: Fri Nov 22, 2019 8:13 am
I have a #PRIM_LIST. This code is not executing when I have an entry selected. Is there a different way to get selected entries on VL-WEB?
selectlist #list
if ((#list.CurrentItem.selected))
*Load Popup
endIf
endSelect
Screen shot
selectlist #list
if ((#list.CurrentItem.selected))
*Load Popup
endIf
endSelect
Screen shot