ISProfileForm.FormProperty

Description

This property contains the string value of the custom form property accessible by its name.

Syntax

object.FormProperty(aName)

Part Attribute Type Description
object Required
The object always implements the ISProfileForm interface
aName In, Required
string
The name of the custom form property

Return Value

string

Example

Show the information message and disable the street address controls in General View in Patient Center.

Profile.MsgBox("Editin of Street Address is disabled for this practice")
Form.FormProperty("StreetAddress") = "DISABLED"  
Note: Several profile forms have custom properties that are accessible through the macro in "window defaults"

Version information

Added in v7.8.0