*.e3i and *.e3o files – Frequently Asked Questions (FAQ).
1) What are *.e3i and *.e3o files? These files (.e3i and .e3o) are basically intermediate files, working as buffers between E3 and the Database, where all the information to be…
1) What are *.e3i and *.e3o files? These files (.e3i and .e3o) are basically intermediate files, working as buffers between E3 and the Database, where all the information to be…
Question: How can all the values from a Database column be loaded into a combo box? Solution: To perform this command, you must use GetADORecordset method in one of your…
Question: Can a new Storage table be created at run time? Solution: Yes; to do so, there are two possibilities. The first one is to use Activate and Deactivate methods,…
Question: I have a script that executes a .WAV file via ExecuteExternalApp method. For each active alarm, the executable command wmplayer.exe is displayed in the task manager, consuming more memory…
Question: When creating an access parallelism to an Oracle database, several DBServer objects were added with the same connection and the same table. However, E3’s log says that the maximum…
Question: When generating a report, the following error is displayed: Error212: Couldn’t export PDF using font “Arial” because characters referencing this font could not be represented with the character encoding…
Question: How can I update an image in E3 just by replacing this image in the original folder with another one with the same name? Solution: To do so, you…
Question: How can I run a Stored Procedure in E3 that passes input data and reads output data? Solution: To do so, follow these procedures: 1. Declare the output variable:…
Question: The Viewer cannot find the E3Server in a network protected by a firewall. E3’s port (6515) has already been released, but when trying to reconnect, the following message is…
Question: When executing a command via scripts, “Error creating VBScript object” is displayed in the log. How can I fix this? Solution: Elipse E3 uses Visual Basic 32 bits as…