when i move the
Sub SI_MessageReceived (From As String, Body As String)
to the code module
no fault in compiling but is not executed when rececing a message
should all service events stay in the service module
But then how to access views from a service module?
Sub SI_MessageReceived (From As String, Body As String)
to the code module
no fault in compiling but is not executed when rececing a message
should all service events stay in the service module
But then how to access views from a service module?