KB-103387: Scrolling objects in a report section.
Question: I need to check/change the value of a certain property in all “Label” objects from a report’s PageHeader section. In this case, can I scroll a report section in…
Question: I need to check/change the value of a certain property in all “Label” objects from a report’s PageHeader section. In this case, can I scroll a report section in…
This article uses a demo application to illustrate how to read data from an SQL database via VBScript driver, by Elipse Software. Introduction Sometimes, you will need your Elipse application…
You can load and use DWG images in your Elipse E3 application. DWG files contain all the information that the user can add to a CAD figure; for example, projects,…
Question: Can an Elipse E3/Power object edited and saved in the latest version of the software open in applications running version 4.8 or lower? I want to open a Historic/Storage…
Question: I have a low performing application due to the many queries being executed cyclically in Elipse E3. In this case, can I replace these queries with Stored Procedures? Will…
This article will show you how to migrate an Access database to SQL Server 2017. To do so, just follow the instructions below: First, copy the Access database. Soon after,…
Use INNER JOIN clause to match values from Elipse E3 tables. With Elipse E3 databases, you can match the values from two or more tables into a single result. To…
The issue arises when this update is installed. It was released on January 3 2018 by Microsoft in order to correct security bugs in Intel chips. These bugs made all x86/64…
Question: How can I move back and forward in time on E3Chart’s horizontal axis? Solution: To do so, you must write a script that employsE3Chart’s horizontal axis’s SetHistoricPeriod method. To…
Question: Can reports with .CSV extension be generated? I’ve tried doing so with the Export method but haven’t succeeded. Solution: Yes, they can. When the report has been previously set…