Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox questions
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00669544
Message ID:
00669575
Views:
10
>I have a combobox that takes its value from a cursor, except that it is OK for the field to be empty. Other than adding a blank record to cursor, how can it be done?
>
>Also, the help for recordcount property indicates that -1 is the default value which means use all columns, I believe... but -1 is illegal! 0 is the default. Is this a typo in the help?
>
>Alex

You're thinking of the ColumnCount property. (There is no RecordCount property for combos.) The problem is, -1 to show all columns applies to grids, not combos and lists. The help says, "The default is –1, which specifies that the Grid control should contain enough columns to accommodate all the fields in the grid's record source." Which implies it's for grids without specifically saying so.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform