[Gambas-user] gridview contents x, y are default richtext or text?

PICCORO McKAY Lenz mckaygerhard at ...626...
Wed Jun 28 19:38:52 CEST 2017


but that's the problem, why richtext have contents and .text does not have
it?

Lenz McKAY Gerardo (PICCORO)
http://qgqlochekone.blogspot.com

2017-06-28 13:17 GMT-04:00 Charlie <charlie at ...2793...>:

> 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.
>
> ------------------------------------------------------------
> ------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list