Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Field Rotation with ReportListener
Message
 
À
01/11/2008 01:39:12
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Divers
Thread ID:
01358843
Message ID:
01358881
Vues:
29
Hi,

>But When I run
>
>
>oRL = NEWOBJECT("reportListener")
>orl.ListenerType =1
>REPORT FORM reports\test OBJECT oRL
>
>
>Then the rotation is not working already. How to solve this problem?

The rotation is part of the new SP2 GFXHandlers, it is not built into the baseclass ReportListener. You need to instantiate the UtilityReportListener in the FFC classes:
oRL = NEWOBJECT("UtilityReportListener",HOME(1)+"/ffc/_reportlistener.vcx")
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform