02-27-2008, 08:16 PM
But you can load object repository at run time instead of doing it throug settings.
Here is the code:
this code will load the shared repository at run time.
Correct me if I'm wrong.
Here is the code:
Code:
Set ORL=CreateObject("Mercury.ObjectRepositoryutil")
ORL.Load "Shared object repository path is given here"
this code will load the shared repository at run time.
Correct me if I'm wrong.