08-02-2010, 01:22 PM
Hi All,
I found this code written by privious QTP expert:
I have tried to find the 0,0,90 values using object spy but i coundnt found where are these values come from?
All i know is that 1st 0 is for row number. what are other coming from?
i have checked the properties but found nothing. Please help!!
Thanks,
Regards,
Ajit
I found this code written by privious QTP expert:
Code:
Window("SiPass integrated").Dialog("Alarm Class Definition").WinButton("Add").Click
Window("SiPass integrated").Dialog("Alarm Class Definition").WinListView("If not actioned, trigger").Select [b]0,0,90[/b]
b = Window("SiPass integrated").Dialog("Alarm Class Definition").WinComboBox("ComboBox").GetItem (i)
I have tried to find the 0,0,90 values using object spy but i coundnt found where are these values come from?
All i know is that 1st 0 is for row number. what are other coming from?
i have checked the properties but found nothing. Please help!!
Thanks,
Regards,
Ajit