GET COMBO activation

This forum is for eXpress++ general support.
Post Reply
Message
Author
Janko
Posts: 111
Joined: Sat Mar 20, 2010 8:36 am
Location: Cerklje

GET COMBO activation

#1 Post by Janko »

Hello,
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()}
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

Post Reply