How can I avoid the advise

U

UTOPIAN

Hi to all

How can I avoid the advise ªThe text that introduced is not an element of the listª when I use one text not listed on the combobox and use directly other control? ... and clear the text wrong introduced.

Thanks!

UTOPIAN.-
 
A

Arvin Meyer [MVP]

Hi to all

How can I avoid the advise ªThe text that introduced is not an element of
the listª when I use one text not listed on the combobox and use directly
other control? ... and clear the text wrong introduced.

Thanks!

UTOPIAN.-


You can turn off the NotInList property, but you may want to add the item to
the list. For that, try:

http://www.datastrat.com/Code/NotInListCode.txt
 
Top