08-30-2009, 11:17 AM
Hi,
Instead of using the getRoProperty can you please use the childobjects and try to obtain number of childobjects in the grid?
Could you please provide the hierarchy so we can implement the code exactly.
Thanks,
Malini
Thanks,
Malini
Instead of using the getRoProperty can you please use the childobjects and try to obtain number of childobjects in the grid?
Code:
Set DescObj=Descp.Create()
DescObj("micclass").value="your flexdatagrid property here"
Set totalrows=Browser(x).Page(x).childObjects(DescObj)
msgbox totalrows.count
Thanks,
Malini
Thanks,
Malini