Skip to content

Elipse Knowledgebase

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

Category: Scripts

KB-35890: Sorting out the information returned by ShowDatePicker() method.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-35890: Sorting out the information returned by ShowDatePicker() method.

Question: How can I sort out into year, month, day, hour, and minute the value returned by the ShowDatePicker()? Solution: To do so, you must use specific VBScript’s methods, such…

Read More

KB-35850: Displaying a standard name when executing the ShowFilePicker() method.

25 de March de 201927 de February de 2023Elipse SoftwareLeave a Comment on KB-35850: Displaying a standard name when executing the ShowFilePicker() method.

Question: How can I display a default name on ShowFilePicker() method’s window when executing it? Solution: To do so, before executing ShowFilePicker() method, you must load a variable with the…

Read More

KB-27797: Activating Click event by right-clicking on it.

25 de March de 2019Elipse SoftwareLeave a Comment on KB-27797: Activating Click event by right-clicking on it.

Question: How can I active a Button’s Click() event by right-clicking on it? Solution: To do so, you must write a script on the Button’s MouseUp event to check when…

Read More

KB-27495: Executing a script after a certain time interval

25 de March de 201923 de June de 2023Elipse SoftwareLeave a Comment on KB-27495: Executing a script after a certain time interval

Question: How can I set up a script to be executed after a certain time interval? Solution: To do so, follow these procedures: Insert a Timer Tag; Set the Enable…

Read More

KB-35928: Save() method at OnStopRunning event not working.

25 de March de 20193 de January de 2020Elipse SoftwareLeave a Comment on KB-35928: Save() method at OnStopRunning event not working.

Question: At an application, Save() method is used on the DataFolder object’s OnStopRunning event to save a SetPoint’s content. However, when the computer unexpectedly shuts down, the SetPoint’s content is…

Read More

KB-36259: Retrieving the computer’s name.

25 de March de 20193 de October de 2019Elipse SoftwareLeave a Comment on KB-36259: Retrieving the computer’s name.

Question: How can I retrieve the name of the computer running the application, at runtime? Solution: To do so, you must use the following script: Set WshNetwork = CreateObject(“WScript.Network”)MsgBox WshNetwork.ComputerName‘MsgBox…

Read More

KB-36190: Grouping text files.

25 de March de 20198 de January de 2020Elipse SoftwareLeave a Comment on KB-36190: Grouping text files.

Question: How can I group several TXT files into a single one? Solution: To do so, you must create a script to read each file’s content and store it in…

Read More

KB-30117: Sending data via FTP in E3.

25 de March de 20198 de January de 2020Cézar Lumiatti TeixeiraLeave a Comment on KB-30117: Sending data via FTP in E3.

Question: How can I send data via FTP on E3? Solution: To do so, you must use the ftp command -s:filename. For more details, check the attached sample application developed…

Read More

KB-36193: Adding a pen to an E3Chart at runtime.

25 de March de 201926 de April de 2019Paulo Gustavo SüffertLeave a Comment on KB-36193: Adding a pen to an E3Chart at runtime.

Question: How can I create an E3Chart‘s Query and Pen at runtime? Solution: To do so, you must write a script using AddQuery and AddPen methods. For more details, check…

Read More

KB-27883: Copying registers from Access to Oracle.

25 de March de 20193 de January de 2020Elipse SoftwareLeave a Comment on KB-27883: Copying registers from Access to Oracle.

Question: How can I copy the alarms being recorded on an Access Database to the Oracle? Solution: To do so, you must use a Query object on the Data Server…

Read More

Posts navigation

Previous 1 … 15 16 17 … 27 Next

Categories

Search by Category

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