Hello all,
I am trying to implement the PFC dropdown datawindow search but I can only make it to work in datawindows that have one column only (the dddw). I am not sure why this is not working for datawindows which have multiple columns from which only one is a dddw and needs to be searched.
Here is the code I am using for reference:
Constructor:
dw_emp.of_SetDropDownSearch(TRUE)
dw_emp.inv_dropdownsearch.of_Register(
"ac_key"
)
Editchanged:
if IsValid (inv_dropdownsearch) then
inv_dropdownsearch.event pfc_editchanged (row, dwo, data)
end if
Itemfocuschanged:
inv_dropdownsearch.Event pfc_ItemFocusChanged (row, dwo)