Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo box
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00793457
Message ID:
00793610
Views:
35
Hi Sherry.

I have a combo box with 3 columns. Could someone tell me how to add a title record for each column?? thanks.

If the RowSourceType for your combo box is either 0-None or 5-Array, you can write a little code that will let you do this. All you need to do is populate the first row of your RowSOurce with the Titles for the columns but prefix the titles with a back slash (\). This will disable the titles so the users cannot select the them. Then just populate the remaining rows of the RowSource with your actual data.

HTH.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform