Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sum fields
Message
From
19/03/2005 13:56:50
 
 
To
19/03/2005 13:23:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 5
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00997609
Message ID:
00997618
Views:
14
SELECT nam1, SUM( innoumber),sum(t1),sum(t1) AS bill_total,t1,t2 FROM Mstr WHERE ;
  BETWEEN( datein, ldStart, ldEnd ) ;
  GROUP BY  nam1,t1,t2 ;
   ORDER BY nam1 INTO CURSOR qTmp
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform