Jump to content
Software FX Community

Printing Chart in multiple pages


User (Legacy)

Recommended Posts

I have a chart  in more than one page. Whenever I try to print it form my

internet explorer, it always prints the first page of the chart. I print it

from the browser print command. My chart is in image format. Please let em

know how can I print the chart with multiple pages

I changed the chart format to .net active object..and then tried to print it

using the chart's toolbar..but then i get the following error message " The

application does not have enough permission to execute this permission"

Thanks in advance.

Link to comment
Share on other sites

I have a gnatt chart that has more than 200 bars. SO When I print it using

PRINTER, it just prints first 50 bars in one page. One standard page can not

fit all these bars to print. Hope it makes sense. Thanks

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:RfDfRIAGEHA.2620@webserver3.softwarefx.com...

> I don't understand your question.

>

> Your chart is an image ? If so, when you print from IE the image will be

> printed "AS IS".

>

> What exactly do you mean by "I have a chart in more than one page" ? How

> can you have a multipage chart in an image ?

>

> --

> FP

> Software FX

>

>

Link to comment
Share on other sites

Ok. So let me see if I understand:

1) You are generating an image (JPEG or PNG) but you are only seeing in your

browser 50 a total of 200 points.

2) You want that when the user prints the page, all 200 points are printed.

If this is the case, this is not possible. Once the chart is generated as an

image from the server component, IE will print it on its own, without our

intervention.

You may want to generate an Active object (.NET component) so that you can

scroll it, manipulate it and print it.

If I'm still not understanding correctly, please post the source code that

you are using to produce this page.

--

FP

Software FX

Link to comment
Share on other sites

No, I can see all 200 points in the browser, there is no problem with

it..however when i print it using printer (external hardware device), all it

prints just one page , and obvioulsy it can not fit all 200 points in one

page..it's just showing first 50 points in the page.

(Again, my problem is not with seeing all points in the browser, but it is

with the printer while trying to print the whole chart)

Hope it makes sense, if not i will attach the chart.

Thank you so much.

"SoftwareFX Support" <noreply@softwarefx.com> wrote in message

news:DLYgpcCGEHA.196@webserver3.softwarefx.com...

> Ok. So let me see if I understand:

>

> 1) You are generating an image (JPEG or PNG) but you are only seeing in

your

> browser 50 a total of 200 points.

>

> 2) You want that when the user prints the page, all 200 points are

printed.

>

> If this is the case, this is not possible. Once the chart is generated as

an

> image from the server component, IE will print it on its own, without our

> intervention.

>

> You may want to generate an Active object (.NET component) so that you can

> scroll it, manipulate it and print it.

>

> If I'm still not understanding correctly, please post the source code that

> you are using to produce this page.

>

> --

> FP

> Software FX

>

>

Link to comment
Share on other sites

Could you please let me know how to set the permission (in the control

panel) to print the active object?

Thanks,

Alomgir

"Alomgir Monsur" <alomgir_monsur@albint.com> wrote in message

news:0nKjDsNGEHA.200@webserver3.softwarefx.com...

>

> No, I can see all 200 points in the browser, there is no problem with

> it..however when i print it using printer (external hardware device), all

it

> prints just one page , and obvioulsy it can not fit all 200 points in one

> page..it's just showing first 50 points in the page.

>

> (Again, my problem is not with seeing all points in the browser, but it is

> with the printer while trying to print the whole chart)

>

> Hope it makes sense, if not i will attach the chart.

>

> Thank you so much.

>

> "SoftwareFX Support" <noreply@softwarefx.com> wrote in message

> news:DLYgpcCGEHA.196@webserver3.softwarefx.com...

> > Ok. So let me see if I understand:

> >

> > 1) You are generating an image (JPEG or PNG) but you are only seeing in

> your

> > browser 50 a total of 200 points.

> >

> > 2) You want that when the user prints the page, all 200 points are

> printed.

> >

> > If this is the case, this is not possible. Once the chart is generated

as

> an

> > image from the server component, IE will print it on its own, without

our

> > intervention.

> >

> > You may want to generate an Active object (.NET component) so that you

can

> > scroll it, manipulate it and print it.

> >

> > If I'm still not understanding correctly, please post the source code

that

> > you are using to produce this page.

> >

> > --

> > FP

> > Software FX

> >

> >

>

>

Link to comment
Share on other sites

Dear Sir,

What you are seeing when printing a chart with 200 points is not a ChartFX

limitation rather a limitation of the browser when printing images. You can

see this clearly when you try to to print preview.

I have seen this problem with many websites when I try to print and the text

mid character is truncated on the right.\

You might see different results if you try to print only the image (right

click on the image -> Print Picture) instead of printing the whole page!

Regarding setting the permissions please see this article we wrote, it

should help you greatly!

http://support.softwarefx.com/kb/614/1/001.htm

-cjs

"Alomgir Monsur" <alomgir_monsur@albint.com> wrote in message

news:F1ivJtNGEHA.200@webserver3.softwarefx.com...

> Could you please let me know how to set the permission (in the control

> panel) to print the active object?

>

> Thanks,

> Alomgir

> "Alomgir Monsur" <alomgir_monsur@albint.com> wrote in message

> news:0nKjDsNGEHA.200@webserver3.softwarefx.com...

> >

> > No, I can see all 200 points in the browser, there is no problem with

