Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print
Message
From
13/08/2007 05:34:23
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Print
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01247757
Message ID:
01247757
Views:
64
hi all,

every record at new page.

thanks for help.
LOCAL ldStart 
ldStart = thisform.text1.value 
SELECT nam,amount,bank,sheqno,dat, SUM(amount) AS bill_total FROM Mstr ;
WHERE dat= ldStart ;
GROUP BY nam,amount,bank,sheqno,dat ;
ORDER BY sheqno INTO CURSOR qTmp
    
REPORT FORM report3 preview
Next
Reply
Map
View

Click here to load this message in the networking platform