Skip to content

Elipse Knowledgebase

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

Category: English

When I insert an ActiveX onto screen, an error 80040112 is displayed. What does this mean?

25 de March de 201918 de December de 2019Elipse SoftwareLeave a Comment on When I insert an ActiveX onto screen, an error 80040112 is displayed. What does this mean?

This error indicates the ActiveX being inserted is not licensed in your PC. During instancing, the control searches the register for its license key (HKEY_CLASSES_ROOT\Licenses) and, if it does not…

Read More

KB-40357: Disable Application Switching not working in Windows 7.

25 de March de 20199 de September de 2019Elipse SoftwareLeave a Comment on KB-40357: Disable Application Switching not working in Windows 7.

Question How can I set up Elipse SCADA so that the Disable Application Switching option works properly in Windows 7? Solution To make sure Disable Application Switching option works properly,…

Read More

KB-41276: Search for a file passing part of its name as a parameter.

25 de March de 20198 de January de 2020Elipse SoftwareLeave a Comment on KB-41276: Search for a file passing part of its name as a parameter.

Question I want to use the FindFirstFile function to search for a file, passing as a parameter only a part of the filename. Is it possible? Solution Yes, it is.…

Read More

Using Databases in E3: Chapter 5 – Inserting Records.

25 de March de 201927 de June de 2025Elipse SoftwareLeave a Comment on Using Databases in E3: Chapter 5 – Inserting Records.

There are two ways to insert new records in a database in addition to using native E3 objects: via a Query or via scripts. If record insertion is performed via…

Read More

Using Databases in E3: Chapter 6 – Editing Records.

25 de March de 201914 de January de 2022Elipse SoftwareLeave a Comment on Using Databases in E3: Chapter 6 – Editing Records.

To edit a record of the Historic, you must use the UPDATE clause. This is the SQL code structure. UPDATE (function used) TABLENAME (table used) SET FIELDNAME2 (field of the…

Read More

Using Databases in E3: Chapter 7 – Deleting Records.

25 de March de 20197 de March de 2023Elipse SoftwareLeave a Comment on Using Databases in E3: Chapter 7 – Deleting Records.

Records can be deleted in two ways: by filter, or by all existing records. To delete only one or more records of a database table, you must configure the SQL…

Read More

Using Databases in E3: Chapter 8 – Common Problems.

25 de March de 201922 de January de 2020Elipse SoftwareLeave a Comment on Using Databases in E3: Chapter 8 – Common Problems.

Why are .e3i and .e3o files too big? These files are temporary buffers, which are not usually noticed by the user of the system. When they grow in size, this…

Read More

Using Databases in E3: Chapter 2 – Connection with the Database.

25 de March de 20197 de March de 2023Elipse SoftwareLeave a Comment on Using Databases in E3: Chapter 2 – Connection with the Database.

To establish a connection with a database in E3 using the Organizer, first you must create a Database object, according to the following figure: Figure 1: Inserting a Database object…

Read More

Using Databases in E3: Chapter 3 – Inserting a Historic.

25 de March de 2019Elipse SoftwareLeave a Comment on Using Databases in E3: Chapter 3 – Inserting a Historic.

In order to send records to a database, you must insert a Historic object. A tutorial for creating Historics can be found in the article http://kb.elipse.com.br/pt-br/questions/123. Figure 1: Inserting a…

Read More

Using Databases in E3: Chapter 4 – GetADORecordset.

25 de March de 201921 de January de 2020Elipse SoftwareLeave a Comment on Using Databases in E3: Chapter 4 – GetADORecordset.

The Query’s GetADORecordSet method returns a Recordset object of type ADO (ActiveX Data Object), the result of executing the configured query. The ADO RecordSet object is used to access records…

Read More

Posts navigation

Previous 1 … 87 88 89 … 180 Next

Categories

Search by Category

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