Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Please HELP!!!
Message
De
11/10/1999 12:01:10
 
 
À
10/10/1999 00:56:22
Coann Teng
Computer Infobase System S/B
Kuala Lumpur, Malaisie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00274609
Message ID:
00274962
Vues:
29
I think combining the function that Evan Delay has provided with modification
code you provided, you could do this:
tmm=0
tmf=0
tcm=0
tcf=0
tim=0
tif=0
tom=0
tof=0


tmm=Totalmf( "Malay", "M" )
*etc. for each function passing the variables


REPORT FORM <name> TO PRINT


FUNCTION Totalmf()  
PARAMETERS pcRace, pcSex  
lnCount = 0    
SELECT emp
COUNT TO lnCount FOR ;          
	emp.Resign = .F. AND ;
	emp.Race = pcRace AND ;          
	emp.Sex = pcSex 

RETURN lnCount
HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform