This topic is locked

Cause Checkbox to Work on List Pages

1/19/2024 10:25:24 AM
PHPRunner Tips and Tricks
B
bioman author

Hi,
In a previous version of PHPRunner, I had my project set up so that you could click a checkbox on the list page and it would update the database when you did so. This function is no longer working on my new build and I'm not sure how to fix it. I want the user to be able to check and uncheck the checkbox on the list page, and have it update the data accordingly. I didn't change the code, but this is updating a project from an earlier version (I believe 8.1 or something like that), and the functionality I had broke. Please let me kow if you have any ideas. Thanks,
Brett

admin 1/22/2024

PHPRunner didn't have this kind of functionality in version 8.1 which means you implemented it with the help of some custom coding.

I think you have two options here.

  1. Either update your custom code to be compatible with the latest version of PHPRunner
  2. Or use Spreadsheet mode that is available in later versions of PHPRunner

B
bioman author 2/1/2024

Ok, thanks! I tried Spreadsheet mode and that seems to work well. Is there a way to specify which fields work in this way, so that not everything is editable on the list page? Thanks,
Brett