Uniface Underground -> Undocumented.Features.Only. |
Name | $traceprint
Traces the fired triggers into the message frame |
||||||||||
Synopsis | $traceprint = Value | ||||||||||
Use | Available in any component type. | ||||||||||
Description | When $traceprint is enabled a line is write in your message
frame for every fired and end trigger or other conditions depending on
the specified Value.
Every line describes the trigger, the exit $status and entity and occurence involved. The values assigned can be :
If you wish trace more than one possibilities, just sum it (as $ioprint) Available and tested in 7.2.04 |
||||||||||
Example | $traceprint = 1
; ; your code ; $traceprint = 0 The results message frame can be :
|