Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSHFlexGrid cell size max

Status
Not open for further replies.

davem1958

Programmer
Oct 10, 2001
17
US
I've got an HFlexGrid bound to an ADO recordset, one of whose columns is a Memo field. I've noticed that the text in the Memo field gets truncated at about 963 characters once it gets to the grid.

Anyone else notice this? I don't suppose there's a work-around?

Dave
 
I'm not experienced with MSHFlexGrid but MSFlexGrid will happly display over 2000 characters if you make the .ColWidth and .RowHeight large enough.
I just tested this in a small App I am Working on.
Apparently, .RoeHeight is limited to Grid.Height and .ColWidth is limited to Grid.Width
If the .RowHeight is larger than grid.height It will only show the top part of the row, and likewise if .ColWidth is greater than Grid.Width it will only show the left portion of the column. There may be a way around this limitation but I haven't found it.

Hope this may be of help.

Bob
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top