DCCOMBOBOX
Posted: Fri Jun 21, 2013 12:31 am
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.
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.