eva/3 Application BuilderAccess® Migrator 

The converted application

After the complete conversion process, all converted objects can be found at the new eva/3 Application Builder project which was previously defined (see Fig. 266).

Fig. 362: Converted application
Fig. 362: Converted application

Parts of the converted eva/3 Application Builder project:
src Contains all source codes of the project. Matching java tamplates are generated out of the existing VBA code.
Commands Commands describes the java class to be called by an event for example. Any command is linked to a java class with tha same name. See also User commands
Connections A connection file describes the connection to the database.
Forms Contains all converted forms. See also Working with forms
Images Contains all converted images.
Macros Macros can execute a lot of commands.
Modules Contains all converted modules.
Queries Queries are SQL statements which can be executed to the connection which is defined with the connection file. See also SQL statement
Reports Contains all converted reports. See also Working with reports
Tables A table file describes the meta data of a table which can be accessed with the linked connection file. See also Table

Activating the Error Log view

All error messages are displayed in a view named Error Log. To activate this view please click into the Eclipse menu Window > Show View > Other... and select the Error Log entry (see Fig. 267).

Fig. 363: Error Log
Fig. 363: Error Log

Taking a look at the project data

After the conversion process it should be reasonable to take look at the converted forms and reports. Also the sql queries can be tested by opening and activating the data view.

A form, report or macto can be started using the context menu Run As > eva/3 Application. See also Starting the Application in Eclipse