BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions

Extending the designer code

The code of an interface extension designer is the first place to extend custom functionality. The designer object (AMUIExtension object) provides a set of functions, properties, and methods to support the most common programming tasks. These can be accessed through the default interface of the designer object as demonstrated in the following example.

    Dim dsg As AMUIExtension
    Set dsg = Me
    
    Dim FileName As String
    FileName = dsg.DocumentDetails.FileName

Related information

AMUIExtension object


Copyright © 2000-2012 BlueCielo ECM Solutions

www.bluecieloecm.com