Forum Discussion
Anumakonda_mahe
13 years agoFrequent Contributor
I got it i have used below code.
Sub Tofindfieldcount()
DIM Fieldslist, Fieldsinscrn
Fieldslist = Aliases.iexplore.mainpage.formF1.table.cell.table.cell.frameAppbody.frameBodyframe.formForm1.cellMaintd_2.tableDistable.FindALLChildren(Array("ObjectType"), Array("Textarea"), 1000, True)
Fieldsinscrn = uBound(Fieldslist)
Log.Message(Fieldsinscrn)
End Sub