Uniface Underground -> Undocumented.Features.Only. Go Home

$traceprint

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 :
 
1 Validation info
2 Fired trigers
4 Transient proc errors
8 Proc errors
16 Activate errors

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 :
End <CLR > es TRACE, status 0
Act <RETR> es TRACE
Act <READ> ent E1, occ 1
End <READ> ent E1, occ 1, status 0
End <RETR> es TRACE, status 0
End <EXEC> es TRACE, status 10
End <EXEC> es UUEXTN65, status 0, $prompt = CHECK4.DUMMY.STANDARD
End <MNUS> es UUEXTN23, status 0
Act <OGF > ent UFORM, occ 1
End <OGF > ent UFORM, occ 1, status 0


Copyright © 1999-2000  $UUU  All rights reserved.
Disclaimer. | Site Comments.