[SOLVED] Opening a Combo/DropDown when GetFocus
Author: gianni.sandigliano@unifacesolutions.com (gianni)
Hi Unifacers, I am trying to reuse the same technique already described from D.Iseli (thanks Daniel, it works!) in this sample: https://unifaceinfo.com/forum/uniface9/howcanipositionthecursorwithinaneditbox/ to automatically open a comboBox or a dropDownList when end user is getting focus on it. The message to be passed to the widget should be: CB_SHOWDROPDOWN = 335 ; 0x014F and the related ASYNC instruction is: activate "USER32".SendMessage(lngHWnd, <CB_SHOWDROPDOWN>, 1, 0) It seems everything is executed but the result is not as expected...nothing happen! :-( Can anyone help me to understand why it should not work with ComboBox or DropDownList as of 9.7.04 ? Thanks! Gianni