Hi,
I have successfully managed display records in a table. The values are displayed within text inputs. I have also managed to save any changes to the inputs using a toolbar button as per the article example in CCv6.
As well as the text inputs I also want to update the records if a "completed" checkbox has been checked.
I have used the loop and save as per the inputs I previously did but I now get the following sql error:
1054 - Unknown column 'Array' in 'field list' SQL=UPDATE `TABLE_NAME` AS `Issues` SET `completed` = Array WHERE `cckey` = '3';
When I don't have the "SAVE" the debug shows that the "completed" array is the same layout as the "notes" array (which is the text inputs that do work) so I am not sure why there would be an issue with the array? (if that is the problem)
I'm not sure this is all of the information required but if anyone has any ideas It would be much appreciated.
Kind Regards
I have successfully managed display records in a table. The values are displayed within text inputs. I have also managed to save any changes to the inputs using a toolbar button as per the article example in CCv6.
As well as the text inputs I also want to update the records if a "completed" checkbox has been checked.
I have used the loop and save as per the inputs I previously did but I now get the following sql error:
1054 - Unknown column 'Array' in 'field list' SQL=UPDATE `TABLE_NAME` AS `Issues` SET `completed` = Array WHERE `cckey` = '3';
When I don't have the "SAVE" the debug shows that the "completed" array is the same layout as the "notes" array (which is the text inputs that do work) so I am not sure why there would be an issue with the array? (if that is the problem)
I'm not sure this is all of the information required but if anyone has any ideas It would be much appreciated.
Kind Regards