Forum Discussion
KeithJusas
12 years agoQrew Captain
Hi Brad,
yes, this can be done...at the end of your url field for the exact form there should be something like "rid=999". Change this to be "qid=1" where 1 is the id of the report query that has your filtered reservation records.
example...
this will produce 1 exact form for record id# 3 in my Exact Forms Plus! Demo application
https://juicedtech.quickbase.com/db/bdht34muk?a=dbpage&sfid=109&pagename=PurchaseOrder.html&clist=a&rid=3
this will produce 5 exact forms, 1 per record in my Purchase Orders table. The List All report has a query id = 1 so that is what I used below.
https://juicedtech.quickbase.com/db/bdht34muk?a=dbpage&sfid=109&pagename=PurchaseOrder.html&clist=a&qid=1
Keith
yes, this can be done...at the end of your url field for the exact form there should be something like "rid=999". Change this to be "qid=1" where 1 is the id of the report query that has your filtered reservation records.
example...
this will produce 1 exact form for record id# 3 in my Exact Forms Plus! Demo application
https://juicedtech.quickbase.com/db/bdht34muk?a=dbpage&sfid=109&pagename=PurchaseOrder.html&clist=a&rid=3
this will produce 5 exact forms, 1 per record in my Purchase Orders table. The List All report has a query id = 1 so that is what I used below.
https://juicedtech.quickbase.com/db/bdht34muk?a=dbpage&sfid=109&pagename=PurchaseOrder.html&clist=a&qid=1
Keith
- NateMcKinney7 years agoQrew CadetI tried and it will not work for me. This is mine now
URLRoot() & "db/" & Dbid() & "?a=printr&dfid=15&rid=" & [Record ID#]
And this is what I tryed
URLRoot() & "db/" & Dbid() & "?a=printr&dfid=15&qid=26" & [Record ID#]