Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print output different from preview
Message
De
08/11/2002 19:50:57
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Print output different from preview
Divers
Thread ID:
00720572
Message ID:
00720572
Vues:
53
I have a report when I preview it, it is fine. But When I try to print it by click the report toolbar print icon, the output it different from the preview. Why?


TIA.

Here is my code :

SELECT ... ;
FROM drsHd ;
LEFT JOIN drs ON drsHd.id = drs.drsHdId ;
LEFT JOIN customer ON drs.cusId =customer.cusId ;
WHERE drsHd.id = mDrsHdId ;
ORDER BY drs.cusId,drs.add1,drs.add2,drs.add3 ;
INTO CURSOR cDrs

mPageTot = 0
REPORT FORM reports\conDrs3 NOCONSOLE
mPageTot = _pageNo
REPORT FORM reports\conDrs3 TO PRINTER PROMPT PREVIEW
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform