Hello all,
I have currently implemented PFC Dropdown search onto my program and it is working fine when my DataObject is selected in the IDE or set by script (only if the DataObject is empty on the IDE). However, whenever I change the DataObject of the DataWindow by script again (eg. dw_list.dataobject = "d_g_detail"
) the functionality stops working.
Does anyone have any idea how I can make the drop down search work again after changing DataObject of datawindow by script.
Thanks!