Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to set the selectedindex property of the Radcombox >>see description
#1
Not Solved
In my application i have 5 or 6 radcombobox on a page.i have create the description for the radcombobox like that
Code:
set statusdesc=Description.Create
statusdesc("micclass").value ="RadComboBox"
statusdesc("class").value="RadComboBox RadComboBox_WebBlue "
set statobj=Browser("test").Page("test").WebTable("testing ").ChildObjects(statusdesc)

then in a loop i want to set the index 2 for all the return objects
Code:
For j=0 to statobj.count-1
statobj(j).Highlight
statobj(j).selectedindex=2
Next
an error like function or property is not supported by the object comes when selectedindex statement executed.
Reply


Messages In This Thread
How to set the selectedindex property of the Radcombox >>see description - by Imtiaz-QA - 08-06-2010, 07:01 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to find out the object property in the Description language . njnirmal 9 6,290 05-19-2015, 12:30 AM
Last Post: qtptester66523
  Description.Create with same propertie and different values, not working ttralor 2 2,349 01-13-2013, 12:11 AM
Last Post: ttralor
  Problem while adding description of an object using a varibale shibinp 2 3,272 08-25-2011, 10:51 AM
Last Post: shibinp
  descriptive programming- object description vnicey 3 4,379 11-24-2010, 01:02 AM
Last Post: Anu123
Exclamation How to pass property name in description? Kartikraman 4 3,567 07-12-2010, 10:38 AM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 1 Guest(s)