KB-28761: Recording alarms occurrences.
Question: When an alarm becomes active, inactive, or is acknowledged, are these occurrences recorded on the same register? Solution: For each alarm occurrence (when the alarm becomes active, inactive or…
Question: When an alarm becomes active, inactive, or is acknowledged, are these occurrences recorded on the same register? Solution: For each alarm occurrence (when the alarm becomes active, inactive or…
Question: Can I change a Report’s figure at run time before printing it? Solution: Yes, you can. To do so, follow these procedures: 1. Add a Historic with a field…
Question: How can I copy the alarms being recorded on an Access Database to the Oracle? Solution: To do so, you must use a Query object on the Data Server…
Question: How can I edit the values of a rectangle’s VerticalPercentFill property’s maximum and minimum limits at run time? Solution: To do so, you can create a Library and use…
Question: How can I create and view a Windows folder via scripts? Solution: To do so, you must create a script similar to the following example: Set fso = CreateObject(“Scripting.FileSystemObject”)…
Question: Can I set up the E3Alarm‘s Message column to be displayed only when the variable is on alarm status? Solution: No, you can’t. The Message column is always displayed,…
Question: How can I open, move and keep opened several windowed screens? Solution: To do so, you must create a script on a button to open the screen: Application.GetFrame(Name).OpenScreen(“Screen1”), 0…
Question: In order to save memory, I want to set up an E3 application not to load a certain module (such as the Storage in an XObject, for example) at…
Question: How can I record the current logged user’s name in the Historic? Solution: To do so, in the login’s script, you must set it to save the user’s name…
Question: How can I open the same screen several times at the same moment? Solution: To do so, on the command that opens the screen, you must set the name…