Hello,
I’ve got probleme with importation many files dxl in my database.
The importation is OK but the links between document(father) and documents response (children) are lost … and all characters (é, &, à, è, …) are space .
Thanks for yours answers. It’s very urgent .
This is a example in my programm:
Dim importer As NotesDXLImporter
Set importer = session.CreateDXLImporter(stream, dbCopy)
importer.DocumentImportOption = DXLIMPORTOPTION_CREATE
Call importer.Process
Eric