"No records selected" When Trying to Delete a Record

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
neodaemon
User
Posts: 61

"No records selected" When Trying to Delete a Record

Post by neodaemon »

v. 2018.0.6
New project
There are two tables - "Invoices" and "InvoiceDetails"
From either a master/detail view, or a singular list view, I cannot delete a record.
When I click on a check box corresponding to any record in a standard table list view, then click the "trash Can" "delete" button, I get an error:
"No records selected".
I have removed any client or server scripts used on those tables - "InvoiceDetails" had three calculating server-side scripts and two field-specific calculating client-side scripts. "Invoices" however did not ever have any scripts and suffers the same problem.

There are 9 other tables in the project and I can successfully delete records from them.

Any help or tips would be very appreciated, thank you.


mobhar
User
Posts: 11660

Post by mobhar »

Make sure you have already regenerated ALL the script files again.


Post Reply