#Doc-View Model Quesion
I'm not quite sure how to fit document-view design to the folowing example.
Maybe someone has a suggestion.
Suppose I wish to design a software package to display a balance sheet for
company cash flow. I want the user to be able to open a window & display
spreadsheet info for a particular company allowing as many such windows to be
open as the user wishes. Then, when the user clicks on a particular button, I
want the program to display a graph displaying the quarterly performance for
all the spreadsheet balance sheets displayed.
The 1st part seems to fit doc-view design very nicely. I use the MDI
interface, one balance sheet file associated with each view. But I don't see
how to fit the graph of all the data into the design. Any suggestions??
Thanks in advance