LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (September 1997, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 1 Sep 1997 19:21:53 -0400
Reply-To:     Anthony Ayiomamitis <ayiomamitis@IBM.NET>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Anthony Ayiomamitis <ayiomamitis@IBM.NET>
Subject:      Re: Customizing Table Editor Output (_PRINT_)
Content-Type: text/plain; charset=us-ascii

Karsten Hahne wrote: > > In an application, I used the Table Editor to show a SAS-Table. I want > to print this Table with the _PRINT_ method. Unfortunally, i found no > way to customize the output. The result is, that the output is an the > very left site. I need to place the Table in the middle of the paper. > > Has anyone an idea to customize the output by printing with the _PRINT_ > Method? > > Thank you very much for your help

Karsten,

I do not think it is possible to do much customizationm within FRAME when it comes to printing within the table editor class. All I can suggest is that you invoke DLGPRT within your SCL so as to present the user with the standard SAS printing options interface ... it is within these screens that you can toggle between portrait and landscape as well as play around with the various margins (left, right, top and bottom).

Although the above is basically a work-around, I seriously doubt that you or I have much choice. If you do find an alternative way around this problem, please let me know.

Anthony.


Back to: Top of message | Previous page | Main SAS-L page