11-07-2013 07:59 AM
11-07-2013 09:48 AM - edited 11-07-2013 09:48 AM
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.
11-07-2013 08:33 PM
Thank you for your reply
Also would like to ask you how to Table all the display panel to? Set what attributes?
11-08-2013 12:05 AM
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