News and events
Working Device List
Mar 28, 2008
Working Device List
OCR in open beta
Sep 17, 2007
OCR in open beta
 

Quickstart

Get going quickly with DocumentScanning for Lotus Notes

Follow the steps to use DocSLN in your Notes environment:

  1. attach a scanner to your workstation
  2. install the TWAIN driver for the scanner
  3. install DocSLN
  4. configure DocSLN
    1. open the configuration database DocConfen.nsf (german users DocConf.nsf)
    2. click validate system button in the workstation folder
    3. click reload button in this folder
    4. doubleclick unconfigured scanner button to open its view
    5. enter a name for this scanner (usefull is e.g. HP Scanjet 7450)
    6. set default for this workstation to yes
    7. save and close document
    8. change to the folder configuartion
    9. click new configuration button
    10. enter a name for this configuration and keep it in mind for part 5.4
    11. change to license folder
    12. click new license button
    13. enter hierarchical Notes name or organisazion name, you got the license for
    14. enter license key
    15. save and close document
  5. scan enable chosen Notes application
    1. open template of your Notes application in the Domino Designer
    2. open a view or folder
    3. create/change an action button
    4. supply this Notes formula to the click method of the action

      confname := "name of configuartion from '4.10'";

      database := @Subset(@DbName; -1);

      server := @Name([Canonicalize]; @Subset(@DbName; 1));

      @Command([FileSave]);

      @Command([Execute]; "docsln.exe";@Char(34) + @Implode(server) + @Char(34) + " " + @Char(34) + @Implode(database) + @Char(34) + " " + @Text(@DocumentUniqueID) + " "+confname);

      @Command([FileCloseWindow])

    5. change the first line of the formula
    6. save and close document
    7. change template of your database with the just edited one
    8. test the new function by clicking the added/changed button

Have fun using DocumentScanning for Lotus Notes!

ME The Modular-Elektronik Team