Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Foxypreviewer
Message
De
30/11/2012 23:01:10
 
 
À
30/11/2012 07:19:19
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Titre:
Divers
Thread ID:
01558460
Message ID:
01558525
Vues:
98
>I recently start to use foxypreviewer. Everything looks fine but generating simple reports take a much more time than
>without foxy. I use simple commands
>
>SET ENGINEBEHAVIOR 70
>SET REPORTBEHAVIOR 90
>
>DO FOXYPREVIEWER.APP
>
>_Screen.oFoxyPreviewer.lExpandFields = .T.
>
>Generating to RTF often produce report with blank gaps instead of records.
>
>Where am I wrong?

Yes, using FoxyPreviewer will always be much slower than using REPORTBEHAVIOR 80
Internally, it stores all the report information, every object in some temporary cursors, and treats some data.
Specially for the case using "lExpandFields". This slows down the process even more !
My recomendation is to expand your field widths, and avoid setting that property !

The difference of performance is most noticed in bigger reports. I always avoid generating reports with more than 10 pages. IMHO, it's preferrable to offer good ways to make queries to allow showing the important data.

HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform