GET COMBO activation
Posted: Thu Jun 21, 2012 11:15 am
Hello,
I tried to use GET COMBO in the way that COMBO is activated immediately after GET got focus:
But popup window is not closed after completing selection and filling GET.
I beleive you have better idea how activate COMBO not using GOTFOCUS.
Thanks in advance
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