Forum Discussion

BenjaminBrooks's avatar
BenjaminBrooks
Qrew Trainee
5 years ago

Print Form in Another Table

Hello,

I have a button that i have built that i would like to print a form in my customers table, and the button exists in my mail out table. How would i have it ID the client and print off the form in that table?

------------------------------
Benjamin Brooks
------------------------------

3 Replies

    • MikeMcCartney's avatar
      MikeMcCartney
      Qrew Member
      Same question.   Here's my code:  URLRoot() & "db/" & Dbid() & "?a=printr&dfid=16&rid=" & [Record ID#]

      Want to grab from the table called "Player Contracts"

      ------------------------------
      Mike McCartney
      ------------------------------
      • MarkShnier__You's avatar
        MarkShnier__You
        Icon for Qrew Legend rankQrew Legend
        URLRoot() & "db/" & [_DBID_ table name from the advanced properties] & "?a=printr&dfid=XX&rid=" & [Record ID# of the record to be printed]

        You will need to insert the table name from advanced properties, the form ID# if you have multiple forms, else just leave out the parameter in hold for dfid, and then you will need to know the Record ID# of the record that you want to print.


        ------------------------------
        Mark Shnier (YQC)
        Quick Base Solution Provider
        Your Quick Base Coach
        http://QuickBaseCoach.com
        mark.shnier@gmail.com
        ------------------------------