ohphunk
A Questionnaire
- Local time
- Today, 14:04
- Joined
- Jun 6, 2007
- Messages
- 33
When I was trying to compile a module code, (from allen browne website) there's seems to be an error,
Err_Handler:
Call LogError(Err.Number, Err.Description, conMod & ".NetworkUserName", , False)
Resume Exit_Handler
End Function
So when I compile the code, it says:
Compile error:
Sub or Function not defined.
I've tried the help button, but it only said, only if the
You tried to call a procedure from another project without explicitly adding a reference to that project in the References dialog box.
But I don't know what reference to call.
Err_Handler:
Call LogError(Err.Number, Err.Description, conMod & ".NetworkUserName", , False)
Resume Exit_Handler
End Function
So when I compile the code, it says:
Compile error:
Sub or Function not defined.
I've tried the help button, but it only said, only if the
You tried to call a procedure from another project without explicitly adding a reference to that project in the References dialog box.
But I don't know what reference to call.