KB-33206: Filter by date not working with string values.
Question: Why is a filter by date, recorded as a string, not working? Solution: For the comparison logic to work (value higher than InitialDate, but lower than FinalDate), the value…
Question: Why is a filter by date, recorded as a string, not working? Solution: For the comparison logic to work (value higher than InitialDate, but lower than FinalDate), the value…
Question: How can I create a filter for an SQL Server’s query with an ODBC connection? Solution: To do so, you must use table’s SQLQuery() function. Records can be selected…
Question: How can I tell which values are loaded in a ComboBox? Solution: To do so, you must use ComboBox’s ListCount property to find out the number of items, and…
Question: How can I set a button in E3 to display the same functionalities as when SCADA’s WhilePressed event is on? (The goal here is to be able to increase/decrease…
Question: How can I disable zoom and selection options when right-clicking the E3Chart? Solution: To disable E3Chart’s zoom and selection menus via E3Studio, you must set E3Chart‘s Enabled property as…
Question: Can I synchronize clocks between computers just by using E3? Solution: Yes. In the example below, two computers running E3Server are synchronized. The first one is called SERVER1, and…
Question: How can I insert video and audio files into an application? Solution: To run a video file, use AVI screen object, according to the example below. To run audio…
Autor
Debora Aoki
Question: How can I create a historic alarms file that is updated daily, always at the same time? Solution: To do so, create an expression tag, and fetch its hour…
Autor
Debora Aoki