Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Print output different from preview
Message
 
 
À
08/11/2002 19:50:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00720572
Message ID:
00720581
Vues:
10
Do you print this report from form? Does it have a grid? If so, move focus to another object prior to calling this report.

>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
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform