Forum Discussion
QBSystem
4 years agoQrew Member
Thanks. I am using the first method.
Now how do I wrap it in the a=printr or a=printrecords&ridlist= so it takes me to the Print one record per page like it does with the a=printrecords.
Thanks again
------------------------------
Chaim Weiss
------------------------------
Now how do I wrap it in the a=printr or a=printrecords&ridlist= so it takes me to the Print one record per page like it does with the a=printrecords.
Thanks again
------------------------------
Chaim Weiss
------------------------------
MarkShnier__You
Qrew Legend
4 years agoI have been hanging around this forum for a lot of years and never seen a solution to that question. I don't think there is a way to make a single click button take you into a print screen.
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
[email protected]
------------------------------
------------------------------
Mark Shnier (YQC)
Quick Base Solution Provider
Your Quick Base Coach
http://QuickBaseCoach.com
[email protected]
------------------------------
- QBSystem4 years agoQrew MemberThere is a way to print directly a single record:
URLRoot() & "db/" & Dbid() & "?a=printr&rid=" & [Record ID#]
And to print a list of records:
URLRoot() & "db/" & Dbid() & "?a=printrecords&ridlist=8545&start=0&num=1&dfid=2
We are only looking to replace the ridlist with our query.
Thanks
------------------------------
Chaim Weiss
------------------------------