Forum Discussion
MichaelTamoush
4 years agoQrew Captain
I believe you can just add this to the end of URLTWO. It's a new feature from QB that essentially 'refreshes' the page the user launched from.
& "&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl())
------------------------------
Mike Tamoush
------------------------------
& "&rdr=" & URLEncode(URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl())
------------------------------
Mike Tamoush
------------------------------
MarkShnier__You
Qrew Legend
4 years agoWhen I do the Refresh page I treat it just link another URL call so it gets the nested syntax for successivee URL calls.
var text RefreshPage = URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl();
$URLONE
& "&rdr=" & URLEncode($URLTWO)
& URLEncode("&rdr=" & URLEncode($RefreshPage))
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
var text RefreshPage = URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl();
$URLONE
& "&rdr=" & URLEncode($URLTWO)
& URLEncode("&rdr=" & URLEncode($RefreshPage))
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
mark.shnier@gmail.com
------------------------------
- JordanBeatty4 years agoQrew Member
Well there is a name I am familiar with from some time ago.
This worked flawlessly thank you!
------------------------------
Jordan Beatty
------------------------------