Hello all, I can copy/install a Basiclibrary from one Doc to a other Doc!!!
But: i can not copy/install the BasicDialogs of the same library ??? I can get the Dialoglibrary of the current document (= DialogLibraries) I can get the Global DialogLibraries ( = Globalscope DialogLibraries) For a BasicLibrary , following code works: <cModuleContents = oSourceLib.getByName( cModuleName ) > gives me a string containing the macro codelines <oIDestLib.insertByName( cModuleName, cModuleContents )> Install the module into te Lybrary For a BasicDialog , following code do NOT WORKS <cModuleContents = oSourceLib.getByName( cModuleName ) > gives no string but a object (do not now what in is) <oDestLib.insertByName( cModuleName, cModuleContents )> gives a error How can the dialog be inserted in the DestenationLibary of the doc Thanks for any hint --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
