Entering content frameBackground documentation SAPform Class (Microsoft Outlook) Locate the document in its SAP Library structure

Definition

Original class of this plug-in.

Remarks

This class implements the SAPForm interface for Microsoft Outlook forms and makes these forms available to the SAPForms Designer and other components of SAPForms. The Label, TextBox,ComboBox, OptionButton, CheckBox, ListBox, SAPTableView, and MSFlexGrid controls are supported. Control arrays are also supported.

The classes of the SAPForm plug-in type implement the SAPforms interface that provides the SAPforms Designer and other SAPforms components with generic access to the properties and controls of a certain form type (Microsoft Visual Basic, Microsoft Outlook). In other words, these classes can be regarded as being synonymous with various plug-ins of this type.

The SAPForm object is used as an anchor to all other SAPforms objects. The SAPData property, for example, contains a reference to the SAPData object used in the SAPforms form, while the SAPXmit property references the SAPXmit object used.

If you want to develop your own SAPForm-type plug-ins, you should use the source code supplied for plug-ins for Microsoft Visual Basic as a reference (template). The template is stored in the directory ...\sapforms\sapfvb4.

Classification

SAPforms Form Plug-In for Microsoft Outlook

à SAPForm Class

à AddCbControl (Method)

à Execute (Method)

à GetData (Method)

à Load (Method)

à LogIt (Method)

à Options (Method)

à PutData (Method)

à SAPData (Property)

à SAPXmit (Property)

à Save (Method)

à Start (Method)

à Submit (Method)

à UpdateInstance (Method)

Leaving content frame