Hallo zusammen,
ich erstelle in C++ eine Lotus Notes Datenbank via NSFDbCreate. Das klappt auch soweit.
Es geht jetzt nur noch darum, den Titel der neuen Datebank zu setzen. Dieser wird im Designdokument des Datenbankicons gespeichert.
Die Funktion NSFDbCreate erstellt jedoch eine vollkommen leere Datenbank, ohne Bilder, Ansichten oder sonst was.
Zitat aus der C API Reference:
The newly created database is completely empty. It has no title, no access control list, no icon, no forms, no views, and no documents. Also, the database is closed. After creating a database, you must open it with NSFDbOpen or NSFDbOpenExtended before you can begin to copy/create the various elements of this new database.
Aber wie erstelle ich das Datenbankicon mit der C API?
Kennt da jemand was? Weiß da jemand was?
Gruß
Johnson