KB-65208: Generating monthly reports with filters.
Question: How can I create a monthly report with filters related to the previous month (from 05/01 to 05/31, for example)? Solution: To do so, use a timer tag set…
Question: How can I create a monthly report with filters related to the previous month (from 05/01 to 05/31, for example)? Solution: To do so, use a timer tag set…
Question: How can I convert decimal values into hexadecimal values in Elipse E3? Solution: To do so, use VBScript’s Hex method. Examples: Displaying an hexadecimal value: Create this link in…
Question: How can I create a mathematical logic for leap years? Solution: Leap years are years multiples of 4 but not of 100, unless they are multiples of 400. This…
Question: How can I count the number of lines in a TXT file? Solution: To do so, you must use the methods in FileSystemObject object. Example: ‘Script for returning lines…
Question: How can I return the contents of a specific line in a TXT file? Solution: To do so, you must use the methods in FileSystemObject objects. Example: Const ForReading…
Question: How can I increase E3Viewer’s process priority? Solution: You can change process priority via Task Manager; if you need to change the settings via Elipse E3, use the script…
Question: How can I open a modal screen according to mouse position? Solution: To do so, you must use GetMouseX and GetMouseY methods, which return the mouse’s coordinates, both in…
Question: Can a.NET DLL assembly be called from VBScript? Can different methods from the DLL be called, and different parameters be sent directly via E3 scripts? Solution: Yes, this is…
Autor
Guilherme Torres
Autor
Guilherme Torres