> Hi
>
[quoted text clipped - 14 lines]
> My experience is that document management applications rarely allow you to
> do exactly what you had in mind; but perhaps I'm just being cynical.
iManage does expose an object model. It is not all that wonderfully well
documented but it does exist, and you can use VBA code to save files to
iManage and retrieve file from it.
You do need to create a reference to the iManage library, and from my
experience, the library required depends on the version of Word being used,
which is rather a nuisance as it means that if you have a mixed environment,
you have to have two different versions of your templates or add-ins, one
for each version of word, differing only in the references that are set.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
sjwopg - 03 Aug 2007 16:28 GMT
Thanks to the both of you. I figured it was sort of dll reference issue. I'll
check with my client's vendor about that.
If the documentation is sketchy or better/worse yet unavailable, how can I
find out the properties and methods of the dll?
Steve
> > Hi
> >
[quoted text clipped - 24 lines]
> you have to have two different versions of your templates or add-ins, one
> for each version of word, differing only in the references that are set.
Jonathan West - 03 Aug 2007 17:29 GMT
> Thanks to the both of you. I figured it was sort of dll reference issue.
> I'll
> check with my client's vendor about that.
>
> If the documentation is sketchy or better/worse yet unavailable, how can I
> find out the properties and methods of the dll?
Once the reference is set, you can look at the object model using the object
browser. Press F2 when in the VBA editor to take a look at the object
browser. There will almost certainly be some sample code provided. Look at
that and see how it is built.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
sjwopg - 03 Aug 2007 18:32 GMT
Thanks again, Jonathon.
> > Thanks to the both of you. I figured it was sort of dll reference issue.
> > I'll
[quoted text clipped - 7 lines]
> browser. There will almost certainly be some sample code provided. Look at
> that and see how it is built.