ISProfileForm.Save

Description

This function checks if the form was saved.

Syntax

object.Save()

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

Return Value

bool

Returns 'True' if the form was saved.

Example

Display Save for the form.

Dim aForm

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

Version information

Added in v7.8.0