LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Print Table all Line

Hello: I want to use all line printing function to print Table, because the print control function can only print visible, so could you tell me how to realize all the lines of print Table? Thank you ..
0 Kudos
Message 1 of 4
(4,088 Views)

You could create a temporary hidden panel, duplicate your table on it and arrange that table to show all columns, then print that table.

If the table does fit into a page it should perform well.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 4
(4,082 Views)

Thank you for your reply

 

Also would like to ask you how to Table all the display panel to? Set what attributes?

0 Kudos
Message 3 of 4
(4,075 Views)

GetNumTableColumns

SetCtrlAttribute with ATTR_NUM_VISIBLE_COLUMNS attribute

 

Generally speaking, when seraching for a function or an attribute of a control you can right-click on the control itself and select Control Attributes of COntrol functions from the context menu: the help will be shown on the correspnding item, for example the list of attributes that can be used on a table



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 4 of 4
(4,069 Views)