Forum Discussion

GeorgeBramhall2's avatar
GeorgeBramhall2
Qrew Cadet
3 years ago

Error with my URL Formula button

Why am I getting this error with the following code?
<qdbapi>
<action>API_EditRecord</action>
<errcode>102</errcode>
<errtext>Invalid request - we cannot understand the URL you specified.</errtext>
</qdbapi>

URLRoot() & "db/" &"db/" & Dbid() & "?act=API_EditRecord"& "&rid=" & [Record ID#]
& "&_fid_1021=1"
& "&rdr="
& URLEncode(URLRoot() & "db/" & Dbid() &
"?a=dr&rid=" & [Record ID#]);


------------------------------
George Bramhall
------------------------------

2 Replies

  • Duplicate  "db/"

    URLRoot() & "db/" &"db/" &

    ------------------------------
    Mark Shnier (YQC)
    mark.shnier@gmail.com
    ------------------------------
    • GeorgeBramhall2's avatar
      GeorgeBramhall2
      Qrew Cadet
      OMG!!! Thanks

      ------------------------------
      George Bramhall
      ------------------------------