Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MultiColumn dropdown list remains blank
Message
From
02/03/2002 08:13:01
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00627208
Message ID:
00627365
Views:
22
Hello Sergey.

If vendor_id filed is a number type than BoundTo = .T. is required for combo to function proprly.

It is obvious from this line of code:

= this.AddListItem(aVendors[nRow,2],nRow,2)

that the Bound column is not numeric since the control's internal list always contains data in character format. If the BoundColumn had a numeric value, this code would cause an error and the control would not even instantiate < s >.
Previous
Reply
Map
View

Click here to load this message in the networking platform