Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding items to 2nd column of Combo
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00396237
Message ID:
00396242
Views:
13
George,

Us the AddListItem method, not AddItem


FOR i = 1 to 10
this.Combo1.AddListItem(STR(i),i,1)
this.Combo1.AddListItem("Colm 2"+STR(i),i,2)
NEXT
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform