Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Want to do quick report in code and have landscape
Message
 
 
À
27/10/1998 14:01:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00150671
Message ID:
00151205
Vues:
22
>>Disclaimer, I am a report novice working on some existing code.
>>
>>We have some existing code (Query Maker) that does a "REPORT FORM (cReptFormFullName) PREVIEW". It always brings the report up as letter. In many cases the client has selected too much data and the fields are cut off.
>>
>>1. Is there a way I can set the paper to landscape before the "REPORT FORM"?

>Brenda, use the following commands:

>use myreport.frx
>blank field tag, tag2, expr
>repl expr with "ORIENTATION=1"
>use

Gave a little misinformation. Query Maker does a "modify report" not a "report form". Tried adding your code before the "modify report". the report does come up in legal, but the fields are cut off at letter. I want the fields to continue past the letter margin to include more fields. Any ideas on how to reformat the report to legal?

use qmrpts\creptformfullname.frx in 0 shared
blank field tag, tag2, expr
repl expr with "ORIENTATION=1"
use
MODIFY REPORT (cReptFormFullName)


thanks - brenda
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform