Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to do this?
Message
 
To
02/01/2000 18:31:18
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00311422
Message ID:
00316981
Views:
14
For this:

1- You can use SQL and filter using the clause WHERE and not process all records..
SELEC SUM(?) From ? Where Field=Condition

NOTE: If you use buffering, this is not the best way. SQL no "see" the changes in the buffer..

OR..

2- Use SUM with FOR clause OR
3- Create SCAN..ENDSCAN loop
The Life is Beautiful!

Programmer in
Delphi, VS.NET
MCP
Previous
Reply
Map
View

Click here to load this message in the networking platform