Re: Printing large DB reports
Re: Printing large DB reports
- Subject: Re: Printing large DB reports
- From: Scott Stevenson <email@hidden>
- Date: Tue, 19 Apr 2005 18:02:13 -0700
On Apr 19, 2005, at 5:41 PM, Aaron Burghardt wrote:
I am generating reports from a database and could have millions of
records to print in a given report. The documented Cocoa approach for
printing would be to draw into a custom view and to paginate the view
accordingly (either automatically or a custom pagination scheme). This
leads me to two problems/questions:
I expect you're going to need a batch strategy of some sort when
dealing with such an immense number of records.
As for the layout side, consider generating an HTML or XML document
with CSS formatting. This allows you to offload all the hard work to
WebView.
- Scott
--
http://treehouseideas.com/
http://theocacao.com/ [blog]
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden