WYSIWYG report printing mode |
Post Reply |
Author | |
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
Posted: 10 January 2009 at 3:19pm |
Do you need WYSIWYG report printing mode?
On screen you can have many columns with enough column's width to show data but during printing (or print preview) all columns resized to be small enough to fit in one page instead of having report print like excel where after printing user can take a glue and have properWYSIWYG printout with all needed data. Is it interesting for our customers?
Look here - current version ActiveX with Vb code - VirtualMode Editable Report:
VB_App - Table View - https://forum.codejock.com/uploads/temp/20090326_231902_ScreenShot4.jpg
VB_App - Icon View - https://forum.codejock.com/uploads/temp/20090326_232208_ScreenShot5.jpg VB_App - Print PreView - https://forum.codejock.com/uploads/temp/20090326_232415_ScreenShot6.jpg |
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi Mark,
Of course we need WYSIWYG report printing mode and not the way it is now... But we need the issues fixed in ReportControl that's what we really need, please don't do (or think of) anything else just find solutions for the posted problems/issues/bugs and have them fixed in next release and we don't have to say it is still not fixed... Please, I'm begging you, just fix the bugs and after that you can implement what you want...
Thanks a lot
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
Essentially I don't see any critical bugs now (!?)
Look into MFC - ReportControl discussion please.
If I am missing smth - please remind it to me
|
|
Aaron
Senior Member Joined: 29 January 2008 Status: Offline Points: 2192 |
Post Options
Thanks(0)
|
Hi Mark,
Please see post https://forum.codejock.com/forum_posts.asp?TID=10986 and add some info to issues that "Essentially aren't critical bugs". Tell me that they are fixed or whatever you want to share...
|
|
Product: Xtreme SuitePro (ActiveX) version 15.0.2
Platform: Windows XP (32bit) - SP 2 Language: Visual Basic 6.0 Zero replies is not an option.... |
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
see comments under recommended post 10986
|
|
mdoubson
Senior Member Joined: 17 November 2008 Status: Offline Points: 1705 |
Post Options
Thanks(0)
|
You can see first version of multi-page WYSIWYG virtual mode print / printpreview this is VB code running with recent ActiveX version
https://forum.codejock.com/uploads/temp/20090326_231902_ScreenShot4.jpg
https://forum.codejock.com/uploads/temp/20090326_232208_ScreenShot5.jpg https://forum.codejock.com/uploads/temp/20090326_232415_ScreenShot6.jpg Private Sub Form_Load()
With wndReportControl .PaintManager.ColumnStyle = xtpColumnOffice2007 .FullColumnScrolling = True .AutoColumnSizing = True '.AllowEdit = False .SetCustomDraw xtpCustomBeforeDrawRow .Icons.LoadBitmap App.Path & "\Checked.bmp", ID_CHECKED, xtpImageNormal .Icons.LoadBitmap App.Path & "\UnChecked.bmp", ID_UNCHECKED, xtpImageNormal End With wndReportControl.SetImageList MyImageList(1) wndReportControl.PaintManager.ColumnWidthWYSIWYG = True End Sub Private Sub cmdPrint_Click()
wndReportControl.PrintPreviewExt True, 100, 200, 1000, 800 End Sub Private Sub cmdIconView_Click()
wndReportControl.IconView = Not wndReportControl.IconView End Sub |
|
MNovaro
Groupie Joined: 20 June 2006 Status: Offline Points: 71 |
Post Options
Thanks(0)
|
Wow! Yes, I would need this feature, as I have an application of mine having about 20 columns, and printing it is ... a mess! :D Looking forward to it. Thanks, Marco |
|
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 |