how to print a scrolling table?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- Posts: 17
- Joined: Tue Aug 10, 2010 3:16 pm
how to print a scrolling table?
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?
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
Craig Newman
-
- Posts: 17
- Joined: Tue Aug 10, 2010 3:16 pm
Re: how to print a scrolling table?
Thanks! I think that will get me what i need.
-
- Posts: 17
- Joined: Tue Aug 10, 2010 3:16 pm
Re: how to print a scrolling table?
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?
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
Others may have better ideas...
Craig Newman