Skip to content

Elipse Knowledgebase

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

Categoria:

KB-45204: Setting up a SetPoint to lose focus once Enter key is pressed.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-45204: Setting up a SetPoint to lose focus once Enter key is pressed.

Question: How can a SetPoint be set up to lose keyboard focus whenever Enter key is pressed? Solution: To do so, use the script below at KeyDown event of the…

Leia Mais

KB-47537: Measuring arrays.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-47537: Measuring arrays.

Question: Is there any function that will help me find out an array’s size? Solution: Yes. To do so, you must use Ubound function. Example of script running in a button…

Leia Mais

KB-47382: Disabling buttons only for certain groups of users.

25 de março de 201919 de julho de 2024Elipse SoftwareDeixe um comentário on KB-47382: Disabling buttons only for certain groups of users.

Question: How can I disable a button only for certain groups of users (for example, to keep users not belonging to Administrators group from accessing it when  they are logged…

Leia Mais

KB-45438: Declaring a dynamic Array.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-45438: Declaring a dynamic Array.

Question: How can a dynamic Array be declared? Solution: First, you must declare the array with no size. Then, use ReDim declaration to size the array as needed.  Script being…

Leia Mais

KB-46333: Stopping tag count on a Counter Tag briefly.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-46333: Stopping tag count on a Counter Tag briefly.

Question: How can I stop tag count on a Counter Tag briefly? Solution: To do so, just set ResetCounterWhenEnabled property as False and, in the desired event, execute two scripts:…

Leia Mais

KB-45928: Deleting files in E3.

25 de março de 201926 de abril de 2019Marco Antonio Gomes SilvaDeixe um comentário on KB-45928: Deleting files in E3.

Question: How can I delete files in E3? Solution: To do so, use the following script: ‘Search for file to be deleted Application.ShowFilePicker True, File‘Delete fileSet filesys = CreateObject(“Scripting.FileSystemObject”)filesys.DeleteFile File…

Leia Mais

KB-44059: Creating a 1-second pulse button.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-44059: Creating a 1-second pulse button.

Question: How can I create a button whose pulse lasts 1 second? Solution: To do so, you must use a Counter Tag, and set it up as described: CounterType: 0…

Leia Mais

KB-44853: Returning the HD’s serial number.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-44853: Returning the HD’s serial number.

Question: How can I return the serial number of an HD installed in the computer? Solution: It is possible to do so by using the script below. It lists all…

Leia Mais

KB-42651: Script not working.

25 de março de 2019Elipse SoftwareDeixe um comentário on KB-42651: Script not working.

Question: Why can’t I run and compile scripts (via E3 Studio) in my computer? When I issue the ‘compile’ message, no message is displayed in the message box below the…

Leia Mais

KB-42297: Annual Preset.

25 de março de 201922 de abril de 2019Marco Antonio Gomes SilvaDeixe um comentário on KB-42297: Annual Preset.

Question: How can I reset the value of an InternalTag annually on January 1st? Solution: To do so, follow these procedures: 1. Add a TimerTag with the following configuration: a.…

Leia Mais

Navegação por posts

1 2 … 11 Próximo

Categorias

Busca por Categoria

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