Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to print a text present within a weblist
#2
Not Solved
WebList("user[country]") - This seems to be an object from the repository.
You cannot use Descriptive programming in this order.
1. If Parent object is identified by descriptive methods, the child objects also need to be identified by descriptive methods only.
2. If parent object identified by Object repository, the child objects could be descriptive.

In short, once you use descriptive technique for a statement, all the subsequent object references in it need to be descriptive.

In your case you could use
Code:
odef(0).GetItem(2)
here '0' could be replaced by whatever index of the weblist you wish to interact with.
Reply


Messages In This Thread
RE: Unable to print a text present within a weblist - by akhi_s27 - 08-03-2015, 09:23 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)