Calendar View Printing Question

I have an application that allows schedulers to schedule time for Doctors and Nurses. The views are not tied to any Notes mail accounts as they want any Doctor or any Nurse to be able to take the next patient on the schedule. They would like to be able to print the schedule that applys to each separately which is not a problem, but I can’t find a way to put a title on the printout to let them know that the schedule they printed out is for Nurses or Doctors. Is there a way to add a title to a calendar view printout? Any help would be greatly appreciated.

Thanks,

MJ

Subject: Got into the Database Properties. On the third Tab. Page Header make it “&W” (Window Title)

Subject: Calendar View Printing Question

Not sure what you mean by ‘tied to Mail Accounts’ - because you should NEVER tie any view to a name of an idividual! However:

You could split the views so that you have one for Doctors and one for Nurses. Then you could embed the views on 2 Forms/Pages, and add a title to the form/page.

Hope that gives you a few clues - but if not, post some further details about the views - ie. are they calendar or regular views?

HTH,

Ranjan

Subject: RE: Calendar View Printing Question

These are calendar views contained in frames. I am using a date picker contained in another frame to specify the date displayed in the calendar view. I have a Title in the frame that contains the date picker, so the user can tell what schedule is being displayed. I have a Print View action button on the calendar view that brings up the print dialog box. I thought about embedding the view on a page, but I’m not sure how to print once I do that.

MJ