KB-27155: Keeping screens' proportion in different resolutions.
Question: How can I set up the E3Viewer to keep the same screen proportion when changing the monitor’s resolution? Solution: To do so, just set up the E3 Viewer‘s Zoom…
Question: How can I set up the E3Viewer to keep the same screen proportion when changing the monitor’s resolution? Solution: To do so, just set up the E3 Viewer‘s Zoom…
Question: How can I sort out into year, month, day, hour, and minute the value returned by the ShowDatePicker()? Solution: To do so, you must use specific VBScript’s methods, such…
Question: Can I work with FILETIME dates on E3? Solution: No, you cannot, because this type of data uses 64 bits and works with a resolution of 100 nanoseconds starting…
Question: How can I display a default name on ShowFilePicker() method’s window when executing it? Solution: To do so, before executing ShowFilePicker() method, you must load a variable with the…
Question: How can I print more than one table in the same report? Solution: To do so, set up the report’s Query so that all desired tables are linked and…
Question: When editing an application in E3Studio, why does the Domain close unexpectedly? Solution: This can occur because there is another person working on another computer (configured as one of…
Question: How can I active a Button’s Click() event by right-clicking on it? Solution: To do so, you must write a script on the Button’s MouseUp event to check when…
Question: Can I open an external program when starting the application? Solution: Yes. To do so, use Run Application pick (as seen below). This pick is on Scripts tab, alongside…
Question: How can I set up an E3Browser so that rows that have no information are not displayed? Solution: To do so, you must create a filter on the E3Browser’s…
Question: Can I execute IF/ELSE/ENDIF commands in an Expression Tag? Solution: No, this is not possible.