Basic VBScript for Elipse E3: Introduction
Although most of VBscript’s aspects apply to scripts programming at E3, some features about implementing the concept of object-oriented system must be highlighted. In this tutorial, the objective is to…
Although most of VBscript’s aspects apply to scripts programming at E3, some features about implementing the concept of object-oriented system must be highlighted. In this tutorial, the objective is to…
Question: How can I set up the script error messages to not be displayed on screen?Solution: To do so, use On Error Resume Next command at the beginning of the…
Question: Can I have user and password control at runtime? Solution: Yes. To do so, you must use a script with Viewer‘s UserAdministration method. Example of script (executed at a…
Question: Why do Access files not reduce their sizes after its records are deleted? Is there another way to make them release this space? Solution: This is Access’ normal behavior.…
Question: What is NetHASP? How can I use it? Solution: NetHASP is a hardkey for operating on network level. Its main difference from a regular hardkey is the color: NetHASP…
Question: What are SQLEXPRESS’s size limits? Solution: SQLEXPRESS 2005/2008 supports 1 CPU, 1GB RAM, and has a 4-GB storage capacity per database. SQLEXPRESS SQLEXPRESS 2008 R2 supports 1 CPU, 1GB…
Question: How can I print a screen? Solution: The following example illustrates how to print the current screen with a button click. First of all, you will need to create…
Question: Why can’t I run the application and the Viewer anymore through the shortcut pointing to E3Server.exe after it has been updated to version 3.0? Solution: In versions equal or…
Question: The horizontal axis is set with a 1-hour interval. When the application runs, the times are displayed with no minutes (9:00, 11:00, 13:00). Is it possible to change this…
Question: How can I disable the Close button on the Viewer’s window? Solution: To do so, right-click the Viewer in the Organizer, then go to Properties, and select Settings tab.…