Edittable row limit OI3.5 (OpenInsight Specific)
At 02 DEC 1998 07:41:31PM Manuel wrote:
I am having problem with record with large volume of multivalues to display, edit and modify in a edittable. And when I save the record only writes the KEY with an empty record.
Is there any limitation to the number of multivalues?
The same record works just fine in AREV.
Is there anyone who has this kind of problem? any ideas?
Thanks
At 03 DEC 1998 05:44AM Oystein Reigem wrote:
Manuel,
See e.g this thread for limits in edit table.
But since you seem to lose all the data of your edit table, nut just data at the end, I think your problem must be something else. - Oystein - </QUOTE> —- === At 03 DEC 1998 12:14PM Nick Stevenson wrote: === <QUOTE>Hint: keep the data length of each cell to an absolute minimum. The default is 80 characters which is usually far too high. If you are using get_property/set_property "ARRAY", then you will hit a maximum at around 55k and the get_property will return a null. </QUOTE> —- === At 04 DEC 1998 05:45AM Oystein Reigem wrote: === <QUOTE>Nick, …and the get_property will return a null Thanks. I hadn't noticed that. I thought the content just would be truncated. So this might have been Manuel's problem after all, then. - Oystein - </QUOTE> —- === At 04 DEC 1998 06:17PM Cameron Revelation wrote: === <QUOTE>Manuel, Set the row limit to -1. Cameron Purdy Revelation Software </QUOTE> View this thread on the forum...