Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running down a listbox
Message
 
À
24/03/2004 09:25:08
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00889225
Message ID:
00889232
Vues:
19
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform