Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Rotating an object doesn't work as expected
Message
De
30/10/2007 07:44:27
Emerson Reed
Folhamatic Tecnologia Em Sistemas
Americana - São Paulo, Brésil
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Rotating an object doesn't work as expected
Divers
Thread ID:
01264969
Message ID:
01264969
Vues:
71
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform