The Sessions collection contains all the active RepSession objects for the repository. It is zero based.

Dim objRepServer as RepServerLib.RepServer
..
Set objRepSession = objRepServer.Sessions(0)
What i learnt from going on the training course. Hope people find this useful!
1 comment:
I just assigned to work on a VB6 Index program with FileNet Panagon as images storage and management at the backend. It has the code of RepServerLib.RepServer can not compile. The error message says cannot find project or library. Could you help me on where can I find the repository library? I have included FnRSProxy21.0 Type library in the References, but it is still not working. Thanks.
Here is the code on error:
‘The repository server
Public goRepServer As RepServerLib.RepServer
Public goBatch As RepServerLib.RepObject
……
Post a Comment