Forum Discussion
MichaelTamoush
4 years agoQrew 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
------------------------------
- GeorgeBramhall14 years agoQrew MemberBingo! Worked like a charm. Thanks Mike!
------------------------------
George Bramhall
------------------------------