Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running down a listbox
Message
 
To
24/03/2004 09:25:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00889225
Message ID:
00889232
Views:
17
This message has been marked as the solution to the initial question of the thread.
You can put
thisform.LockScreen = .t.
cList = ThisForm.lbxListbox.listindex

**Your Code here
cText = ""
FOR iCounter = 1 TO ThisForm.lbxListbox.ListCount
    ThisForm.lbxListbox.listindex=iCounter
    cText=cText + alltrim(ThisForm.lbxListbox.value) + CHR(13)
ENDFOR
*** End of Your Code
ThisForm.lbxListbox.listindex = cList
thisform.LockScreen = .f.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform