Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo DropDown List - TopItemId
Message
From
08/07/1997 16:56:56
 
 
To
08/07/1997 16:43:41
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00038995
Message ID:
00039001
Views:
42
>I have a dropdown list which is populated with a select statement. When I open my list , the combo goes to the bottom item . The Hackers Guide says that TopItemId has no effect in a combo box.
>
>What do I do so that the first item is shown when I open the combo box?
>
>
>TIA
>
>Claude

***Combo.Init event
This.RowSourceType=3
This.RowSource="tmpCombo"
Select .... Into Cursor tmpCombo
Go Top
This.Requery
Edward Pikman
Independent Consultant
Previous
Reply
Map
View

Click here to load this message in the networking platform