Hi Pallavi,
using the object spy click on that SwfLabel object , it will show all the Test object properties available for SwfLabel object ,check the tooltip property is available or not
suppose if it is not present in the Test object properties ,select the Runtime object properties and check the tooltip property is available or not, if it is present in that
or
kindly let me know , if there is any query
Regards
Balakrishnan.N
using the object spy click on that SwfLabel object , it will show all the Test object properties available for SwfLabel object ,check the tooltip property is available or not
suppose if it is not present in the Test object properties ,select the Runtime object properties and check the tooltip property is available or not, if it is present in that
Code:
var=SwfWindow("Microbiology Result Entry Main").SwfLabel("SwfSuscInterpretation2").GetToProperty("Tooltip")
msgbox var
Code:
var=SwfWindow("Microbiology Result Entry Main").SwfLabel("SwfSuscInterpretation2").GetRoProperty("Tooltip")
msgbox var
Regards
Balakrishnan.N