This document traces the execution of code that gets a picklist business component. It turns tracing on with a file path, traces getting the picklist BC, traces setting the BC to nothing, and then turns tracing off.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
113 views
Trace VBScript
This document traces the execution of code that gets a picklist business component. It turns tracing on with a file path, traces getting the picklist BC, traces setting the BC to nothing, and then turns tracing off.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 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