root/projects/tracefromurl/trunk/defn/Records/WE/WEBLIB_GS_TRACE/SET_TRACE/FieldFormula.pcdefn.peoplecode

Revision 64, 261 bytes (checked in by larry.grey, 19 months ago)

Checkin of tracing iScript.

Line 
1Function IScript_PCTraceOff()
2   SetTracePC(0);
3End-Function;
4
5Function IScript_PCTraceAll()
6   SetTracePC(3596);
7End-Function;
8
9Function IScript_SQLTraceBasic()
10   SetTraceSQL(3);
11End-Function;
12
13Function IScript_SQLTraceOff()
14   SetTraceSQL(0);
15End-Function;
16
Note: See TracBrowser for help on using the browser.