If a popup is merely an edit table, why then can I not have as much data in an edit table on a form as I can get in a popup.
I have an application that will not display more than 89 rows in a edit table, but popups will display much more. When looking at the size of the data before the edit table is filled it is not more than 5K, ie well below the 34K limit I thought applied to edit tables and popups…
Deirdre,
The ET really is from a different planet. You might want to adjust the row limit and the column data lengths. See [url=http://www.revelation.com/WEBSITE/DISCUSS.NSF/f12696d31000b22a8525652b00831bb2/1153e7b9b07ae082852564ea00833c2d?OpenDocument]this thread</a<.
- Oystein -
Hi Deirdre,
Just set the Max Rows to -1. (This value is set from the "More" button in the Edit Table properties dialog.)
Cameron Purdy
Revelation Software
Deirdre,
One other thing … you can only put 64k into the edit table using the LIST and ARRAY properties. (Since DEFPROP and INVALUE are implemented using the ARRAY properties, the limit applies to them too.) After putting in 64k of data, you have to use Send_Message("INSERT") to add more data.
For example code, look at the POPUP and POPUP_SUB implementations as well as the XOQuery code.
Cameron Purdy
Revelation Software