dmbLibBrowserFormDone
dmbLibBrowserFormDone(
s_formtype
)
=> t
Description
Terminates the synchronization between the last form registered and the Library Browser. Applications should ALWAYS call this function when they know their Library Browser/form interaction has terminated (using Cancel or OK). Leaving it hanging could result in unpredictable behavior which would degrade the usability of the system.
Supplied for compatibility. Replace with ddsEndSyncWithForm.
Prerequisite
Call dmbLibBrowserFormDone after the hiDisplayForm call that brings up the DFII software form. Refer to the example under dmbSyncWithForm.
Arguments
|
Identifies the type of form that is invoking the Library Browser: |
Value Returned
Example
dmbLibBrowserFormDone( 'design )
Return to top