Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox click()
Message
De
11/06/2001 15:53:33
Christian Cote
Les Logiciels Onoma Inc.
Longueuil, Québec, Canada
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00518019
Message ID:
00518054
Vues:
9
HI Nadya,
Thank you for jumping in. Here is the code :

LOCAL nRow
This.Parent.TxtTtlLockerRent.Value = 0
FOR nRow = 1 to This.ListCount
IF This.Selected(nRow) THEN
This.Parent.TxtbaseTtlLockerRent.Value = This.Parent.TxtbaseTtlLockerRent.Value + VAL(This.List(nRow,2))
ENDIF
NEXT nRow

I tried to put it in the When Event with the same results than in the Cklick() event.

Thank you,
Christian Cote
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform