DCCOMBOBOX

This forum is for eXpress++ general support.
Post Reply
Message
Author
Koverhage
Posts: 151
Joined: Mon Feb 01, 2010 8:45 am

DCCOMBOBOX

#1 Post 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.
Klaus

User avatar
RDalzell
Posts: 205
Joined: Thu Jan 28, 2010 6:57 am
Location: Alsip, Illinois USA

Re: DCCOMBOBOX

#2 Post by RDalzell »

Look at Roger's AutoFill Get example XSample_183()

Koverhage
Posts: 151
Joined: Mon Feb 01, 2010 8:45 am

Re: DCCOMBOBOX

#3 Post by Koverhage »

:clap: Thank you.
With a VALID clause (only names from the array allowed) it works perfect.
Klaus

Post Reply