Jump to content
Software FX Community

ChartFX and ColdFusionMX


User (Legacy)

Recommended Posts

The following is copied from the CHartFX programmers guide. It says I can

print a chart programmatically with the printIt function. I just need the

syntax for ColdFusion. Everything I have tried does not work.

Printing the chart

Before describing all the properties supported by the Printer Object you

must know how to print the charts. Normally, you would expect the suer to

print the chart using the toolbar button. However, if you want to print

charts directly from your code you can do it with the PrintIt method as

follows:

ChartFX1.PrintIt 0,0

This method will print out to the default printer unless the hDC property in

the printer object has been changed with other installed printers.

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

news:8jogIKhUDHA.3012@WEBSERVER1...

> Print a chart ? but Chart FX Server runs in the server and it is designed

to

> output something for the browser to interpret.

>

> Chart FX server does not provide printing functionality, you do this from

> the client (IE).

>

> --

> FP

> Software FX, Inc.

>

>

Link to comment
Share on other sites

Hello,

PrintIt needs to be called from client side script and not server side as

this sample demonstrates.

http://support.softwarefx.com/Samples/CfxIE/activeX/Printing.asp

JT

Tech. Support

"Tony Gray" <tony.gray@ipaper.com> wrote in message

news:9Qol1aQVDHA.1496@WEBSERVER1...

> The following is copied from the CHartFX programmers guide. It says I can

> print a chart programmatically with the printIt function. I just need the

> syntax for ColdFusion. Everything I have tried does not work.

>

> Printing the chart

> Before describing all the properties supported by the Printer Object you

> must know how to print the charts. Normally, you would expect the suer to

> print the chart using the toolbar button. However, if you want to print

> charts directly from your code you can do it with the PrintIt method as

> follows:

>

> ChartFX1.PrintIt 0,0

>

> This method will print out to the default printer unless the hDC property

in

> the printer object has been changed with other installed printers.

>

>

>

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

> news:8jogIKhUDHA.3012@WEBSERVER1...

> > Print a chart ? but Chart FX Server runs in the server and it is

designed

> to

> > output something for the browser to interpret.

> >

> > Chart FX server does not provide printing functionality, you do this

from

> > the client (IE).

> >

> > --

> > 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...