Printing
Printing
- Subject: Printing
- From: Carla Lewis <email@hidden>
- Date: Tue, 29 Apr 2003 00:14:59 -0400
My goal: print a custom report that I've dynamically built in memory
from fields in a MySQL database. I don't exactly know how to go about
this one. I have a single window interface. I did not use the
Document-View template. I'd like to print a nice logo header to the
printer, followed by the currently selected customer information,
followed by a nice little footer.
The problem I'm running into is that all print tutorials seems to only
defer to the built-in printDocument method. My users won't see what's
going to be printed. It won't be on a displayed NSTextView or
something. I just want to write dynamic rich text to the printer.
Any pointers?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.