Forum Discussion
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
------------------------------
JordanBeatty
4 years agoQrew Member
Well there is a name I am familiar with from some time ago.
This worked flawlessly thank you!
------------------------------
Jordan Beatty
------------------------------