Skip to content

Elipse Knowledgebase

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

Category: Scripts

KB-34941: Executing an external program when the domain starts.

25 de March de 201923 de January de 2020Renan De RossiLeave a Comment on KB-34941: Executing an external program when the domain starts.

Question: How can I execute an application when the domain starts, even if there is no open E3Viewer? Solution: To do so, just place the following script at an Internal…

Read More

KB-33842: Retrieving the current day of the week via scripts.

25 de March de 201923 de January de 2020Pudi, Ricardo MeurerLeave a Comment on KB-33842: Retrieving the current day of the week via scripts.

Question: How can I tell whether the current day is a Saturday or a Sunday? Solution: To do so, you must use VBScript‘s Weekday function. This function returns a number…

Read More

KB-33811: Searching the last value recorded on a table, via scripts.

25 de March de 201921 de January de 2020Renan De RossiLeave a Comment on KB-33811: Searching the last value recorded on a table, via scripts.

Question: How can I have a script search for the last value that was recorded on a table? Solution: To do so, you must set up an SQL query that…

Read More

KB-33937: Checking the contents of an IOTag property.

25 de March de 201918 de June de 2021Elipse SoftwareLeave a Comment on KB-33937: Checking the contents of an IOTag property.

Question: How can I check whether an XObject’s IOTag property is empty? Solution: To do so, you can use VBScript‘s IsNull method. This method returns TRUE if the variable has…

Read More

KB-37327: Opening a specific Internet Explorer page via E3.

25 de March de 201923 de January de 2020Pudi, Ricardo MeurerLeave a Comment on KB-37327: Opening a specific Internet Explorer page via E3.

Question: How can I open a specific Internet Explorer page via E3? Solution: To do so, you must use a Run Application pick to open Internet Explorer (C:\Program Files\Internet Explorer\iexplore.exe),…

Read More

KB-33788: Adding values to a ComboBox.

25 de March de 20193 de December de 2019Elipse SoftwareLeave a Comment on KB-33788: Adding values to a ComboBox.

Question: How can I add values to a ComboBox? Solution: To add values to a ComboBox, you must create a script using this object’s AddItem method. This method should preferably…

Read More

KB-33836: Retrieving current time via scripts.

25 de March de 201923 de January de 2020Pudi, Ricardo MeurerLeave a Comment on KB-33836: Retrieving current time via scripts.

Question: How can I retrieve the current time via scripts? Solution: To do so, you can use VBScript‘s Hour function. Example of script: VARIABLE = Hour(Now)

Read More

Accessing text files via E3.

25 de March de 20193 de October de 2019Elipse SoftwareLeave a Comment on Accessing text files via E3.

Autor
Paula Pereira Enéas

Read More

Using MS JITDebug integrated into E3.

25 de March de 20193 de October de 2019Elipse SoftwareLeave a Comment on Using MS JITDebug integrated into E3.

1) Introduction E3 supports the creation of scripts in VBScript language, with almost all resources available for this language. There is an extensive documentation for VBScript available in many different…

Read More

KB-31750: Script for minimizing the application’s Viewer.

25 de March de 201923 de January de 2020Elipse SoftwareLeave a Comment on KB-31750: Script for minimizing the application’s Viewer.

Question: Can I create a button that minimizes the Viewer of the application being executed instead of using Windows’s default buttons? Solution: Yes; to do so, you will need to…

Read More

Posts navigation

Previous 1 … 7 8 9 … 27 Next

Categories

Search by Category

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