| Back | Main view | Parent doc

Using and customizing IMiS/BatchScan from Lotus Notes client

IMPORTANT: Microsoft XML Parser 2.5 is required. It is shipped with Windows 2000 (or higher) or Internet Explorer 5.5 (or higher).

We introduced this feature in version 5.2. Main idea is to scan batch of documents that need to be linked to one Notes document. So this is different than using IMiS/Batchscan and IMiS/Avalanche, where we usually scan batch of documents of the same type and then link them to different Notes documents or even create Notes documents.

So if all documents from the batch should be linked in one Notes document than it would be appropriate if we can start IMiS/BatchScan from that Notes document. That is why we developed IMiS Batch subform which contains one action called Batch Scan and this subform must be inserted in every form where you need Batch Scan from Notes functionality. This action can not be used "out of the box" because it has to be set by customizing the code in it.

Lets look the code and some comments:

Sub Click(Source As Button) End Sub

Developer has to customize some lines in this code. Here are tips how to do that:

BATCHSCAN part:
PARSING XML file:

SENDING FILES TO IMIS/ARC:

ADDING OBJECTS TO NOTES DOC:

So it is very customizable. Developer can use function parameters to change behaviour or can use only some parts from this code. For example developer can skip
ADDING OBJECTS TO NOTES DOC part and use your own code to write objects to Notes document from IMiSFilesArray based on your application logic, etc.



| Back | Main view | Parent doc