03-10-2009, 03:00 AM
Hi Gintaras,
I have defined the text field in a qmgrid column to be multiline with QgAddColumns using the multiline option = 8
It seems to be clipping at 259 characters. Is this the limit for this field and if so, are there any workarounds. I am filling the qmgrid from a sqlite3 database. I would think that a field within the sqlite database can hold more characters (though I am not sure) but since it is filled using CSqlite.FromQmGrid, then the limit of the qmgrid would hold anyway.
Thanks for any insight!!!
Stuart
I have defined the text field in a qmgrid column to be multiline with QgAddColumns using the multiline option = 8
It seems to be clipping at 259 characters. Is this the limit for this field and if so, are there any workarounds. I am filling the qmgrid from a sqlite3 database. I would think that a field within the sqlite database can hold more characters (though I am not sure) but since it is filled using CSqlite.FromQmGrid, then the limit of the qmgrid would hold anyway.
Thanks for any insight!!!
Stuart