How do we add object repository dynamically?(During runtime)

Showing Answers 1 - 3 of 3 Answers

Guest

  • Nov 7th, 2006
 

Hi you can use the following code to dynamically load the O.R

   Set Apps=createobject("quicktest.application")
   Apps.Test.Settings.Resources.objectrepositorypath="ObjectRepositoryPath"
   Set Apps=nothing

Regards,

Satish

venu

  • Dec 4th, 2006
 

your answer is simply  superb. Thank you very much

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions