Skip to content

Elipse Knowledgebase

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

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

KB-38730: Accessing elements from a Block Tag via VBScript.

25 de March de 201923 de January de 2020Elipse SoftwareLeave a Comment on KB-38730: Accessing elements from a Block Tag via VBScript.

Question: When communicating with VBScript driver, how can I access the elements of a Block Tag via scripts? Solution: To access the block elements, you must use an array. For…

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

KB-31793: Creating links via scripts.

25 de March de 201922 de May de 2019Elipse SoftwareLeave a Comment on KB-31793: Creating links via scripts.

Autor
Irene Rodrigues

Read More

KB-31866: Retrieving the property’s name and the link source in server objects.

25 de March de 201913 de June de 2019Elipse SoftwareLeave a Comment on KB-31866: Retrieving the property’s name and the link source in server objects.

Question: How can I scan all links from an object, returning the property’s name and the source? Solution: The example below is a script in the server. It scans an…

Read More

KB-31905: Working with a number’s nth root.

25 de March de 201923 de January de 2020Pudi, Ricardo MeurerLeave a Comment on KB-31905: Working with a number’s nth root.

Question: How can I work with a number’s nth root in E3? Solution: To work with square roots, use VBScript’s Sqr function. Example of script: Dim MySqrMySqr = Sqr(4)   ‘…

Read More

KB-31936: Function returning the object type.

25 de March de 20193 de October de 2019Elipse SoftwareLeave a Comment on KB-31936: Function returning the object type.

Question: Which function returns the object type? Solution: The function is TypeName(). Example of script: Dim ArrayVar(4), MyTypeNullVar = Null   MyType = TypeName(“VBScript”)   ‘ Returns “String”.MyType = TypeName(4)            ‘ Returns…

Read More

Posts navigation

Previous 1 … 110 111 112 … 371 Next

Categories

Search by Category

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