KB-32430: Changing time interval on the horizontal axis.
Question: The horizontal axis is set with a 1-hour interval. When the application runs, the times are displayed with no minutes (9:00, 11:00, 13:00). Is it possible to change this…
Question: The horizontal axis is set with a 1-hour interval. When the application runs, the times are displayed with no minutes (9:00, 11:00, 13:00). Is it possible to change this…
Question: How can I disable the Close button on the Viewer’s window? Solution: To do so, right-click the Viewer in the Organizer, then go to Properties, and select Settings tab.…
Question: With two windowed screens, how can I click on a button and open the screen in the frame where the button is? Solution: In the button’s script, use the…
Question: How can I print an Internal Tag’s value on a report’s header? Solution: To do so, follow these procedures: In the report, add a Data Field to the PageHeader.…
Question: How can I extract a certain amount of characters from a script’s left or right? Solution: To do so, use Left and Right functions to extract characters from the…
Question: How can I centralize in a single .PRJ file all the changes performed by different users in different objects of this file in a definitive way? Solution: To do…
Question: How can I retrieve, via scripts, both user name and user group to which this user belongs? Solution: Username is retrieved by Viewer‘s User property. Example: dim user user…
Question: How can I change a row’s color when printing a report according to a field’s value? Solution: To do so, add a script to report’s OnFormat event to check…
For E3 versions 3.2 or higher, you can use a feature called Instant Chart, which was implemented in E3Playback to display a tag’s value directly on the Timeline…
Autor
Mateus Machado
Three new properties were added to E3Chart in E3 version 3.2. They are: ShowPopupMenu: sets whether E3Chart’s default menu will be displayed when the user right-clicks the chart. MouseMode: controls…