Forum Discussion
QuickBaseCoachD
Qrew Captain
Try this format. This will edit using form ID #10 and then redisplay after Save on that same form.
URLRoot() & "db/" & Dbid() & "?a=er&dfid=10&rid=" & ToText([Record ID#])
& "&nexturl=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=dr&dfid=10&rid=" & ToText([Record ID#]))
URLRoot() & "db/" & Dbid() & "?a=er&dfid=10&rid=" & ToText([Record ID#])
& "&nexturl=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=dr&dfid=10&rid=" & ToText([Record ID#]))
JeffCravener__T
8 years agoQrew Member
Hello! This works great, except with the cancel button, when that is clicked it goes to the form that is designated as the default form for the table/role, not the form that the user was on when they clicked the custom edit button._