Generation Description

The renderer, is provided as a compiled library. The source for the renderer and a project are included in the Generator Customization Kit.

The client is provided as a collection of source files, and a project file.

The client source and project file can be generated, without any modification to the code, to create a working VB.NET application suitable to load and run the generated VB.NET forms.

When you perform a build from Agile Business Suite System Modeler, the VB.NET form generator generates the following files:

The VB.NET source code files generated by the VB.NET client generator are named according to the following convention:

File

Name

VB Form

<Application Name><Ispec name><locale number>EAEForm.vb

Teach form

<Application Name><Ispec name><Teach name><locale number>EAEForm.vb

Project file ispec

<Application Name><Ispec name><locale number>EAEForm.vb.vbproj

Project file teach

<Application Name><Ispec name><Teach name><locale number>EAEForm.vb.vbproj

Ispec and teach names

<Application Name>IspecName.xml (used for the select screen dialog)

Assembly file

AssemblyInfo.vb (this file is shared by all projects)

Solution file

<Application Name>Solution.sln (a Solution file containing all of the individual projects to allow a bulk generate)