KB-56005: Checking whether the program is being executed.
Question: Can I check, via scripts, if a program is being executed? Solution: Yes. By using winmgmts object and accessing the Win32_process instances, you can scan the name of all…
Question: Can I check, via scripts, if a program is being executed? Solution: Yes. By using winmgmts object and accessing the Win32_process instances, you can scan the name of all…
Question: How can I print a report whose rows’ background colors are interspersed, in a zebra-like pattern? Solution: To do so, go to the section’s OnFormat event and insert a…
Question: Via E3Alarm, can I access the specific screen of an active alarm where the device is linked? Solution: Yes, you can. To do so, you must create a script…
Elipse E3 and Elipse Power applications are developed with Studio, an application development tool whose intuitive graphical interface helps the developer to create and configure objects in a simpler way.…
Auxiliary Excel spreadsheets are commonly used in code generation because of their functionalities, such as sequential copies of cells and sorting out of information, among others. The spreadsheets can be…
Question: Can images be captured with a video camera by Elipse SCADA? Solution: Yes, this can be done via Snapshot function of videoIn object (which belongs to the Video object…
Question: Can E3Alarm connect to an Alarm Server from a remote domain, which allows alarms from other domains to be visualized and acknowledged? Solution: Yes. To use remote alarms, you…
Question: Can HKCustomer perform any procedures regarding the hardkey via a Remote Desktop Connection? Solution: It depends on the Windows version being used. In Windows Vista or later versions, HKCustomer…
Question: Can I set up an application to use a monitor matrix? Solution: Yes, you can. This tutorial shows you how to set up an application that uses two or…
Questions: How can mathematical operations between two or more columns in a report be performed? Solution: Reports are generated from handling and including Text and Data Field objects into PageHeader,…