Import DXL File

Sorry if this is something that has been discuss over and over.

Does anyone have a simple code example of how to import some DXL back into Notes. This file contains info for a subform.

I am really new at DXL so I am probably missing something. I see examples of something in the help but it is related to DB’s.

Thanks in advance

Subject: Import DXL File

I got the code. Actually from Help :slight_smile:

Subject: Import DXL File

The code is the same – if the DXL is only for a subform, then only that subform will be created or modified. You’ll want to create the NotesDXLImporter, create a NotesStream from the DXL file and set that as the importer’s input, then set your database as the importer’s output. Set the desired DXLImportOptions value, then call Process. That’s all there is to it – the info in the DXL file will manage the rest for you.