KB-32674: Compacting an Access database.
Question: Why do Access files not reduce their sizes after its records are deleted? Is there another way to make them release this space? Solution: This is Access’ normal behavior.…
Question: Why do Access files not reduce their sizes after its records are deleted? Is there another way to make them release this space? Solution: This is Access’ normal behavior.…
Descrição: Por que o arquivo do Access não diminui de tamanho após ter seus registros deletados? Existe alguma forma de fazer com que ele libere este espaço? Solução: Esta é…
Three new properties were added to E3Chart in E3 version 3.2. They are: ShowPopupMenu: sets whether E3Chart’s default menu will be displayed when the user right-clicks the chart. MouseMode: controls…
A partir da versão 3.2 do E3, o E3Chart apresenta três novas propriedades. São elas: ShowPopupMenu: define se o menu padrão do E3Chart será mostrado ou não quando o usuário…
Question: Can I write all the values in a block at once, instead of writing them individually in each element? Solution: Yes. To do so, disable the IOBlock’s AllowWrite property…
Question: I have inserted Login() method in Viewer’s OnStartRunning event. However, when I click on Cancel button in the login window, the screen opens anyway. How can I fix this?…
Question: Can the Caps Lock key be enabled/disabled via E3? Solution: Yes, this cane be done via VBScript‘s SendKeys method. The script below toggles the Caps Lock key: set WshShell…
Question: Can I open Windows Explorer in a specific folder, via E3? Solution: Yes. With Run Application pick, you will just need to type the address of the folder in…
Descrição: Como converter uma data retornada na Consulta (E3TimeStamp) para o horário UTC/GMT? Solução: Uma forma de conseguir isto é utilizando a função DATEADD do SQL. Exemplo: SELECT DATEADD(minute, , Alarms.E3TimeStamp)…
Descrição: Como descobrir qual o Offset configurado no PC para que seja possível calcular o horário em relação ao UTC/GMT? Solução: Através do VBScript, é possivel retornar o valor do…