Hello,
I have a table view "requests" and count the number of records in "ListPage" Onload and store in $data
With simple "echo $data" I show the value on listview
It shows the correct value in the listview.
Then I will add a new record from this listview "requests" and need to fill the field "NumberOfRecords" with the value $data.
I think the code must be on the AddPage OnLoad.
But how can I put the content of $data into the field "NumberOfRecords"
Thanks for help
Frank