I have a database of all employees with various info about them, 1
item is their extension number.
Although I have a view that allows the staff to use this database as a
phone directory, there are a few die hards that still want a paper
phone directory.
How can I print this info. The problem is that I want all this info
on one a4 landscape page, with the name and extension snaking across
about 6 columns, so I just print the view.
Any one have any ideas how to do this?
Thanx in advance
Keith
>about 6 columns, so I just print the view.
That meant to say "so I Can't just print the view"
Pure Notes:
You need programmatic access to RichText table and table
wrap features (NotesAPI or RTLibrary). In addition I guess
you want to switch to temporary landscape printing. Tough.
Can't you use e.g. Word as a printing engine? Just loop the
view, retrieve the values and 'type' them into Word using
COM - need a 6-column Word template of course.
--
Wolfgang Flamme
wfl...@mainz-online.de
I don't think there is any way to si9mply format the view as you
describe.
dy
--
Dennis Yugo
Angle-of-Attack Systems
http://www.aoasystems.com
Another way to do this is to make a form special for printing. In that form
you can put all the fields represented the way you want them (and leave out
those you don't need). When printing choose 'customize' and pick your new
created 'print form' as alternate form to print. Then choose either 'blank
line' or 'nothing' between the various documents.
Success, Bert.
Another way to do this is to set up an export to Excel. I do this all the
time for client views when they really, really, really want a printed form
"Like from Crystal Reports but we don't want to buy Crystal Reports". Set
up a template in excel and export the data from the view; you can specify
the print orientation, etc from the excel environment (and it's fun to
watch!)
Bill