Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Print output different from preview
Message
 
 
To
08/11/2002 19:50:57
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00720572
Message ID:
00720581
Views:
9
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
Previous
Reply
Map
View

Click here to load this message in the networking platform