ISProfileForm.ExportForm

Description

This function creates eMessage for ACC 45 and returns False if it was completed successfully.

Syntax

object.ExportForm()

Part Attribute Type Description
object Required
The object always implements the ISProfileForm interface

Return Value

bool

Returns 'False' if the ACC 45 form was successfully exported.

Example

Display ExportForm for the form.

Dim aForm

Set aForm = Profile.Form
aForm.ExportForm  
Note: This macro should be executed in any event handler of the form control.

Version information

Added in v7.8.0