This topic is locked
[SOLVED]

 PHPRunner 9.7 or 9.8 can not save

10/25/2017 11:01:17 AM
PHPRunner General questions
R
rlee6087 author

I have an application phprunner 9.8 or 9.7, Oracle dB on Windows 10 desktop. 4 main tables are all master detail, they are Portfolio, Project, Tasks, and resources. The application works as follows, Portfolio's have Projects, Projects have tasks, Tasks have resources. As they are displayed via table links with inline preview. I am able to save in all of the tables with the exception of the Projects table. I have dropped and recreated the table, copied edit pqage to add page as I was able to edit, still can not save projects page. Please advise as I am extremely desperate, thank you so much in advance.

jadachDevClub member 10/25/2017

What happens when you try to save? Do you get an error?
I had the same thing happen to me and finally realized I mistakenly removed return true; (C# version) in the before record added event.

R
rlee6087 author 10/26/2017



What happens when you try to save? Do you get an error?
I had the same thing happen to me and finally realized I mistakenly removed return true; (C# version) in the before record added event.


That was it!!! Eureka!! Thank you so much Jadach! It was in an email event.