Page 1 of 1

DCCOMBOBOX

Posted: Fri Jun 21, 2013 12:31 am
by Koverhage
Hi,

i use this:

aNames := {"Ray", "Rayn", "Roy", "Reese", "Randy", "Rodney", "Roger", "Rocky", "Rickie", "Rudy", "Rusty"}

@ 04.0, 15 DCCOMBOBOX cName LIST aNames TYPE ;
XBPCOMBO_DROPDOWNLIST SIZE 16,10

I have many Entrys with the character "R", so if i type the R is must scroll the list down if i want the name Rudy.
This take more times as i type in the name.

It is possible, that the input field ist not cleared after each character ?
Here it would helped, if the input field is cleared when i type the third character.

Re: DCCOMBOBOX

Posted: Fri Jun 21, 2013 5:08 am
by RDalzell
Look at Roger's AutoFill Get example XSample_183()

Re: DCCOMBOBOX

Posted: Fri Jun 21, 2013 6:16 am
by Koverhage
:clap: Thank you.
With a VALID clause (only names from the array allowed) it works perfect.