Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

Printing

Is there any routine available that will print the displayed EditTable?

Comments

  • Barry,

    We don't have anything to offer.
  • Barry

    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

Sign In or Register to comment.