You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Description

Check if a specified attribute override flag is enabled. PARAMETERS: OverrideFlag as Integer. RETURN DATATYPE: Boolean.

Syntax

Public Function IsOverrideEnabled( _
   ByVal OverrideFlag As Variant _
) As Variant

Parameters

OverrideFlag

OverrideFlag value values include:

  • 1 Bound default
  • 2 Default text
  • 3 Bound rule
  • 4 Check constraint
  • 5 Definition
  • 6 Note
  • 7 Domain datatype (override domain's version)
  • Foreign key datatype (override parent key's version)

Enable

See Also

  • No labels