grid report

Hi, all !!!

How i can create and then printing this report(in attach)?

printgrid.jpg

···

--
GrAlex

Hi Alex,

GrAlex wrote:

Hi, all !!!

How i can create and then printing this report(in attach)?

It depends were the data is coming from, if from a database then you could look at:

http://dabodev.com/

http://reportman.sourceforge.net/

See you
Werner

···

------------------------------------------------------------------------

------------------------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org

GrAlex wrote:

Hi, all !!!

How i can create and then printing this report(in attach)?

wx.grid.Grid doesn't have support built-in for printing, but as others have mentioned there are some ways to manage printing of your data yourself. In addition to the 3rd party tools you can also do things like:

* drawing the data report yourself using the PrintFramework
* converting the data to simple HTML and use wx.HtmlEasyPrinting
* depending on your needs the wx.lib.printout module may help

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!