KB-45960: Animating JPG and BMP files with rotation.
Question: Can I animate *.JPG and *.BMP files with the rotation effect? Solution: No, you cannot. You can only successfully animate vector figure files with the rotation effect, such as…
Question: Can I animate *.JPG and *.BMP files with the rotation effect? Solution: No, you cannot. You can only successfully animate vector figure files with the rotation effect, such as…
Descrição: Como posso deletar arquivos no E3? Solução: Para isto, deve-se utilizar o seguinte script: ‘Procura o arquivo a ser deletado Application.ShowFilePicker True, Arquivo ‘Deleta arquivo Set filesys = CreateObject(“Scripting.FileSystemObject”)…
Question: How can I enable a scroll bar on the WebViewer? Solution: This will not be necessary: the E3 already does this automatically, depending on the size of the screen…
Question: How can I delete files in E3? Solution: To do so, use the following script: ‘Search for file to be deleted Application.ShowFilePicker True, File‘Delete fileSet filesys = CreateObject(“Scripting.FileSystemObject”)filesys.DeleteFile File…
Slow applications? Screens taking too long to open? Animations hanging? In this article, we will share some tips with you for better development that will help you avoid this kind…
The AutoFilter library is a resource that automatically creates a filter to be used with E3Browsers. To use the library: Download the .lib file attached to this article; Add the…
Neste artigo, mostraremos como obter as médias dos campos de uma tabela do banco de dados SQL Server em três diferentes bases de tempo (minuto, hora e dia). Para tal,…
Question: On a Modbus network, can there be more than one master accessing a slave driver? Solution: No, the Slave Driver does not accept more than one master by accessing…
Descrição: Na instalação do EPM Server e/ou EPM Interface Server, ocorreram os seguintes erros: “Failed to install Elipse Event Log Redistributable Package” “Failed to install SQL Server Compact Edition” O que…
Question: Where are E3 application’s queries executed: in the Viewer or in the Server? Solution: This will depend on EnableLocalCreation property’s value. If EnableLocalCreation property is set as TRUE, the…