Skip to content

Elipse Knowledgebase

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

Categoria:

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

KB-36699: Inserting a line break into an E3 script.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-36699: Inserting a line break into an E3 script.

Question: How can I insert a line break in an E3 script? Solution: To do so, you must use an underscore character in the end of the line. For example:…

Leia Mais

KB-36695: Script at a tag’s OnRead() event not being executed.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-36695: Script at a tag’s OnRead() event not being executed.

Question: Why is the script written in a tag’s OnRead() event not being executed? Solution: To execute it, you must set EnableDeadband property as TRUE. If the tag is not…

Leia Mais

Navegação por posts

Anterior 1 … 3 4 5 … 10 Próximo

Categorias

Busca por Categoria

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