Forum Discussion

ROBERTSACHS's avatar
ROBERTSACHS
Qrew Cadet
3 years ago

What causes "about:blank#blocked"?

I have an formula URL button to generate an email.  It was working just fine.  Now when I click it, a browser page "about:blank#blocked" opens.

I've tried this in Chrome, Explorer and Edge, and it keeps happening, so this is not a browser dependent problem.

------------------------------
ROBERT SACHS
------------------------------

4 Replies

  • Can you post your formula?

    ------------------------------
    Mark Shnier (YQC)
    mark.shnier@gmail.com
    ------------------------------
    • JessicaMatenga's avatar
      JessicaMatenga
      Qrew Trainee

      I have the same issue Mark - here is my formula

      var text URL = URLRoot() & "db/" & [_DBID_position_items] & "?act=API_AddRecord"
      & "&_fid_10=" & [Record ID#] 
      & "&_fid_6=" & [Record ID# of Focus Employee] ; 

      var text RefreshPage =  URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl();
      "&rdr=" & URLEncode($RefreshPage)

      Can you please assist.



      ------------------------------
      Jessica Matenga
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend

        7/24 service for those "down under".  Try this. You just forgot the $URL in the last line  

        var text URL = URLRoot() & "db/" & [_DBID_position_items] & "?act=API_AddRecord"
        & "&_fid_10=" & [Record ID#] 
        & "&_fid_6=" & [Record ID# of Focus Employee] ; 

        var text RefreshPage =  URLRoot() & "db/" & Dbid() & "?a=doredirect&z=" & Rurl();

        $URL
        "&rdr=" & URLEncode($RefreshPage)



        ------------------------------
        Mark Shnier (Your Quickbase Coach)
        mark.shnier@gmail.com
        ------------------------------