Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo
Message
From
13/08/2007 07:11:22
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Memo
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01247766
Message ID:
01247766
Views:
55
hi all,
any idea,help
this code work fine without field name is tra (memo type),
i got error message GROUP BY clause is missing or invalid
LOCAL ldStart 
ldStart = thisform.text1.value 
SELECT nam,amount,bank,sheqno,dat,tra,  SUM(amount) AS bill_total FROM Mstr ;
WHERE dat= ldStart ;
GROUP BY nam,amount,bank,sheqno,dat,tra ;
ORDER BY sheqno INTO CURSOR qTmp
thanks
Next
Reply
Map
View

Click here to load this message in the networking platform