Description

Returns true if the override control passed in is set for this domain. PARAMETERS: OverrideControlType (Integer). DATATYPE: Boolean.

Syntax

Public Function GetOverrideControl( _
   ByVal OverrideControlType As Variant _
) As Variant

Parameters

  • OverrideControlType

The override control IDs and types appear in the following table.

IDOverride Control Type
1Allow datatype
2Disallow datatype
3Allow default
4Disallow default
5Allow rule
6Disallow rule
7Allow definition
8Disallow definition
9Allow note
10Disallow note
20Initially migrate attachments
21Never migrate attachments
22Always migrate attachments
30Partial synchronize attribute name
31Never synchronize attribute name
40Partial synchronize column name
41Never synchronize column name
  • No labels