Skip to content

Elipse Knowledgebase

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

Category: Scripts

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

KB-31585: Toggling a tag's value via libraries.

25 de March de 201923 de January de 2020Renan De Rossi4 Comentários on KB-31585: Toggling a tag's value via libraries.

Question: How can I toggle a tag’s value with a button via libraries? Solution: At the XControl’s (XC) button, write the following script: ‘If tag’s value is 1 if XC.Fonte.Tag.Value…

Read More

Retrieving the Offset (time zone) set up at the computer.

25 de March de 201923 de January de 2020Elipse SoftwareLeave a Comment on Retrieving the Offset (time zone) set up at the computer.

Question: How can I retrieve the Offset set up at the computer so that I can calculate the time according to UTC/GMT? Solution: Via VBScript, you can retrieve the Offset…

Read More

KB-31683: Communication E3/Java.

25 de March de 201923 de January de 2020Elipse SoftwareLeave a Comment on KB-31683: Communication E3/Java.

Question: Can E3 communicate with Java successfully? Solution: Communication can be established via XML files, that is, you can generate a file in XML format via Java and then read…

Read More

KB-31507: Creating Functions in E3 scripts.

25 de March de 201923 de January de 2020Samir LimaLeave a Comment on KB-31507: Creating Functions in E3 scripts.

Question:   How can I create a Function in an E3 script? Solution: A simple example of how to do it would be: Sub CommandButton1_Click()   MsgBox Function()End SubFunction Function()   Function…

Read More

KB-31508: Using Sleep function in E3.

25 de March de 201920 de January de 2020Elipse SoftwareLeave a Comment on KB-31508: Using Sleep function in E3.

Question: Can Sleep function be used in E3? Solution: VBSscript’s Sleep method (Windows Script Host – WScript Object) cannot be applied to E3. Furthermore, techniques that “consume” time and/or interrupt…

Read More

KB-48768: Retrieving the application domain’s path.

25 de March de 20192 de July de 2019Elipse SoftwareLeave a Comment on KB-48768: Retrieving the application domain’s path.

Question: Is there any method that retrieves the path of the folder where the application domain is? Solution: To retrieve the path of the folder with the application, you can…

Read More

Posts navigation

Previous 1 … 8 9 10 … 27 Next

Categories

Search by Category

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