I tried to use GET COMBO in the way that COMBO is activated immediately after GET got focus:
Code: Select all
@ 4,2 dcsay ' BANKA :' get mVeza COMBO HEIGHT 5 WIDTH 20 DATA aBanka RETURN {|n|aBanka[n]} VALID {|o| alltrim(o:GetData()) $ 'NLB NLB1 UNICREDIT'} ;
GOTFOCUS {|a,b,oGet|PostAppevent(xbeP_Activate,,,oGet:popupButton), DC_CompleteEvents()}
I beleive you have better idea how activate COMBO not using GOTFOCUS.
Thanks in advance