Event Triggers in CodeUnit

Hi All,

I am compiling a codeunit and to compile that I need to delete a variable :

Name DataType Subtype Length

SQLServer Automation Unknown Automation Server.Unknown Class

if I try to delete the variable I am getting a confirmation:

There are event triggers associated to the global variable SQLServer.

Deleting the variable will delete the event triggers and their code

Are you sure that you want to delete this global variable?

I checked variable property: WithEvents it is No.

So where and how can I find these variable events?

May be some one has set this property to yes and changed back to No…

Once you have set yes then you will get this message…

Okay, thanks a lot Mohana.

Welcome