Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sum fields
Message
De
19/03/2005 13:31:26
 
 
À
19/03/2005 13:27:21
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 5
Database:
Visual FoxPro
Divers
Thread ID:
00997609
Message ID:
00997612
Vues:
14
hi,
the type is character.
>>hi all,
>>
>>i need help to sum many fields via this code under..
>>i get error message SQL: GROUP BY clause is invalid
>>
>>&& at form procedure load
>>CREATE CURSOR csrBillTotals (;
>> bill_total Y , ;
>> t1 n(20), ;
>> t2 n(20), ;
>>nam1 c(70))
>>
>>
>>
>>LOCAL ldStart, ldEnd
>>ldStart = thisform.text3.value
>>ldEnd = thisform.text5.value
>>
>>SELECT nam1, SUM( innoumber),sum(t1),sum(t1) AS bill_total,t1,t2 FROM Mstr WHERE ;
>>  BETWEEN( datein, ldStart, ldEnd ) ;
>>  GROUP BY  nam1 ;
>>   ORDER BY nam1 INTO CURSOR qTmp
>>
>>thanks
>
>What is the type of field NAM1? I think you can't group by memo fields.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform