You are here: Appendix D: VBScript reference > The Meridian Enterprise functions > AMMTags4TagPageIsVisible function

AMMTags4TagPageIsVisible function

Implement this user-defined function to control the visibility of the Objects property page for proxy objects in the Meridian Enterprise client applications.

Syntax
Function AMMTags4TagPageIsVisible () 
Parameters

This function accepts no parameters.

Example
Function AMMTags4TagPageIsVisible ()
    AMMTags4TagPageIsVisible = InStr(1, Document.FileName, "object") = 1
End Function

Related concepts

VBScript reference


www.bluecieloecm.com