I have form which is in maximized state and I want to print it using the PrintForm method. Problem being it prints on half the page, and does not print the same as I am veiwing it.
Printable View
I have form which is in maximized state and I want to print it using the PrintForm method. Problem being it prints on half the page, and does not print the same as I am veiwing it.
My guess would be that max and min are only states of the form and not the form. Print form will print the form, not the current state of the form. I have an app that is approx half screen in origin and when I do a screen grab with it maximized I get a little over a half a page as my screen shot and that would be about right.
I would bet that the form being printed is the form you have created.
Is there a work arround to it ?????/