| Author |
Help with Combo Box
|
|
|
| I have a COMBO BOX which has a drop down option to choose "Yes" or "No" , but
when i run the app. the combo box shows blank . I want it to show " yes" when
run and if the user want he change it to what ever he wants...... Please help
Thanks a lot in advance
| |
| Jay B 2005-12-09, 11:24 am |
| set value to 1 in properties
SHAY wrote:
> I have a COMBO BOX which has a drop down option to choose "Yes" or "No" , but
> when i run the app. the combo box shows blank . I want it to show " yes" when
> run and if the user want he change it to what ever he wants...... Please help
> Thanks a lot in advance
| |
|
| Thanks a lot Jay B .........
"Jay B" wrote:
> set value to 1 in properties
>
>
> SHAY wrote:
>
>
| |
| Jack Jackson 2005-12-09, 1:25 pm |
| That will only work if the bound column entry for Yes is a 1.
You can also set the ListIndex to the index value of the Yes entry.
On Fri, 09 Dec 2005 12:20:52 -0500, Jay B <jayb@audiman.net> wrote:
[color=darkred]
>set value to 1 in properties
>
>
>SHAY wrote:
>
|
|
|
|