Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print
Message
De
13/08/2007 05:34:23
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Print
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01247757
Message ID:
01247757
Vues:
65
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform