Mind if I modify report.scm to provide a different constructor?

2001-01-08 Thread Robert Graham Merkel
To support saving reports (required for panes, amongst others) we really need to create report instances with options already specified, and thus a constructor that takes report options as an argument. Any problem with this? Robert

Re: Mind if I modify report.scm to provide a different constructor?

2001-01-08 Thread Bill Gribble
On Tue, Jan 09, 2001 at 09:46:28PM +1100, Robert Graham Merkel wrote: To support saving reports (required for panes, amongst others) we really need to create report instances with options already specified, and thus a constructor that takes report options as an argument. Any problem with