Displaying values in milliseconds in a Section Report.
Question: How can I display values in milliseconds in a Section Report of Elipse E3? Solution: To display date/time values in milliseconds, you’ll need to edit the format at SQL…
Question: How can I display values in milliseconds in a Section Report of Elipse E3? Solution: To display date/time values in milliseconds, you’ll need to edit the format at SQL…
Question: Can I add a BarCode to Elipse E3‘s Section Report? Solution: Yes. To do so, add the name of a report query field to the BarCode object’s Text property.…
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 a section in…
As of the release date of Elipse E3/Power version 6.6, a new object called Elipse E3/Power Section Report (E3SectionReport) was added to Elipse E3 Studio. It’s available both in 64- and…
Question: How can I print an application screen? Solution: To do so, access the E3Studio, create a Report, insert a Figure in PageHeader section without linking it to any images,…
The attached demo application illustrates how you can export Elipse E3‘s section report to PDF, EXCEL, HTML, RTF or TEXT formats. To use the application, just fill the Directory…
Question: Can an if…else command be inserted into a report’s internal script? Depending on the condition’s result, a Label object’s Text property will be edited. Solution: To compare a certain…
Question: How can I print a report whose rows’ background colors are interspersed, in a zebra-like pattern? Solution: To do so, go to the section’s Format event and insert a…
The attached demo application illustrates how to dynamically select the fields to be printed in the Section Report. Since Section Report fields can neither be added nor deleted at run…
Question: Can I set up a report so that data from Detail section are printed side by side, similarly to the figure below? Solution: Yes. There is a property from…