|
-
Apr 13th, 2008, 08:29 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] print form & print preview
how do I display A form in print preview??
-
Apr 13th, 2008, 08:37 AM
#2
Re: print form & print preview
Are you saying you want to preview the actual form, as in a screen shot, or just the data displayed by in the form?
-
Apr 13th, 2008, 08:39 AM
#3
Thread Starter
Fanatic Member
Re: print form & print preview
 Originally Posted by jmcilhinney
Are you saying you want to preview the actual form, as in a screen shot, or just the data displayed by in the form?
I actually have a bar chart displayed on the form so the main part of the form is all i need.
-
Apr 13th, 2008, 08:50 AM
#4
Re: print form & print preview
And what exactly is this bar chart? Is it GDI+ drawing that you did yourself? Some third-party charting control? Some Label controls? Please, take the time to post clearly in future. Nine words is very rarely enough to provide us with the information we need to provide you with a solution. Give us a clear and complete description of the situation because ESP doesn't work over the Internet.
-
Apr 13th, 2008, 08:55 AM
#5
Thread Starter
Fanatic Member
Re: print form & print preview
 Originally Posted by jmcilhinney
And what exactly is this bar chart? Is it GDI+ drawing that you did yourself? Some third-party charting control? Some Label controls? Please, take the time to post clearly in future. Nine words is very rarely enough to provide us with the information we need to provide you with a solution. Give us a clear and complete description of the situation because ESP doesn't work over the Internet.
Sorry, i should have thought. it is a third party chart control. the chart is created in code. the chart .dll does most of the work.
I have attached a screen shot
Last edited by RonR; Apr 14th, 2008 at 04:33 PM.
-
Apr 13th, 2008, 08:58 AM
#6
Re: print form & print preview
So is it safe to assume then that that third-party control/library doesn't provide any printing functionality itself? If not then you should probably look at downloading the VB Power Packs from Microsoft. It includes a PrintForm component that I believe (never used it myself) allows you to print an image of all or part of a form as it's displayed on-screen.
-
Apr 13th, 2008, 08:59 AM
#7
Thread Starter
Fanatic Member
Re: print form & print preview
 Originally Posted by jmcilhinney
So is it safe to assume then that that third-party control/library doesn't provide any printing functionality itself? If not then you should probably look at downloading the VB Power Packs from Microsoft. It includes a PrintForm component that I believe (never used it myself) allows you to print an image of all or part of a form as it's displayed on-screen.
ok and thanks
-
Apr 14th, 2008, 06:37 AM
#8
Re: [RESOLVED] print form & print preview
If you can find any documentation for the chart control with regard to printing you will probably get nicer printing as the form print control (and pretty much every other form print solution) only prints images at 72dpi (screen resolution)....
-
Apr 14th, 2008, 04:32 PM
#9
Thread Starter
Fanatic Member
Re: [RESOLVED] print form & print preview
 Originally Posted by Merrion
If you can find any documentation for the chart control with regard to printing you will probably get nicer printing as the form print control (and pretty much every other form print solution) only prints images at 72dpi (screen resolution)....
I did get it working, but it is grainey.
what is(and where is it) the Form Print Control???
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|