KB-14130: Displaying report’s setup window before printing it.
Question: How can I have a setup window (for printer and paper size settings) being displayed at run time before printing a report? Solution: To do so, click on Script…
Question: How can I have a setup window (for printer and paper size settings) being displayed at run time before printing a report? Solution: To do so, click on Script…
Question: How can I resize E3Chart’s legend in the report via scripts? Solution: To do so, copy the following script to the report’s OnBeforePrint event. The lines in bold are…
Question: In the report’s body, how can I print the initial and final dates of a filter made in its query? Solution: To do so, follow these procedures: In the…
Descrição: Como posso saber se um grupo de alarmes retornou ou não, já que o objeto grupo não possui um evento do tipo OnAlarmReturn(), apenas o OnAlarm()? Solução: O evento…
Question: How can I print a report in either Portrait or Landscape formats? Solution: To do so, access the report’s setting in E3Studio, and click Configure Report button. A window…
Question: In a report, how can I display the name of the screen where the command to open the report was issued? Solution: To do so, you must create an…
Question: What is the pixel/Himetric ratio? Solution: 1 Pixel equals to approximately 26,4 Himetric.
Descrição: Qual o número máximo de caracteres que podem ser utilizados para definir o nome de um tag? Solução: Para a versão 3.2 do E3, o limite é 259 caracteres.
Autor
Bruno Musarra
Question: How can I set up a Query to display the last 15 records? Solution: To do so, you must enable SQL direct edition, and use SQL’s TOP command set…