Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox click()
Message
 
À
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:
00518077
Vues:
14
I'd put the code -with the typo correction- in InteractiveChange.

>LOCAL nRow
>This.Parent.TxtTtlLockerRent.Value = 0

This.Parent.TxtbaseTtlLockerRent.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
Doru
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform