Creating large numbers of similar documents
When you create documents, you can use the newNoteFromForm: method with an AbtLnDatabase. Understand that this method reads an AbtLnFormNote, parses it's form definition, extracts field definitions and passes them to the new document for initialization.
Instead of sending the newNoteFromForm: message many times, read the form's structural information and initialize the documents yourself, as demonstrated in the following sample programs.
Last modified date: 01/29/2015