|
-
Sep 17th, 2000, 06:13 PM
#1
Thread Starter
Member
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|