Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To Fax My Report (containing images) ?
Message
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01198319
Message ID:
01198478
Views:
22
oListener=CREATEOBJECT("ReportListener")
oListener.ListenerType=3
REPORT FORM MyReport PREVIEW OBJECT oListener
cOutputFile = "c:\testreport(1).bmp"
oListener.OutputPage(1, cOutputFile, 105, 0, 0, 768, 1024)

It works but the header and footer images are not align like with report form preview or html output file (using htmllistener). The header and footer height & width are streched too short. How to avoid that?
Marc Levesque
La Prairie, Quebec (CANADA)
marc.levesque@videotron.ca
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform