Print Page | Close Window

WYSIWYG report printing mode

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Report Control
Forum Description: Topics Related to Codejock Report Control
URL: http://forum.codejock.com/forum_posts.asp?TID=13142
Printed Date: 17 June 2024 at 2:41pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: WYSIWYG report printing mode
Posted By: mdoubson
Subject: WYSIWYG report printing mode
Date 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 - https://forum.codejock.com/uploads/temp/20090326_231902_ScreenShot4.jpg
VB_App - Icon View        - https://forum.codejock.com/uploads/temp/20090326_232208_ScreenShot5.jpg - https://forum.codejock.com/uploads/temp/20090326_232208_ScreenShot5.jpg
VB_App - Print PreView  - https://forum.codejock.com/uploads/temp/20090326_232415_ScreenShot6.jpg - https://forum.codejock.com/uploads/temp/20090326_232415_ScreenShot6.jpg


-------------
Mark Doubson, Ph.D.



Replies:
Posted By: Aaron
Date Posted: 11 January 2009 at 1:48pm
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....


Posted By: mdoubson
Date Posted: 11 January 2009 at 1:55pm
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


Posted By: Aaron
Date Posted: 11 January 2009 at 2:04pm
Originally posted by mdoubson mdoubson wrote:

Essentially I don't see any critical bugs now (!?) 
If I am missing smth  - please remind it to me
 
Hi Mark,
 
Please see post https://forum.codejock.com/forum_posts.asp?TID=10986 - 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....


Posted By: mdoubson
Date Posted: 11 January 2009 at 4:06pm
see comments under recommended post 10986


Posted By: mdoubson
Date Posted: 26 March 2009 at 11:18pm

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_231902_ScreenShot4.jpg
https://forum.codejock.com/uploads/temp/20090326_232208_ScreenShot5.jpg - https://forum.codejock.com/uploads/temp/20090326_232208_ScreenShot5.jpg
https://forum.codejock.com/uploads/temp/20090326_232415_ScreenShot6.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
 


-------------
Mark Doubson, Ph.D.


Posted By: MNovaro
Date Posted: 27 March 2009 at 4:04am

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




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net