Forum Discussion

QBSystem's avatar
QBSystem
Qrew Member
3 years ago

URL to print a list of record based on _fid_ instead of rid

I want to print single records when fid 19 = record id.

I know this works: URLRoot() & "db/" & "brh639uhd" &"?a=printr&rid=" & [Record ID#]

I want to base the records on fid 19 like:

URLRoot() & "db/" & "brh639uhd" &"?a=printr&_fid_19=" & [Record ID#]

Any idea on how to get this to work?

Thanks

------------------------------
Chaim Weiss
------------------------------

7 Replies

  • Do you mean that you want the button to only appear when a certain field is equal to the Record ID?  What is the name of that field?


    ------------------------------
    Mark Shnier (YQC)
    Quick Base Solution Provider
    Your Quick Base Coach
    http://QuickBaseCoach.com
    mark.shnier@gmail.com
    ------------------------------
    • QBSystem's avatar
      QBSystem
      Qrew Member
      No. I want to print records when the related PO line item = record ID#.

      The name of the field is Related PO Line Item

      Thanks

      ------------------------------
      Chaim Weiss
      ------------------------------
      • QBSystem's avatar
        QBSystem
        Qrew Member
        Maybe there is a way to do: a=printrecords&ridlist=PUT YOUR QUERY HERE like {19.EX.'Record ID#'}

        ------------------------------
        Chaim Weiss
        ------------------------------