KB-36745: PrintToFile() function doesn’t print header.
Question: Why can’t I print the header even after setting up Label field on the report’s Database tab? Solution: After setting up the Labels, you must click the Reload File…
Question: Why can’t I print the header even after setting up Label field on the report’s Database tab? Solution: After setting up the Labels, you must click the Reload File…
Question: Why is the script written in a tag’s OnRead() event not being executed? Solution: To execute it, you must set EnableDeadband property as TRUE. If the tag is not…
Question: How can I insert a line break in an E3 script? Solution: To do so, you must use an underscore character in the end of the line. For example:…
Question: How can I increase the size of the menu’s font created by SelectMenu() method? Solution: SelectMenu() method uses the Windows default font size. So, to change the menu’s font…
Question: Can I select multiples screens to edit all their properties at the same time? Solution: No, you can’t select more than one screen at the same time in the…
Question: How can I generate backup for the Database recorded in the SQL Server via E3? Solution: To do so, you must access E3Studio, create a Query linked to the…
Question: How can a Flash animation (SWF files) be displayed in Elipse E3? Solution: To do so, you must insert the path (example: c:\FilesFlash\test.swf) of the SWF file to a…
Question: How can I create a chronometer with E3 version 2.5? Solution: To do so, you must use a Demo Tag and an Internal Tag. First, you must configure the…
Question: What are the minimum requirements to install Elipse SCADA? Solution: To do so, we recommend an IBM PC-compatible computer with the following settings: Pentium 200MHz processor or superior (or…
Question: How can I display only alarms with higher severity in E3Alarm? For example, between an alarm with high severity and another one with medium/low, I’d like to show only…