Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Clearing Tag, Tag2 in .frx , but retaining Landscap/Port
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
FoxPro 2.x
Divers
Thread ID:
00496784
Message ID:
00496829
Vues:
10
>>How do you clear the default printer settings in FPW 2.6 report tables, while still retaining the Landscape/Portrait orientation of the report?
>>
>>TIA
>
>Something like:
>
>USE myreport.frx
>lDefaultOrientation = IIF("ORIENTATION=1" $ myreport.expr, .f., .t.)
>REPLACE ;
>EXPR WITH IIF(lDefaultOrientation,"ORIENTATION=0", "ORIENTATION=1" ),;
>TAG with "", ;
>TAG2 with ""

or you could even combine into one line:

REPLACE ;
EXPR WITH IIF("ORIENTATION=1" $ myreport.expr, "ORIENTATION=1", "ORIENTATION=0" ),;
TAG with "", ;
TAG2 with ""
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform