Hi,
I have a drop down set to a default value. My problem is when i pull
it down it has a blank, then the default value, then rest of the
list(including the one value a 2nd time).
For example, the drop down would normally look like-
1, 2, 3, 4
If I set a default value to 3, the drop down the list looks like-
3, 1, 2, 3, 4
Any way to stop this behavior?
Art - 01 May 2007 21:07 GMT
Try filtering your drop down
> Hi,
>
[quoted text clipped - 9 lines]
>
> Any way to stop this behavior?
Queezy - 04 May 2007 19:54 GMT
> Try filtering your drop down
>
[quoted text clipped - 13 lines]
>
> - Show quoted text -
I figured it out. I was setting the drop down to the Display Name
(text) I wanted it to be, when I really should have been setting it to
the value. Works perfectly now.