Trace VBScript

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

TheApplication.TraceOn "C:\myTraceFile.txt", "SQL", "" TheApplication.Trace "Started my trace .. . " TheApplication.Trace "----------------------" Dim theBC as BusComp TheApplication.

Trace "About to get the Picklist BC" set theBC = me.GetPickListBusComp("Picklist") set myBC = Nothing TheApplication.Trace "End of trace" TheApplication.TraceOff

You might also like