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

Click here to load this message in the networking platform