Definition
Loads structure information to SAPforms objects.
Remarks
Classification 1
Load
ß
SAPforms Data Plug-In for Workflowß
SAPData classß
SAPforms Data Plug-In for Function Modulesß
SAPData classß
SAPforms Data Plug-In for IDocß
SAPData classß
SAPform Data Plug-In for DemoProperties
Loads the property values of an SAPData object from a structured string. As a result, the status of the SAPData object that was previously saved permanently with the Save method is restored.
This saves the additional overheads that would result if the structure information had to be loaded each time from the original source. This method is usually called within the Load method of the SAPForm class.
Parameter |
Description |
From |
Character string containing the structure information |
Classification 2
Load
ß
SAPforms Data Plug-In for Workflowß
SAPforms Data Plug-In for Function Modulesß
SAPforms Data Plug-In for IDocProperties
Loads the property values of a field object from a structured string. As a result, the status of the field object that was previously saved permanently with the Save method is restored.
For this method to be called successfully, the next character at the Pos position must be keyword "Fld".
Parameter |
Description |
From |
Structured string. |
Pos |
Current position within the string. Should point to the number of remaining properties to read. |
Classification 3
Load
ß
SAPforms Data Plug-In for Workflowß
SAPforms Data Plug-In for Function Modulesß
SAPforms Data Plug-In for IDocProperties
Loads the property values of a fields object from a structured string. As a result, the status of the fields object that was previously saved permanently with the Save method is restored.
Parameter |
Description |
From |
Character string that provides the structure information. |
Pos |
Current search position within the character string. |
Classification 4
Load
ß
SAPforms Data Plug-In for IDocProperties
Reconstructs the segment object from a structured string. Counterpart of the Save method.
Parameter |
Description |
From |
Character string containing structure information. |
Pos |
Current search position within the character string. |
Classification 5
Load
ß
SAPforms Data Plug-In for IDocProperties
This method reconstructs the segment list from a structured string. Counterpart of the Save method.
Parameter |
Description |
From |
Character string containing structure information. |
Pos |
Current search position within the character string. |
Classification 6
Load
ß
SAPforms Form Plug-In for Visual Basicß
SAPforms Form Plug-In for MS Outlookß
SAPforms Form Plug-In for MS OfficeProperties
This method reconstructs an object of the Link class from the serialized representation.
It assumes that the next token is located at the Pos position in the serialized representation of the "Fld" keyword.
Parameter |
Description |
From |
Serialization string. |
Pos |
Current position within the character string. |
Classification 7
Load
ß
SAPforms Form Plug-In for Visual Basicß
SAPForm classß
SAPforms Form Plug-In for MS Outlookß
SAPForm classß
SAPforms Form Plug-In for MS OfficeProperties
Method for loading form controls into Controls Collection from a form or form template.
Note that the form information is not stored in the Tag property of this object, but reconstructed each time the form is loaded. This method is called at design time and at runtime. It has to populate the Controls collection for both cases. At runtime, the method is called by the user code in the form's Load method. When the form is designed, the method is called by the SAPForms Designer or from outside SAPForms. If you are using the SAPForms Designer as a stand-alone application, the Load method is called with Mode=2. This instructs the Load method to load the form from a file. If you are using the SAPForms Designer as a plug-in, the Load method is invoked from the hosting environment and receives the proprietary form description as a parameter. The populated SAPForm object should be passed to the SAPForms Designer by the PlugIn method of the Designer class.
Parameter |
Description |
Frm |
form or form template containing controls. |
Mode |
0=design time (add-in), 1=design time (file), 2=runtime. |
Classification 8
Load
ß
SAPforms Data Plug-In for Demoß
SAPXmit classß
SAPforms Form Plug-In for Outlookß
SAPXmit classß
SAPforms Transmit Plug-In for RFCß
SAPXmit classß
SAPforms Transmit Plug-In for MAPIß
SAPXmit classß
SAPforms Transmit Plug-In for SAPMAPIß
SAPXmit classß
SAPforms Transmit Plug-In for WinSockß
SAPXmit classß
SAPforms Transmit Plug-In for DemoProperties
Loads the property values of an SAPXmit object from a structured string. As a result, the status of the SAPXmit object that was previously saved permanently with the Save method is restored.
Parameter |
Description |
From |
Character string containing the structure information |