When debugging and we turn on the event.log (which I save in my project directory), is there some code we could use to turn off the the Event.log, and print it directly to the printer without leaving vfp6 as we are debugging our code?
Use SET EVENTLIST to specify what events to track.
Use SET EVENTTRACKING to turn eventtracking ON/OFF and specify the file to direct output.
Use SET('EVENTTRACKING',1) to retrieve the name of the file output is being directed to.
As far as automating it goes, try recording a macro and assigning it to some key combination. The next time you need to do it, it's only a keypress away. Jon Hawkins
jonscott8@yahoo.com
The World Is Headed For Mutiny,
When All We Want Is Unity. - Creed
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.