Re: stop trace ! :>)
- Posted by rubis at fem.unicamp.br Aug 27, 2002
- 395 views
Hi Kat, Hi Andy; You mean this: without trace include Win32lib.ew include database.e without warning with trace procedure trace(1) ... trace(0) end procedure. Didn't work. If I had in this procedure some call to the database for example, the trace window will show all the routines for the database.e Any ideas ? Rubens At 19:28 26/8/2002, you wrote: > >On 26 Aug 2002, at 19:11, rubis at fem.unicamp.br wrote: > > > > > Hi people; > > > > > > How do I keep the trace window results only in my program, and not > > "walking away" through the include files or win32lib ? > >Put the "with trace" and "trace(1)" AFTER all the includes. Then in the >includes, put "without trace". > >Kat > > >