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

PICCORO McKAY Lenz mckaygerhard at ...626...
Wed Jun 28 17:48:06 CEST 2017


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?

    For d = 0 To grid.Rows.Count - 1
        linefile = ""
        For c = 0 To grid.Columns.Count - 1
            linefile &= "\"" & grid[d, c].text & "\";"
        Next
        linefile = Left(linefile, -1) & gb.NewLine
        parsetofile &= linefile
    Next

"parsetofile" its the file to put stream, but the grid object only have
text content in the richtext, and the text not? why if i using .text does
not show nothing?

in the data event i set both, text and richtext! but only got in richtext!
why?

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



More information about the User mailing list