noaaprogrammer
Programmer
I am working on a database application in Visual C++. It is a dialog based app which retrieves data from a database, does some calculations with the data, and stores all of the data in structure variables. I would like to create a formatted output display where the user can view the data in a report format and print it. What would be the best way to go about this? I am looking into Document/View architecture, but I am clueless on how to implement this in a dialog based app.