|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
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
Copyright © 2000-2012 BlueCielo ECM Solutions |