Forum Discussion
- MarkShnier__YouQrew Legendtry this
var text EDIT = URLRoot() & "db/" & Dbid() & "?a=er&dfid=10&rid=" & [Record ID#];
var text Display = URLRoot() & "db/" & Dbid() & "?a=dr&dfid=10&rid=" & [Record ID#];
$EDIT
& "&NextURL=" & URLEncode($Display)
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------- GeorgeBramhall1Qrew MemberThanks Mark!! Ahuva???
------------------------------
George Bramhall
------------------------------
- AhuvaBrownQrew CadetI solved this issue with a custom edit button using this url:
URLRoot() & "db/" & Dbid() & "?a=er&dfid=yourformID&rid=" & URLEncode([Record ID#])& "&z=" & Rurl()
z=Rurl() should return you to the url from where you pressed the edit button, so in this case, the same form in display mode.
------------------------------
Ahuva Brown
------------------------------