Discussions

 View Only
  • 1.  Print Form in Another Table

    Posted 04-29-2020 23:42
    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
    ------------------------------


  • 2.  RE: Print Form in Another Table

    Posted 04-30-2020 08:57
    Can you post your code?

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



  • 3.  RE: Print Form in Another Table

    Posted 08-05-2020 10:50
    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
    ------------------------------



  • 4.  RE: Print Form in Another Table

    Posted 08-05-2020 11:03
    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
    ------------------------------