KB-30529: Error 80004005 when accessing Access database.
Question: When testing the connection to an Access database, the error 80004005 is displayed. How can I fix this? Solution: To do so, check if the *.mdb file path is…
Question: When testing the connection to an Access database, the error 80004005 is displayed. How can I fix this? Solution: To do so, check if the *.mdb file path is…
Question: On Windows 2003 Server SP2, when executing scripts that work with Double data, a script error occurs with an Overflow message. How can I fix the problem?Solution: To do…
Descrição: É possível reconectar o Viewer a outro E3Server através de um script? Solução: Sim, é possível. Para isso, deve-se escrever um script. No exemplo abaixo, o script é executado…
Question: Can I automatically reconnect the Viewer to another E3Server via scripts? Solution: Yes, you can. To do so, you must write a script. In the example below, the script…
Descrição: Em uma comunicação com o driver VBScript, como acessar elementos de um Tag Bloco através do script do driver? Solução: Para acessar os elementos do bloco, deve-se utilizar um…
Question: How can I use the “ElseIf” clause in a script? Solution: To do so, just insert it into an “If”‘s loop. For example: If condition == “value”ActionElseIf condition2 ==…
Question: How can I display a message when the login is incorrect? Solution: To do so, you must use a script that tests if the Application’s useName attribute contains any…
Question: Can two different domains in Elipse E3 communicate with each other? Solution: Yes. Two possibilities of doing so are: Via OPC Communication Via Remote Domains
Question: Is it possible to change the default font of a Text object on SCADA? Solution: No, it is not, because this is hard-coded on SCADA. So, you must change…
Question: How can I break a line on a MessageBox? Solution: To do so, you must write a script using the Chr() function. For example: MessageBox(“phrase line 1″+Chr(13)+Chr(10)+”phrase line 2”…