Discussions

 View Only
  • 1.  Open form from embedded report as popup

    Posted 06-03-2021 15:38
    Is it possible to open a form as a popup when opening a record from an embedded report?

    ------------------------------
    A Brown
    ------------------------------


  • 2.  RE: Open form from embedded report as popup

    Posted 06-03-2021 16:44
    You'll need to create a button to do that and use the 'OpenAsPopup' class. Something like this:

    "<a class='OpenAsPopup' href='" & URLRoot() & "db/" & dbid() & "?a=dr&rid=" & URLEncode([Record ID#]) & "' >Open record in popup</a>"​


    ------------------------------
    Blake Harrison
    bharrison@datablender.io
    DataBlender - Quickbase Solution Provider
    Atlanta GA
    404.800.1702 / http://datablender.io/
    ------------------------------