HOW TO CREATE A REPORT

Altair Forum User
Altair Forum User
Altair Employee
edited October 2020 in Community Q&A

HI,

 

HOW TO CREATE A REPORT INSTEAD OF HM_USERMESSAGE..FOR INSTANCE ..A REPORT OF DISPLAYED COMPONENTS AND ADDING A OPTION FOR ISOLATING THAT PARTICULAR COMPONENT.

Answers

  • tinh
    tinh Altair Community Member
    edited April 2018

    Hi Jamie

    you can use command 'puts' to output messages, or tk_messageBox

    to isolate comps, use *displaycollectorsallbymark

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited April 2018

    this kind of report tinhtemp1.PNG.043bb9f69028c852195046b7d2cfaa21.PNG

  • tinh
    tinh Altair Community Member
    edited April 2018

    Hi Jamie, 

    it's just a text box that displays messages

    You can simply output message to a txt file and invoke notepad to open it

    relevant commands: open, puts, close, exec

  • Altair Forum User
    Altair Forum User
    Altair Employee
    edited April 2018

    Hi Jamie, 

    it's just a text box that displays messages

    You can simply output message to a txt file and invoke notepad to open it

    relevant commands: open, puts, close, exec

    ok tinh ..will try