Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > ActiveX COM > Report Control
  New Posts New Posts RSS Feed - WYSIWYG report printing mode
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

WYSIWYG report printing mode

 Post Reply Post Reply
Author
Message
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post Topic: WYSIWYG report printing mode
    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:
 
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post 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....
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
Aaron View Drop Down
Senior Member
Senior Member
Avatar

Joined: 29 January 2008
Status: Offline
Points: 2192
Post Options Post Options   Thanks (0) Thanks(0)   Quote Aaron Quote  Post ReplyReply Direct Link To This Post 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 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....
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post Posted: 11 January 2009 at 4:06pm
see comments under recommended post 10986
Back to Top
mdoubson View Drop Down
Senior Member
Senior Member
Avatar

Joined: 17 November 2008
Status: Offline
Points: 1705
Post Options Post Options   Thanks (0) Thanks(0)   Quote mdoubson Quote  Post ReplyReply Direct Link To This Post 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
 
 
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
 
Back to Top
MNovaro View Drop Down
Groupie
Groupie
Avatar

Joined: 20 June 2006
Status: Offline
Points: 71
Post Options Post Options   Thanks (0) Thanks(0)   Quote MNovaro Quote  Post ReplyReply Direct Link To This Post 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

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.140 seconds.