This topic is locked
[SOLVED]

Open Both Master and Detail in Edit Mode at the Same Time

1/15/2025 5:32:42 PM
PHPRunner General questions
H
Hopper author

Hi!
I am using PHPRunner 10.91
I have a Master Detail Relationship
Currently Detail records are displayed on the Master Edit Page
Is there a way to have the Detail Records automatically open in edit mode with the Master Edit page opens?

Thanks in advance for any guidance.
~Hopper

C
copper21 1/17/2025

https://xlinesoft.com/phprunner/docs/how_to_control_inline_add_edit_functionality_from_script.htm

Put:

pageObj.inlineEdit.editAllRecs();

in the javascript of the details list page. Obviously enable inline edit.

H
Hopper author 1/26/2025

Thanks copper21!! Worked exactly as needed.