Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP9 changes font sizes,page etc. which is created via V
Message
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
01070591
Message ID:
01070601
Views:
26
It may help but it cannot resolve the difference in rendering of report objects in GDI and GDI+. Most likely, you'll have to make adjustments to your reports to run properly with SET REPORTBEHAVIOR 90

>I think below codes will help me , specially " oListener.DynamicLineHeight=.F. " command...
>
>
>Local oListener
>
>oListener = Createobject("ReportListener")
>oListener.ListenerType = 1 && Preview, or 0 for Print
>oListener.DynamicLineHeight=.F.
>Repo Form (m.gcReportdir + "\" + m.lcReportname) Object oListener
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform