Automation in code generation: Lesson 3 – Changing a string into a vector.
For the purposes of this article, we will consider option 1 from Lesson 2 is being used. After the .csv file has been read, we are left with a string…
For the purposes of this article, we will consider option 1 from Lesson 2 is being used. After the .csv file has been read, we are left with a string…
A vector is a one-dimensional matrix with n positions. Each position can store a value of any type. Vectors are commonly used in automated scripts, because they allow multiple values…
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…
Autor
Mateus Machado
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…
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: 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…
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 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…