Skip to content

Elipse Knowledgebase

  • Home
  • English (US)English (US)
    • Português do BrasilPortuguês do Brasil

Category: Scripts

KB-28660: Opening and moving windowed screens.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-28660: Opening and moving windowed screens.

Question: How can I open, move and keep opened several windowed screens? Solution: To do so, you must create a script on a button to open the screen: Application.GetFrame(Name).OpenScreen(“Screen1”), 0…

Read More

KB-36351: Creating and viewing a folder via scripts.

25 de March de 20199 de September de 2022Elipse SoftwareLeave a Comment on KB-36351: Creating and viewing a folder via scripts.

Question: How can I create and view a Windows folder via scripts? Solution: To do so, you must create a script similar to the following example: Set fso = CreateObject(“Scripting.FileSystemObject”)…

Read More

KB-35982: Recording the logged user’s name in the Historic.

25 de March de 20197 de April de 2020Elipse SoftwareLeave a Comment on KB-35982: Recording the logged user’s name in the Historic.

Question: How can I record the current logged user’s name in the Historic? Solution: To do so, in the login’s script, you must set it to save the user’s name…

Read More

KB-27270: DoModalOp method on E3 version 3.1.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-27270: DoModalOp method on E3 version 3.1.

Question: Was DoModalOp method removed from E3 version 3.1? Solution: This method still exists to keep the compatibility with applications developed in older versions, but it is hidden and it…

Read More

KB-27430: MsgBox and Display objects showing different values.

25 de March de 201910 de June de 2019Elipse SoftwareLeave a Comment on KB-27430: MsgBox and Display objects showing different values.

Question: Why do the MsgBox and the Display objects show the same value of a variable, but in different languages? Solution: This happens because the MsgBox object uses the Visual…

Read More

KB-29411: Concatenating two variables.

25 de March de 201916 de May de 2019Pudi, Ricardo MeurerLeave a Comment on KB-29411: Concatenating two variables.

Question: How can I concatenate two variables in E3? Solution: To do so, you must use “&” character. Example for concatenating variables: result = var2 & var3 Example for concatenating…

Read More

KB-32178: Copying files from another machine on the network via E3.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-32178: Copying files from another machine on the network via E3.

Question: How can I copy a file that is on another machine of the network via E3? Solution: This can only be done via scripts. Example (script being executed at…

Read More

KB-33057: Retrieving individual data on date and time.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-33057: Retrieving individual data on date and time.

Question: How can I get individual data about the current date (day, month, year, hour, minute and second)? Solution: To do so, you can use now command, which returns the…

Read More

KB-33027: Debugging scripts in E3.

25 de March de 20199 de May de 2019Pudi, Ricardo MeurerLeave a Comment on KB-33027: Debugging scripts in E3.

Question: How can scripts be debugged in E3? Solution: If the script is executed in the Viewer, you can use the MsgBox’s Message command. If the script is executed in…

Read More

KB-30882: Opening the Windows calculator via scripts.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-30882: Opening the Windows calculator via scripts.

Question: How can I execute the Windows calculator via scripts? Solution: There are two ways to do so: 1) By using Viewer’s ExecuteExternalApp method, which executes external software. For example:…

Read More

Posts navigation

Previous 1 … 16 17 18 … 27 Next

Categories

Search by Category

© 2025 Elipse Knowledgebase | Elipse Software - Todos os Direitos Reservados.