This function calls the form macro with specified name.
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 |
Call the form macro with the specified name.
Profile.Form.RunMacro("PrepareFormForPatient")