Skip to content

Elipse Knowledgebase

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

Category: Scripts

KB-48678: Retrieving a file’s name and extension via scripts.

25 de March de 20198 de January de 2020Elipse SoftwareLeave a Comment on KB-48678: Retrieving a file’s name and extension via scripts.

Question: How can I retrieve a certain file’s name and extension via ShowFilePicker method? (Example: the path “C:\test\test.txt” must return only “test.txt”.) Solution: To do so, you can use the…

Read More

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

25 de March de 2019Elipse SoftwareLeave a Comment 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…

Read More

KB-47537: Measuring arrays.

25 de March de 2019Elipse SoftwareLeave a Comment 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…

Read More

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

25 de March de 201919 de July de 2024Elipse SoftwareLeave a Comment 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…

Read More

KB-47098: Converting decimal values into binary ones.

25 de March de 20199 de December de 2020Elipse SoftwareLeave a Comment on KB-47098: Converting decimal values into binary ones.

Question: How can I convert a decimal value into binary? Solution: To convert these values, you must divide the first one by 2, then take the rest (always 0 or…

Read More

KB-45438: Declaring a dynamic Array.

25 de March de 2019Elipse SoftwareLeave a Comment 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…

Read More

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

25 de March de 2019Elipse SoftwareLeave a Comment 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:…

Read More

KB-45928: Deleting files in E3.

25 de March de 201926 de April de 2019Marco Antonio Gomes SilvaLeave a Comment 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…

Read More

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

25 de March de 2019Elipse SoftwareLeave a Comment 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…

Read More

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

25 de March de 2019Elipse SoftwareLeave a Comment 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…

Read More

Posts navigation

Previous 1 … 9 10 11 … 27 Next

Categories

Search by Category

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