Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Multiple Select Listbox
Message
De
14/03/2001 13:53:37
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00484970
Message ID:
00484993
Vues:
16
Thanks Yuri,

I have been trying code like that but I am still not having any luck. I get the same ID in all the records in my cursor:

Here is the code I have:

*create a cursor to select activities to post
create cursor posted (itemid c(5))

*fill the cursor with the records the user selects out of the list box
for nCnt = 1 to this.listcount
if this.selected(nCnt)
append blank
REPLACE posted.itemid with alltrim(this.listitem(this.listindex,14))
endif
endfor

SET MULTILOCKS ON && Must be on for table buffering
= CURSORSETPROP('Buffering', 5, 'posted' ) && Enable table buffering
tableupdate(.T.)


Need some more help,

Tyler
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform