[Gambas-user] gridview contents x, y are default richtext or text?
Charlie
charlie at ...2793...
Wed Jun 28 19:17:09 CEST 2017
PICCORO McKAY Lenz wrote
> i have a piece of code, from a complex project, that export line by line
> to
> a file, the contents of the gridview, but not the text, only the richtext
> why are not the same?
Try using:
*linefile &= "\"" & grid[d, c].RichText & "\";" 'Not .Text*
Also you can use: -
*For d = 0 To grid.Rows.Max 'Instead of Count - 1 *
I have attached the program I used to test this.
GUITest.tar <http://gambas.8142.n7.nabble.com/file/n59569/GUITest.tar>
-----
Check out www.gambas.one
--
View this message in context: http://gambas.8142.n7.nabble.com/gridview-contents-x-y-are-default-richtext-or-text-tp59568p59569.html
Sent from the gambas-user mailing list archive at Nabble.com.
More information about the User
mailing list