Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00177457
Message ID:
00177887
Views:
47
Mark and David,

Addlistitem takes three arguments, the value to add, the itemid, and the column.

lnNextItem = THIS.NextItemID + 1
THIS.AddListItem("ABC,1",lnNextitem,1)
THIS.AddListItem("ABC,2",lnNextitem,2)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform