Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ListBox
Message
From
24/03/2006 09:26:36
Randy Hooper
Ranco Business Software
Tampa, Florida, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 6
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01107340
Message ID:
01107354
Views:
21
Thanks


>>I have a listBox with two columns and I want to run through this listBox and display the values of both columns. The code i wrote will only display one value, the column that is bound.
>>
>
>WITH Thisform.listbox1
>  FOR lnRow=1 TO .ListCount
>     ? .List(lnRow,1], .List(lnRow,2]
>  ENDFOR
>ENDWITH
>
Foxpro is a sweet puppy

'cept it barks every now and then =)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform