I've been fiddling with these new functions: (new to me)
App.StartLogging ("C:\etc", vbAutoLog)
App.LogEvent ("It Worked", vbLogEventTypeInformation)
Those two functions worked fine. I got a nice log file and everything. *smiles proudly*
I thought that later in the application I'd be able to do something like this:
StringVariable = App.LogPath
Debug.Print StringVariable
Yet that doesn't seem to be working. I get "" values. I was hoping to get the value of the log path as set in the StartLogging Method. What is wrong here?


Reply With Quote