Chester Friesen wrote: > I have an app in VFP7 that I need to sort on group totals. Is that a job > for VFP9? Forget it for VFP7? > Now, the report looks nice, but needs the totals sorted on each group. I > have tried a 2 pass routine, but it's not really working right. I don't > know if this is enough info to give me some ideas or not. >
You should be able to do it with VFP5 and up! Just create a column called iSort and then write logic to populate accordingly, then order by that column. (Or perhaps I'm missing your point?)
-- Michael J. Babcock, MCP MB Software Solutions, LLC http://mbsoftwaresolutions.com http://fabmate.com "Work smarter, not harder, with MBSS custom software solutions!"
©2007 MB Software Solutions |