Subform & hash cookies
Posted: Sat Sep 07, 2019 10:16 pm
Steven,
I was testing an application with subform with higher number of data and observed some unstable behaviour:
(I have procedure to add data to the subform table so it was quite easy to check with any number of records)
My subform is composed of one Lookup and few display fields (per row).
1. Up to about 50 records in the subform everything works OK
starting with 50 or 60 records in the subform I observe the following:
2. Reading values directly from the edit main form objects with # cookies are not working anymore, when I used the nuSetProperty to transfer object data to php procedure it was ok.
3. Subform checkboxes are not removing lines after saving (you can check, but after save the line is not removed)
4. You can not add manually new records to the subform
5. when the subform has above 1000 records it is not displaying data (records are availabe when checking by phpmyadmin)
Normally in typical application I will be in the safe zone - belowe 50 records - but maybe during the next release you could have a look on it.
I was testing an application with subform with higher number of data and observed some unstable behaviour:
(I have procedure to add data to the subform table so it was quite easy to check with any number of records)
My subform is composed of one Lookup and few display fields (per row).
1. Up to about 50 records in the subform everything works OK
starting with 50 or 60 records in the subform I observe the following:
2. Reading values directly from the edit main form objects with # cookies are not working anymore, when I used the nuSetProperty to transfer object data to php procedure it was ok.
3. Subform checkboxes are not removing lines after saving (you can check, but after save the line is not removed)
4. You can not add manually new records to the subform
5. when the subform has above 1000 records it is not displaying data (records are availabe when checking by phpmyadmin)
Normally in typical application I will be in the safe zone - belowe 50 records - but maybe during the next release you could have a look on it.