i have a grid with a combo bow on a column

the combo box recordsourcetype is set to values and the values are
Full,View,Hide which is tied to a numeric column and sparse is false

when the the form loads the data all appears correct and the Full,View, or
Hide text shows up properly in the combo box

however, when i change the selection in any of the combo box's, all the
combo's switch to showing just the first letter of the text, like F,V or
H....

any idea whats happening or how to fix this?

Re: Grid and Combo Box weirdness by Bernhard

Bernhard
Thu Oct 26 11:47:39 CDT 2006

Hi CJ,

> however, when i change the selection in any of the combo box's, all the
> combo's switch to showing just the first letter of the text, like F,V or
> H....
>
> any idea whats happening or how to fix this?
Set an inputmask like "XXXX" that fits for longest string to display.

Regards
Bernhard Sander

Re: Grid and Combo Box weirdness by CJ

CJ
Thu Oct 26 12:39:05 CDT 2006

that was simple... thanks, that did it!!!

is it a bug or a feature?