KB-28695: Enabling a scrollbar on WebViewer.
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 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…
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: 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…
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…
1) Introdução Controles ActiveX são componentes de software baseados na tecnologia COM (Component Object Model) que podem ser inseridos em uma aplicação para realizar diversas tarefas. Estes objetos são desenvolvidos…
Question: How can I show data from a query in a report, as well as the difference between the first and the last values of the fields? Solution: It is…
Question: The color of some buttons in my application changes depending on the operational system where it is running. Why does it happen? Solution: The default color of CommandButton objects…
A biblioteca AutoFilter serve para criar automaticamente um filtro para uso com E3Browsers. Para usar a biblioteca: Baixar o arquivo .lib anexo a este artigo; Adicionar a biblioteca ao Domínio; Inserir…
Lentidão na aplicação? Demora para abrir telas? Animações trancando? Este artigo passa algumas dicas de bom desenvolvimento, que ajudam a evitar este tipo de problema de performance em aplicações do…