Re: [Gambas-user] Print gridview content

2009-04-04 Thread Jesus Guardon
I've changed the question, so it will be more understandable: How can I export the gridview content to a printable format preserving its structure, colors, etc? Thanks in advance Jesús Jesus Guardon escribió: > Hi all > > Is there a quick method to print out as plain formatted text the conten

[Gambas-user] Print gridview content

2009-04-03 Thread Jesus Guardon
Hi all Is there a quick method to print out as plain formatted text the content of a populated gridview? I've been thinking about iterate across all rows and cells, but I wonder if may have other ways to do that. Regards Jesús ---