A program to recognize and reward our most engaged community members
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.
Hi Jamie
you can use command 'puts' to output messages, or tk_messageBox
to isolate comps, use *displaycollectorsallbymark
this kind of report 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
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