print with dialog box |
Post Reply |
Author | |
samydavic
Newbie Joined: 01 March 2011 Status: Offline Points: 1 |
Post Options
Thanks(0)
Posted: 01 March 2011 at 10:16am |
I need help...
I want to print a chart without the printpreview activex, does anyone know how to do this? thanks. |
|
jpbro
Senior Member Joined: 12 January 2007 Status: Offline Points: 1355 |
Post Options
Thanks(0)
|
You can use the PrintToDc method with the Printer.Hdc to print the chart without any dialogs or other controls.
|
|
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3 Language: Visual Basic 6.0 SP6 |
|
Xander75
Senior Member Joined: 26 April 2007 Status: Offline Points: 353 |
Post Options
Thanks(0)
|
Hi,
I have already asked this question to the CJ Support team. If you need the Print Dialog the only current method is to display it in a hidden PrintPreview control then display the Print Dialog from there. It works as a workaround but I did suggest that a PrintChart method would be nice just as we have PrintReport & PrintReport2 for the ReportControl. |
|
Product: Xtreme SuitePro (ActiveX) v15.3.1
Platform: Windows 7 64-bit (SP1) Professional Edition Languages: C#.Net using Visual Studio 2012 & Visual Basic 6.0 (SP6) |
|
jpbro
Senior Member Joined: 12 January 2007 Status: Offline Points: 1355 |
Post Options
Thanks(0)
|
Why can't you use the CommonDialog print dialog and then print to the Printer.Hdc?
|
|
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3 Language: Visual Basic 6.0 SP6 |
|
McKloony
Senior Member Joined: 09 January 2007 Location: Germany Status: Offline Points: 340 |
Post Options
Thanks(0)
|
If I use:
ChCon.PrintToDC Printer.hDC, 400, 200, Printer.ScaleWidth - 400, Printer.ScaleHeight - 400 nothing happens. |
|
Product: Xtreme SuitePro (ActiveX) 16.2.5
Platform: XP / Windows 7 Language: Visual Basic 6.0 SP6 |
|
jpbro
Senior Member Joined: 12 January 2007 Status: Offline Points: 1355 |
Post Options
Thanks(0)
|
Does it work if you do this:
? |
|
Product: Xtreme SuitePro (ActiveX) version 16.2.6
Platform: Windows XP - SP3 Language: Visual Basic 6.0 SP6 |
|
McKloony
Senior Member Joined: 09 January 2007 Location: Germany Status: Offline Points: 340 |
Post Options
Thanks(0)
|
It prints empty pages
maybe it has something to do, taht it runs under VMWare. |
|
Product: Xtreme SuitePro (ActiveX) 16.2.5
Platform: XP / Windows 7 Language: Visual Basic 6.0 SP6 |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |