dmbGetCurrentLib
dmbGetCurrentLib(
)
=> ddId / nil
Description
Returns the ddId of the library currently selected in the Library Browser if a form is registered to it (otherwise, the Library Browser is hidden).
Supplied for compatibility to support those applications that may be sharing the information from a form (although it might not matter what form it is). Replace with ddsGetCurrentLib.
Arguments
Value Returned
|
The |
|
|
No library is selected or the Library Browser is not synchronized with any particular form. |
Example
> x = dmbGetCurrentLib() dd:12347080
The Library Browser is displayed and a library is selected for backward compatibility.
Return to top