ISProfileForm.RunMacro

Description

This function calls the form macro with specified name.

Syntax

object.RunMacro aMacroName

Part Attribute Type Description
object Required
The object always implements the ISProfileForm interface
aMacroName In, Required
string
The name of the form macro

Example

Call the form macro with the specified name.

Profile.Form.RunMacro("PrepareFormForPatient")  
Note: This macro should be executed in any event handler of the form control.

Version information

Added in v7.8.0