Displaying variables at a MessageBox.
Question: How can I display variables on a MessageBox? Solution: To do so, follow these steps: Set the constant messages between quotation marks; Set the variables without quotation marks; Use…
Question: How can I display variables on a MessageBox? Solution: To do so, follow these steps: Set the constant messages between quotation marks; Set the variables without quotation marks; Use…
Question: How can I create an indexed chart? Solution: To do so, follow these steps: 1. Create a Database. 2. Insert an XObject to store the device’s information. 3. Insert…
Question: At run time, how can I retrieve the DPI of a screen open in an E3Viewer? Solution: To do so, you must write a script similar to the example…
Question: How can I insert objects in the E3 Gallery? Solution: There are two ways to do so: By creating an ElipseX (XControl or XObject) in a Library. Thus,…
Question: At run time, how can I retrieve the resolution of an open screen in an E3Viewer? Solution: To do so, you must write a script similar to the one…
Question: Why are the screens of an application blank when they are open in a version of E3 that is previous to the one it has been developed? Solution: This…
Question: How can I set up a TextBox object to allow only numeric values? Solution: To do so, you must write a script in the TextObject’s Change event. For example:…
Question: How can I round the decimal places of the variables’ values when saving them in a Database? Solution: This is not recommended, but if you want to do it,…
Question: How can I display the InTime and OutTime information from an alarm occurrence a single register in E3 Browser? Solution: To do so, we suggest that you use the…
Question: Can I open the E3Studio on a server being executed with a runtime hardkey? Solution: If the hardkey has no E3Studio license, you won’t be able to open it,…