> > it..however when i print it using printer (external hardware device),

all

> it

> > prints just one page , and obvioulsy it can not fit all 200 points in

one

> > page..it's just showing first 50 points in the page.

> >

> > (Again, my problem is not with seeing all points in the browser, but it

is

> > with the printer while trying to print the whole chart)

> >

> > Hope it makes sense, if not i will attach the chart.

> >

> > Thank you so much.

> >

> > "SoftwareFX Support" <noreply@softwarefx.com> wrote in message

> > news:DLYgpcCGEHA.196@webserver3.softwarefx.com...

> > > Ok. So let me see if I understand:

> > >

> > > 1) You are generating an image (JPEG or PNG) but you are only seeing

in

> > your

> > > browser 50 a total of 200 points.

> > >

> > > 2) You want that when the user prints the page, all 200 points are

> > printed.

> > >

> > > If this is the case, this is not possible. Once the chart is generated

> as

> > an

> > > image from the server component, IE will print it on its own, without

> our

> > > intervention.

> > >

> > > You may want to generate an Active object (.NET component) so that you

> can

> > > scroll it, manipulate it and print it.

> > >

> > > If I'm still not understanding correctly, please post the source code

> that

> > > you are using to produce this page.

> > >

> > > --

> > > FP

> > > Software FX

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

The problem you are describing is an issue with IE that is not related to

Chart FX, basically this happens everytime you try to print a page

containing a big image. Remember, when generating images, the chart is no

different than a photo or any other kind of image.

To use the Client Control, there is a few things to consider. Please check

the following KB articles in our support site:

Q6121017. Troubleshooting the Client Component of ChartFX.Net

Q6141001. Security settings required by the .NET client control

Q6141004. Printing .NET Client Controls is not supported by Internet

Explorer

Q6121016. My client machine displays an empty image even when I'm generating

a Client Control.

Notice that you will not be able to print the page along with the chart when

you use the Client Component, you can print the chart by itself using the

control's built-in toolbar.

--

FP

Software FX

Link to comment
Share on other sites

I did the security changing as the instruction of your link. But still I am

getting security error while trying to use the print functionality (from

.net tool bar) to print the chart. It's kind of emergency now. Please let me

know asap.

"Software FX Support" <support@softwarefx.com> wrote in message

news:Gj5iLvOGEHA.196@webserver3.softwarefx.com...

> Dear Sir,

> What you are seeing when printing a chart with 200 points is not a ChartFX

> limitation rather a limitation of the browser when printing images. You

can

> see this clearly when you try to to print preview.

> I have seen this problem with many websites when I try to print and the

text

> mid character is truncated on the right.\

> You might see different results if you try to print only the image (right

> click on the image -> Print Picture) instead of printing the whole page!

>

> Regarding setting the permissions please see this article we wrote, it

> should help you greatly!

> http://support.softwarefx.com/kb/614/1/001.htm

> -cjs

>

> "Alomgir Monsur" <alomgir_monsur@albint.com> wrote in message

> news:F1ivJtNGEHA.200@webserver3.softwarefx.com...

> > Could you please let me know how to set the permission (in the control

> > panel) to print the active object?

> >

> > Thanks,

> > Alomgir

> > "Alomgir Monsur" <alomgir_monsur@albint.com> wrote in message

> > news:0nKjDsNGEHA.200@webserver3.softwarefx.com...

> > >

> > > No, I can see all 200 points in the browser, there is no problem with

> > > it..however when i print it using printer (external hardware device),

> all

> > it

> > > prints just one page , and obvioulsy it can not fit all 200 points in

> one

> > > page..it's just showing first 50 points in the page.

> > >

> > > (Again, my problem is not with seeing all points in the browser, but

it

> is

> > > with the printer while trying to print the whole chart)

> > >

> > > Hope it makes sense, if not i will attach the chart.

> > >

> > > Thank you so much.

> > >

> > > "SoftwareFX Support" <noreply@softwarefx.com> wrote in message

> > > news:DLYgpcCGEHA.196@webserver3.softwarefx.com...

> > > > Ok. So let me see if I understand:

> > > >

> > > > 1) You are generating an image (JPEG or PNG) but you are only seeing

> in

> > > your

> > > > browser 50 a total of 200 points.

> > > >

> > > > 2) You want that when the user prints the page, all 200 points are

> > > printed.

> > > >

> > > > If this is the case, this is not possible. Once the chart is

generated

> > as

> > > an

> > > > image from the server component, IE will print it on its own,

without

> > our

> > > > intervention.

> > > >

> > > > You may want to generate an Active object (.NET component) so that

you

> > can

> > > > scroll it, manipulate it and print it.

> > > >

> > > > If I'm still not understanding correctly, please post the source

code

> > that

> > > > you are using to produce this page.

> > > >

> > > > --

> > > > FP

> > > > Software FX

> > > >

> > > >

> > >

> > >

> >

> >

>

>

Link to comment
Share on other sites

Dear Sir,

If you get a security exception it means YOU DO NOT have full-trust enabled.

Full-trust allows you to do EVERYTHING so NO security exceptions can occur

under Full-Trust.

Please check your Control Panel and make sure you change the security

setting for the appropriate zone. The zone for your page will appear the

bottom-right corner of your browser when you hit your page.

--

FP

Software FX, Inc.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...