Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display text in combo box
Message
From
09/05/2000 06:38:56
 
 
To
08/05/2000 11:27:11
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00367268
Message ID:
00367530
Views:
17
Hi Gunther.

>> I want to display the text Select a system. <<

I assume that 'Select a system' is not a part of the result set from your SQL SELECT used as the combo's RowSource.

The easiest way to do this is to change the RowSourceType of your combo to 0 -none. You can then add this text to the combo's RowSource using its AddItem method and populate the remaining rows from the SQL SELECT the same way by using the combo's AddItem method inside of a scan loop that scans the cursor produced by the SQL select.

Marcia
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform