Hello,
When I try to use the option “block sender” I have the next error: “Object variable not set”. On english I have not this error. Have you any idea?
Thanks in advance
Marian
Hello,
When I try to use the option “block sender” I have the next error: “Object variable not set”. On english I have not this error. Have you any idea?
Thanks in advance
Marian
Subject: block sender in 6.5.1 with spanish language pack
I tried to do this in my server, and happens the same to me.
The problem is that the Language Pack does not translate everything.
The agent refers to a folder called Reglas, but this folder has not been translated, it is still called Rules.
So all you have to do is open the database with the designer client, edit the Script Library called BlockUserRule_es-MX, and in declarations go to the line nº 47, where is “Set Me.m_RulesView = Me.m_Db.getview(“Reglas”)”, and change it to: “Set Me.m_RulesView = Me.m_Db.getview(“Rules”)”.
Then save the document, and it will work well.
If you prefer, you can make this change on the template mail6.ntf and then replace the design of all your users databases.
Subject: block sender in 6.5.1 with spanish language pack
I replied to you once, but my post has disapperared… je, je
The proplem is in th Script Library called BlockUserRule_es-MX. In line number 47 ot the script, it refers: Set Me.m_RulesView = Me.m_Db.getview(“Reglas”), you should change Reglas for Rules, because the Language pack has not renamed the Folder Rules to Reglas.