Problem with printing from printpreview (View class)
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello all, I'm having the following problem and can't figure out what's wrong: the application I'm working on has a View class to print. When I call the OnPrintPreview, it gives a nice preview screen, nothing wrong. When I call the OnPrint, it prints, no problems. However, when I press the 'Print' button in the Preview, it does nothing; it just closes. No printer dialog, no error, nothing. I find this very strange, obviously the printing code is ok, since it DOES print and it DOES preview. It only doesn't print from the preview screen... Anyone got a suggestion? Thanks, - Fahr