Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox with mover bars
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01480084
Message ID:
01480093
Views:
80
FOR lnCount = 1 TO loSelected.LISTCOUNT

	lnItem = loSelected.INDEXTOITEMID(lnCount)

	lcSelectedFields = lcSelectedFields + ;
			IIF(EMPTY(lcSelectedFields), '', ',') + loSelected.LISTITEM(lnItem)

ENDFOR
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform