Automation in code generation: Lesson 7 – Events for script execution.
Autor
Mateus Machado
Autor
Mateus Machado
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…
Autor
Pedro Henrique Jochims Rossi
This article illustrates how to work and perform operations with data grouped in matrices in Elipse E3. To operate with matrices, use matriz.lib library. This library was created in order…
Question: In an E3 application, can compacted files be handled without any third-party software? Solution: Yes. This can be done in E3 via Windows’s own resources, which can handle compact…
Question: How can I convert a hexadecimal value into a decimal one? Solution: To do so, you must convert the value into a string, concatenating the text “&H” before it,…
Question: Is there any script command that causes the application to restart automatically? Solution: No. For security reasons, there is no command to restart the application via scripts. This must…
Question: How can I reset all internal tags in a certain folder? Solution: One way to do so is via a script that scans all objects in the given folder…
Question: How can I return the ASCII value of any character in a string? Solution: To do so, you can use a script with ASC method to return the ASCII…