KB-31111: Creating new historic files with current date on their names.
Question: How can I rename historic files (*.dat) according to the number of records and setting the current date on their names? Solution: You can do this by using a…
Question: How can I rename historic files (*.dat) according to the number of records and setting the current date on their names? Solution: You can do this by using a…
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: How can I use an internal tag as vector (Array)? Solution: To save a vector in an internal tag, you must use the following script: Dim list(3) list(0) =…
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…