That worked great, thanks,
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
if (isLocalMgt(server1)) //processing by server1
return true; //process event
else
if (!NetXMSServiceRunning(server1)) //processing by server 2
return true; //process event
else //server 2 doesn't need to process the event.
return false; //don't process event