Apart from directing the data to your own reporting tool, I find this useful, either in a procedure or right-click option on the edit table.
Table=Get_Property(TableCtrl,"OLE.LIST") Swap @FM with Char(13):Char(10) in Table Swap @VM with Char(9) in Table Call Set_Property("CLIPBOARD","TEXT",Table)
Then go to Excel and paste.
I have a procedure, which also includes formatting, inclusion of headings etc.
Comments
We don't have anything to offer.
Apart from directing the data to your own reporting tool, I find this useful, either in a procedure or right-click option on the edit table.
Table=Get_Property(TableCtrl,"OLE.LIST")
Swap @FM with Char(13):Char(10) in Table
Swap @VM with Char(9) in Table
Call Set_Property("CLIPBOARD","TEXT",Table)
Then go to Excel and paste.
I have a procedure, which also includes formatting, inclusion of headings etc.
Colin