ISProfileForm.UnLockForm

Description

This function unlocks the CDO form and its linked contact to allow them being changed somewhere else.

Syntax

object.UnLockForm

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

Example

Unlock the CDO form and its linked contact to allow them being changed somewhere else.

Dim aForm

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

Version information

Added in v7.8.0