|
-
Sep 28th, 2000, 03:42 PM
#1
Thread Starter
Lively Member
When the form loads values are loaded into a combobox and a default value is selected from the list.
cbox.seltext = "Illness Self"
But when loading the default value into the combobox, the combobox's ListIndex property doesn't get updated to reflect "Illness Self" as being selected. Even though "Illness Self" is set by the SelText property the ListIndex still shows as -1 not 14 which would be the ListIndex for "Illness Self".
How can I update the ListIndex property when setting a default value for the combobox? It's got to be something easy.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|