R
RipperT
Hey, all,
I have a combo box that lists the values from a field in
another table. The input mask of this field is 0\-009>L
and data looks like this: 1-205B or 2-113T. However, in
the drop down list in the combo box, the hyphen is
missing (1205B, 2113T) and this may confuse some users.
So, I plugged in the same input mask for the combo box
and the hyphen still doesn't show in the drop down list
of values, but when a value is selected, the hyphen DOES
show in the field. This is cool, however, a whole new
problem arises. If the user decides to tab to the field
and type (instead of selecting with the mouse) a value,
the field autofills with the first value the begins with
the number typed, and the cursor is moved to the far
right so if the user wants a value other than the
autofilled one, he will have to backspace to the proper
spot and type in the rest of the value.
1. Can I get the hyphen to show in the drop down list?
2. How can I get the field to behave so that users can
type instead of select with the mouse? I've tried using
the ! in the imput mask, which is supposed to cause the
mask to fill in from right to left, but it doesn't work.
Any ideas?
Thanx,
Rip
I have a combo box that lists the values from a field in
another table. The input mask of this field is 0\-009>L
and data looks like this: 1-205B or 2-113T. However, in
the drop down list in the combo box, the hyphen is
missing (1205B, 2113T) and this may confuse some users.
So, I plugged in the same input mask for the combo box
and the hyphen still doesn't show in the drop down list
of values, but when a value is selected, the hyphen DOES
show in the field. This is cool, however, a whole new
problem arises. If the user decides to tab to the field
and type (instead of selecting with the mouse) a value,
the field autofills with the first value the begins with
the number typed, and the cursor is moved to the far
right so if the user wants a value other than the
autofilled one, he will have to backspace to the proper
spot and type in the rest of the value.
1. Can I get the hyphen to show in the drop down list?
2. How can I get the field to behave so that users can
type instead of select with the mouse? I've tried using
the ! in the imput mask, which is supposed to cause the
mask to fill in from right to left, but it doesn't work.
Any ideas?
Thanx,
Rip