KB-27979: Copying fields from a Historic in E3Studio.
Question: How can I copy fields from a Historic to another in E3Studio? Solution: You can’t copy only the fields, you will have to copy the whole Historic. To do…
Question: How can I copy fields from a Historic to another in E3Studio? Solution: You can’t copy only the fields, you will have to copy the whole Historic. To do…
Question: How can I change the color of an E3Chart’s pen at run time? Solution: To do so, you must edit the pen’s Color property via links or scripts.
Question: Can I increase the size of the window opened by a script using the ShowDatePicker() method? Solution: No, you cannot. The size of this window only increases if the…
Question: How can I add the values of a Query field and show the result in a Display? Solution: To do so, you must use SUM() function in the SQL…
Question: How can I create an analog clock using objects from E3? Solution: To do so, you must use Ellipse and Line objects to draw the clock. In the Lines…
Question: Does Elipse E3 have a historic report of the application’s versions? Solution: Yes. It can be accessed at the Versions Report button, available on E3‘s standard toolbar. The report…
Question: In an application, a few Rectangle objects are used to draw a diagram. With zoom set to 400%, the rectangles’ borders fit perfectly, but when the zoom is set…
Question: How can I convert a date/time variable into Double? Solution: To do so, you must use the VBScript’s CDbl() function.
Autor
Mateus Machado
Question: How can I export alarms to be configured in Excel, and then import them back to E3 after that? Solution: To do so, you must insert an area and…