Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Identify messages in QM output
#1
With some 4000 user's qm-items in my qml file I was getting trouble in identifying messages, in that it concerns locating the qm-item which it gives the relevant output message. Therefore, I used the following (sample) technique in all my qm-items. Any comments and/or other more elegant techniques will be mostly appreciated. Best regards.

Function tempf10
Code:
Copy      Help
str si.getmacro(getopt(itemid) 1)
str caller.getmacro(getopt(itemid 1) 1);err    caller=si

int i=17
_s=F"Sample message to display : {i}"
min 0; err out "<>%s : <open ''%s /%i''>%s</open> - %s" NowT si _error.place si _s

ret


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)