Forum Discussion
QuickBaseCoachD
9 years agoQrew 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__T8 years agoQrew MemberHello! 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._