• Non-English log.nsf

    By Oliver Regelmann 2 decades ago

    In class "ClassMailLogAnalyse", function "ProcessLog()":



    Set LOGview = LOGFile.GetView("Miscellaneous Events")



    should be



    Set LOGview = LOGFile.GetView("MiscEvents")



    Then this works in non-english log files also. ;-)

    • Not enought

      By Simone Chemelli 2 decades ago

      Oliver,



      the problem is a little bit more complex. You have not only the names of the views but also all the descriptions in the log itself like "Rejected".



      If you want you can take care of a translation of the messages, for example using a window where everybody can put his traslation from English to his native language…



      Regards,



      Simone