Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Report Orientation
Message
De
13/05/1997 09:17:31
 
 
À
12/05/1997 17:54:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00031740
Message ID:
00031918
Vues:
47
>>Do you want the report to always print in Landscape mode? If so, try changing the Print Setup under the File menu while in the Report Designer.
>>
>>-Doug-
>
>Thanks Hang and Doug,
>I want the user has the flexibility of changing the paper orientation. The EXPR field also contains other stuffs, why is the printer path is stored there? Can the rest be deleted and just have the orientation in the EXPR field?
>
>Thanks...

The printer path that is specified will be where the report is printed unless you use the PROMPT clause with REPORT FORM. So, you probably want to delete it along with some of the other stuff. It would be fine to just leave orientation and remove the rest. Make sure you also clear the memo fields TAG and TAG2. Note that each time you save a report from the Report Designer, you will need to make these changes. It is easiest to write a little program to do it for you.

Simple example:

USE Customer.FRX
REPLACE Expr WITH "ORIENTATION=1", Tag WITH "", Tag2 WITH ""
USE

You get the idea.

-Doug-
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform