Forum Discussion

AhuvaBrown's avatar
AhuvaBrown
Qrew Cadet
4 years ago

Open form from embedded report as popup

Is it possible to open a form as a popup when opening a record from an embedded report?

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

1 Reply

  • 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/
    ------------------------------