Skip to content

Elipse Knowledgebase

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

Categoria:

KB-31535: Using On Error Goto in E3 scripts.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-31535: Using On Error Goto in E3 scripts.

Question: Can I use “On error goto” to debug scripts on E3? Solution: No, you cannot, because the VBScript does not support this function. However, you can use “On error…

Leia Mais

KB-32330: Setting up the number of decimal places of a variable via scripts.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-32330: Setting up the number of decimal places of a variable via scripts.

Question: How can I set the number of decimal places of a variable via scripts? Solution: To do so, you must use the Round() method. Example: Round(variable, number of decimal…

Leia Mais

KB-32040: Converting strings into integers.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-32040: Converting strings into integers.

Question: How can I convert a string into an integer?Solution: To do so, you must use VBScript’s CInt function. For example: CInt(“string”)

Leia Mais

KB-37348: Opening a screen when an object’s alarm is activated.

25 de março de 201924 de abril de 2019Marco Antonio Gomes SilvaDeixe um comentário on KB-37348: Opening a screen when an object’s alarm is activated.

Question: How can I open the screen where a certain object is when its alarm is activated? Solution:    To do so, follow these steps: 1. Insert an XObject in the…

Leia Mais

KB-30214: Pulse button in E3.

25 de março de 201925 de abril de 2019Enrico Busnello AmorimDeixe um comentário on KB-30214: Pulse button in E3.

Question: How can I create a pulse button using the CommandButton object? Solution: To do so, there are at least two possibilities: you can write two scripts in events of…

Leia Mais

KB-29029: CommandButton remains pressed after modal screen is opened.

25 de março de 20199 de setembro de 2022Elipse SoftwareDeixe um comentário on KB-29029: CommandButton remains pressed after modal screen is opened.

Question: At an application, I used DoModal() method in a CommandButton’s script at an application. Why does the button remains pressed on the main screen after the modal screen has…

Leia Mais

KB-30415: Increasing the size of the window opened by the ShowDatePicker() method.

25 de março de 2019Elipse Software2 comentários em KB-30415: Increasing the size of the window opened by the ShowDatePicker() method.

Question: Can I increase the size of the window opened by a script using the ShowDatePicker() method?  Solution: No, you cannot. The size of this window only increases if the…

Leia Mais

KB-26858: Converting date/time variable into Double.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-26858: Converting date/time variable into Double.

Question: How can I convert a date/time variable into Double? Solution: To do so, you must use the VBScript’s CDbl() function.

Leia Mais

KB-28681: Setting up a Message Box with Date/Time format.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-28681: Setting up a Message Box with Date/Time format.

Question: When creating a Message Box with the date, a random numeric value is displayed (for example, 39876,8934523). How can I set up the Message Box with the Date/Time format?…

Leia Mais

KB-28807: Setting up the Modal Screen’s position.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-28807: Setting up the Modal Screen’s position.

Question: How can I set up a Modal Screen to be opened next to the Button pressed to open it? Solution: To do so, you must use ToPixelX() and ToPixelY()…

Leia Mais

Navegação por posts

Anterior 1 … 3 4 5 … 11 Próximo

Categorias

Busca por Categoria

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