Organizer access |
This collection of components give you access to Lotus Organizer 97 files (*.OR3). It works with Delphi 2.0 only and requires an installed Lotus Organizer 97. The sample shows how to put addresses from a (dBase-, Paradox-) table into the address-section of an Organizer97-file. OrgAPI.PAS shows how to dynamically load a DLL at runtime. This DLL (OrgAPI32.DLL) is installed by the Organizer to the Organizer-directory and requires DLL's that are in the Organizer-directory and others that are in a different directory (Lotus-components) - so I have to load these DLL's first, load OrgAPI32.DLL and release these DLL's after. Do you know an easier way? The components are build to work with an Organizer-file as it would be a database. There is a similarity with TTable and TField. But I could not use the classes defined in DB.PAS - they are not "virtual" enough. Download (28KB, Version 0.2, Last modified: Mar-19-1997) |
|