Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Count record
Message
De
02/09/2004 13:34:24
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Count record
Divers
Thread ID:
00938858
Message ID:
00938858
Vues:
62
hi all,

how i can count records for evry team via my code,
SET TALK OFF
SET ECHO OFF
SET SAFETY OFF
PUBLIC s
USE table1
s=0
m.no=areacode
m.ns=team
DO WHILE .t. and m.ns=team
COUNT TO k FOR team=m.ns
? m.ns,areacode
skip
? m.ns

IF team<>m.ns
m.ns=team
s=s+1

? s
IF EOF()
EXIT
ENDIF
ENDIF
enddo
thanks.
m.qasem
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform