Hi
I wonder if someone can help me with the print function.
I need to be able to print everything that is displayed on a card and also all of the data that is displayed inside a datagrid. Problem is that if there are hundreds of records/lines within a datagrid not all the data will be displayed. And not all the data can fit on 1 page
Is there a way that I can code it so if the data in a datagrid exceeds 1 page that it can continue on another page?
Print all data within Data grid
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Print all data within Data grid
What happens if you get the dgText, and use revPrintText?
Re: Print all data within Data grid
I'm not sure - that means absolute nothing to me!
Re: Print all data within Data grid
I get it now. I have tried
And this displays all of the text within the datagrid and creates more pages. However, the tabs are all over the place and I also need the everything else that surrounds the datagrid to be printed also...
Code: Select all
revPrintText the dgText of group "DataGrid"
Re: Print all data within Data grid
Hi Daniel,
Otherwise you will get lost pretty soon
Check this out:
http://lessons.runrev.com/spaces/lesson ... s/datagrid
You can load the complete DataGrid PDF Manual there and check the lessons
to get a "feel" for this beast.
Best
Klaus
"DataGrids" are HIGHLY complex beasts and you should first do some reading to get the basics!bsouthuk wrote:I'm not sure - that means absolute nothing to me!
Otherwise you will get lost pretty soon

Check this out:
http://lessons.runrev.com/spaces/lesson ... s/datagrid
You can load the complete DataGrid PDF Manual there and check the lessons
to get a "feel" for this beast.
Best
Klaus