🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

HOW TO CREATE A REPORT

User: "Altair Forum User"
Altair Employee
Updated by Altair Forum User

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.

Find more posts tagged with

Sort by:
1 - 4 of 41
    User: "tinh"
    Altair Community Member
    Updated by tinh

    Hi Jamie

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

    to isolate comps, use *displaycollectorsallbymark

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

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

    User: "tinh"
    Altair Community Member
    Updated by tinh

    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

    User: "Altair Forum User"
    Altair Employee
    OP
    Updated by Altair Forum User

    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