Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete and sum at grid
Message
De
26/07/2006 07:23:32
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Delete and sum at grid
Versions des environnements
Visual FoxPro:
VFP 9
Database:
Visual FoxPro
Divers
Thread ID:
01140106
Message ID:
01140106
Vues:
57
hi,

i need help to make sum and delete at grid as
        Insert Into crsDist (From,To,Amount) ;
          values ;
          ( m.ldFrom, m.ldTo,m.lnAmount)
      Endfor

 IF month(txtstart)=2 or month(txtstart)=4 or month(txtstart)=6 or month    (txtstart)=9 or month(txtstart)=11 and day(txtstart)=1

use crsDist
go bottom
m.val=amount
delet the last record

go top first record
amount=amount+m.val
thanks
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform