ISProfileForm.Abort

Description

Rise 'Abort' exception with the specified message.

Syntax

object.Abort aMessageText

Part Attribute Type Description
object Required
The object always implements the ISProfileForm interface
aMessageText In, Required
string
The text message for the exception

Example

Rise 'Abort' exception with the specified message.

Dim aForm

Set aForm = Profile.Form
aForm.Abort ("Exception")  
Note: This macro should be executed in any event handler of the form control.

Version information

Added in v7.8.0