Page 1 of 1
how to print a scrolling table?
Posted: Thu Feb 24, 2011 7:00 pm
by scott47303
I have a table populated with data that i want to print, but it has many lines so its has a scrollbar. How can I print the whole thing?
Re: how to print a scrolling table?
Posted: Thu Feb 24, 2011 8:50 pm
by dunbarx
The command "revPrintField" should work. It doesn't care what part of the field is visible, or where it is scrolled. Read about naming the field carefully.
Craig Newman
Re: how to print a scrolling table?
Posted: Thu Feb 24, 2011 9:10 pm
by scott47303
Thanks! I think that will get me what i need.
Re: how to print a scrolling table?
Posted: Tue Mar 01, 2011 8:37 pm
by scott47303
Ok i can print a single field, but how do i scale it or get more than one field onto one piece of paper? I tried the printscale but it doesnt seem to work on revprintfield.
Re: how to print a scrolling table?
Posted: Wed Mar 02, 2011 12:01 am
by dunbarx
Would the "revprintText" command, coupled with a field template do? You can always get your field text and print it that way.
Others may have better ideas...
Craig Newman