Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
I think that this is low tech.
Go to the settings for the Parent table, Advanced Settings and check the box for
"Save Parent record automatically when a child record is added."
Then the default behaviour will be to return to the Parent record after saving the Child.
If you want to stick on view mode on the child after saving, then edit the Add Child code to comment out or remove that last part which says
& "&z=" & Rurl()
Go to the settings for the Parent table, Advanced Settings and check the box for
"Save Parent record automatically when a child record is added."
Then the default behaviour will be to return to the Parent record after saving the Child.
If you want to stick on view mode on the child after saving, then edit the Add Child code to comment out or remove that last part which says
& "&z=" & Rurl()
KellyBianchi
7 years agoQrew Assistant Captain
Mark, my child record saves and returns back to the parent, but in edit mode. I can't seem to make it go back in display mode. Here is my code:
URLRoot() & "db/" & [_DBID_RUN__REQUESTS] & "?a=API_GenAddRecordForm&dfid=11&_fid_12=" & () & "&rdr="& "&z=" & Rurl()
URLRoot() & "db/" & [_DBID_RUN__REQUESTS] & "?a=API_GenAddRecordForm&dfid=11&_fid_12=" & () & "&rdr="& "&z=" & Rurl()