Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving items in lists
Message
From
02/02/2007 10:22:58
 
 
To
02/02/2007 10:19:48
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01191770
Message ID:
01191792
Views:
5
>select sallint
>scan
> thisform.container1.list1.additem (str(inv_no))
>endscan
>
>This work fine
>But how to add numeric field into list1 throug scan?

You can add items to multi-column listbox using Listbox.AddListItem method instead of AddItem. This way you would have to use RemoveListItem to remove items later.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform