bill lam wrote:
> John Wilson wrote:
>> I'm trying to print a script in Landscape orientation.
>> Print Setup|Orientation=Landscape doesn't seem to have any effect. (It
>> prints in Portrait orientation.)
>>
>> (J601a on Windows XP.)
> 
> you may replace the following line in print.ijs
> opt=. opt,' orientation ',":Orient
> 
> to
> 
> if. Orient do.
> opt=. opt,' orientation ',":Orient
> else.
> opt=. opt
> end.
> 
> it will print landscape but I don't know if it needs an additional dummy 
> glprint
> to query paper size and orientation for correct formating.
> 

oops, of course it should be

if. Orient do.
opt=. opt,' orientation ',":Orient
end.

-- 
regards,
bill
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to