KB-32719: Extracting characters from the left or from the right with VBScript.
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 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 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 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…
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…
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…
CustomConfig is a new resource, that has been present in Elipse E3 since version 3.2. It allows you to create wizards to configure ElipseX…
Autor
Guilherme Taschetto
How can a specific alarm be acknowledged inside E3Alarm via scripts? Alarm acknowledgement via scripts has been a feature of E3 since its version 3.2. To do so, three new…
OVERVIEW Counter Tags may sometimes skip certain numbers during count. Example: 1, 2, 3, 3, 5 (it remained in #3 for two seconds, skipping #4). HOW CAN I REPRODUCE THIS…
OVERVIEW When an InternalTag object retrieves a trio Value/Quality/TimeStamp through a link to its Value property, or through WriteEx method, it will perform the following operations: Update Value property; Update…
OVERVIEW If an alarm area’s name is changed at runtime, its old name will still be displayed in the alarm’s fields (Area, FullAlarmSourceName). HOW CAN I REPRODUCE THIS PROBLEM? Change…