Forum Discussion
MichaelTamoush
Qrew Captain
I believe the redirect is incorrect. Try this.
URLRoot() & "db/" & [_DBID_PLC] & "?act=API_EditRecord"& "&rid=" & URLEncode ([Record ID#])
& "&_fid_46=1"
& "&rdr="
& URLEncode(URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl())
------------------------------
Mike Tamoush
------------------------------
URLRoot() & "db/" & [_DBID_PLC] & "?act=API_EditRecord"& "&rid=" & URLEncode ([Record ID#])
& "&_fid_46=1"
& "&rdr="
& URLEncode(URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl())
------------------------------
Mike Tamoush
------------------------------
GeorgeBramhall1
4 years agoQrew Member
Bingo! Worked like a charm. Thanks Mike!
------------------------------
George Bramhall
------------------------------
------------------------------
George Bramhall
------------------------------