Edit table problems (OpenInsight 16-Bit)
At 25 JUL 2002 04:07:31PM Donald Merkey wrote:
I have an edit table I am trying to load with data. I have verified there are 1093 rows in my list variable. I am setting the property but I get different number of rows displaying in the control depending on how each column's data length is set. I tried reducing each and it seemed to display more. I set it to zero and it displayed less?
Any suggestions? I am trying to simulate a popup but would like to display all of my information in the edit table.
Thanks
At 25 JUL 2002 04:20PM [url=http://www.sprezzatura.com]The Sprezzatura Group[/url] wrote:
Unless you set Rows to -1 you'll be restricted to 64K so the individual data lengths makes a difference.
World Leaders in all things RevSoft
At 25 JUL 2002 04:22PM Donald Bakke wrote:
Donald,
The typical approach is to use the Set_Property for the initial chunk of data (you determine what optimal chunk size should be) and then use Send_Message(ControlName, "INSERT" RowIndex, InsertText) after that. If this is a non-databound edittable then make sure you set the Row Limit to -1.
At 25 JUL 2002 04:31PM Donald Merkey wrote:
Thanks Don and Sprezz…
Setting the Row limit to -1 worked!
At 25 JUL 2002 08:12PM Ray Chan wrote:
Is setting the row to -1 still a requirement in OI32?
Ray