User (Legacy) Posted July 24, 2003 Report Posted July 24, 2003 Does anyone know how to print a chart from within the ColdFusion code? Tony Gray Dallas, TX
Software FX Posted July 24, 2003 Report Posted July 24, 2003 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.
User (Legacy) Posted July 28, 2003 Author Report Posted July 28, 2003 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. > >
Software FX Posted July 29, 2003 Report Posted July 29, 2003 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. > > > > > >
Recommended Posts
Archived
This topic is now archived and is closed to further replies.