LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how to print the entire table

I am trying to print a table. But the table can have many rows and we can't often see all the rows of the table on the screen (you must use the scrollbar).
When I print my table, i only print the rows i am able to see on the screen. How can I print all the rows ???
Thanks by advance.
0 Kudos
Message 1 of 2
(3,127 Views)
Which function do you use to print the table ?
Do you use PrintCtrl function ? In this case, you won't be able to get all the data if the control is not fully visisble. In this case, you've to export the data and maybe use activeX features.
0 Kudos
Message 2 of 2
(3,127 Views)