• wfAlertUser little error

    By Juan Sanchez 2 decades ago

    Public Sub wfAlertUser (module, errorName, ErrorNumber, ErrorLine, ErrSeverity)

    On Error Goto processError<br/>
    debug = True<br/>
    <br/>
    Dim s As New notessession<br/>
    Let MODE = MODE_NONE<br/>
    Print &quot;ERROR from module: &quot; module &amp; &quot;:  &quot; &amp; erorName &amp; &quot; at line &quot; &amp; ErrorLine<br/>
    



    The last line is:

    Print &quot;ERROR from module: &quot; module &amp; &quot;:  &quot; &amp; errorName &amp; &quot; at line &quot; &amp; ErrorLine