Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Clearing Tag, Tag2 in .frx , but retaining Landscap/Port
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00496784
Message ID:
00496829
Views:
11
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform