
Designing Forms with Microsoft Visual Basic
Use
To use
SAPforms Forms, you require a development environment for these forms in addition to SAPforms.Microsoft Visual Basic is one such development environment.
It is also possible to create forms in
Microsoft Outlook.
In this documentation, it is assumed that you are using Microsoft Visual Basic. This applies to the application examples in particular.
Prerequisites
Features
SAPforms largely consist of ActiveX components.
If you are using the
SAPforms Designer, these components are addressed directly when the form is generated. The SAPforms Designer inserts source code in your form that accesses these components. For more information, see Source Code Inserted by the SAPforms Designer.All of the important form information is stored in the TAG attribute of the form. This applies in particular to the bindings between the form controls and the interface parameters in the SAP System.
You can also address the SAPforms interface directly with Microsoft Visual Basic by programming your own ActiveX components. For more information, see
Programming Forms.Activities