Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is there a limit to no. of fields CREATE REPORT can handle?
Message
De
13/09/2002 12:14:41
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Is there a limit to no. of fields CREATE REPORT can handle?
Divers
Thread ID:
00700223
Message ID:
00700223
Vues:
86
My report (create with CREATE REPORT-Quick Report) prints with fields chopped off even with it printing landscape. Looks like there are still plenty of space left for it to print the rest of the fields (in landscape mode) but it does not print more fields than what a potrait mode can handle. Is this a limitation of CREATE REPORT or is a way around it?

(code below):

SELECT field1,field2,field3,field4,field5,field6,field7,field8,field9 FROM xtable INTO CURSOR xTemp
CREATE REPORT xReport FROM xTemp width 150

use xreport.frx in 0
replace xreport.expr with strtran(xreport.expr, "ORIENTATION=0", "ORIENTATION=1") IN xreport && To landscape
USE in xreport

REPORT FORM xReport PREVIEW


Thank you all!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform