I think I will need to give you VPN access because I cannot recreate this in a simpler page.
The recordset I created is like this:
SELECT species_id, CONCAT(species,':', common) AS label FROM species WHERE taxa='bird' ORDER BY species_id
It is used in the Detail Grid on a column called species.
When I go to edit the row, it pops up the usual display but in the combobox where the results of the above recordset are, it shows "void recordset".
I looked up the php errors in the log and cannot find anything relating to the page call.
Happy to donate for the time spent on support, sorry for all the questions. |
|
|