ganerate a report in C++/MFC
-
I create an application in C++(MFC) but I did not find a way to design a report in VS2019 toolbox; please can anyone help with an example in how to create or generate a report in C++/MFC; thanks in advance;
-
I create an application in C++(MFC) but I did not find a way to design a report in VS2019 toolbox; please can anyone help with an example in how to create or generate a report in C++/MFC; thanks in advance;
What kind of "report" do you mean? :confused:
-
I create an application in C++(MFC) but I did not find a way to design a report in VS2019 toolbox; please can anyone help with an example in how to create or generate a report in C++/MFC; thanks in advance;
-
What kind of "report" do you mean? :confused:
a FMC program to calculate electricity bill then print out a report with a header and footer
-
I create an application in C++(MFC) but I did not find a way to design a report in VS2019 toolbox; please can anyone help with an example in how to create or generate a report in C++/MFC; thanks in advance;
-
a FMC program to calculate electricity bill then print out a report with a header and footer
Do you mean something similar to CR-report? Or just a List Control (MFC CListCtrl) in report (Detail) style?
-
I create an application in C++(MFC) but I did not find a way to design a report in VS2019 toolbox; please can anyone help with an example in how to create or generate a report in C++/MFC; thanks in advance;
I find it easier to create an HTML file that I can format, and then open that file with the default browser. The user can then print at their discretion.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles