Click to See Complete Forum and Search --> : Error Handling


August 18th, 1999, 04:11 AM
This call works just fine on NT4 but raises a system error on Win95/98

App.LogEvent sLog, vbLogEventTypeError

LogPath and LogMode properties seem to be read only and not set

How are these set?

How do I fix this?

kieran_rush
August 19th, 1999, 05:08 PM
That string is for the eventviewer of Windows NT, you can't use it in Windows 95 or 98, you can use some other string like trying to write the error in a text file, or sending a message thru the network, but that string is only for Win NT