Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Rotating an object doesn't work as expected
Message
From
30/10/2007 07:44:27
Emerson Reed
Folhamatic Tecnologia Em Sistemas
Americana - São Paulo, Brazil
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Rotating an object doesn't work as expected
Miscellaneous
Thread ID:
01264969
Message ID:
01264969
Views:
69
Someone could help me to understand why rotating an object in a report works correctly this way...
Report Form myReport Object Type 0
Also works as expected this way...
Local loReportListener
Do (_ReportOutput) With 0, loReportListener
loReportListener.AllowModalMessages=.T.
loReportListener.DynamicLineHeight = .T.
loReportListener.PrintjobName="Print Job"
loReportListener.Quietmode=.F.
Report Form myReport Object loReportListener
But doesn't work this way...
Local loReportListener
loReportListener=CREATEOBJECT("ReportListener")
loReportListener.ALLOWMODALMESSAGES=.T.
loReportListener.DYNAMICLINEHEIGHT = .T.
loReportListener.LISTENERTYPE=0
loReportListener.PRINTJOBNAME="Print Job"
loReportListener.QUIETMODE=.F.
REPORT FORM myReport OBJECT loReportListener
Maybe a bug or am I missing something?
Emerson Santon Reed
"One Developer CAN Make a Difference. A community CAN make a future." - Craig Boyd
Next
Reply
Map
View

Click here to load this message in the networking platform