KB-32540: Editing a fields’ width in E3Browser.
Question: Can I change the fields’ width in E3Browser? Solution: Yes; to do so, access E3Browser’s properties, and edit Width column on Query tab.
Question: Can I change the fields’ width in E3Browser? Solution: Yes; to do so, access E3Browser’s properties, and edit Width column on Query tab.
In the attached application, there is an XControl called “field” that, once instanced on a screen, can execute individual queries in E3Browser fields at run time. You can also create…
Question: How can I display only the rows where the value of a certain variable is between the values of two different setpoints, and hide the others? Solution: You will…
Question: How can I set up an E3Browser to display just the last 20 records stored in the database? Solution: You can set it up directly in the SQL query.…
Question: How can I set up the E3Browser to display historic alarms from just one of the two different areas in the application? Solution: To do so, you must set…
Question: How can I display only acknowledged alarms in E3Browser? Solution: One way to achieve it is to change the SQL query so as to to filter only the acknowledged…
Question: Why is there a last blank row with an asterisk (*) to the left in my E3Browser? Can I disable it? Solution: This row is for inserting data. It…
Question: How can I change the Query in E3Browser for another pre-existing Query? Solution: To do so, you must change E3Browser‘s SourceQuery property, and then hit Requery() method. If the…