07-17-2009, 11:57 AM
Hi pallavi,
To validate the tootip text , go to object identification select SwfLabel object ,add the native class property to the Mandatory property field.
Then go to object repository select the add repository icon and add the SwfLabel object from the application ,so the properties are updated for SwfLabel object.
For getting the nativeclass property value of SwfLabel object use GetRoProperty method
kindly let me know if there is any query...............
Regards
Balakrishnan.N
To validate the tootip text , go to object identification select SwfLabel object ,add the native class property to the Mandatory property field.
Then go to object repository select the add repository icon and add the SwfLabel object from the application ,so the properties are updated for SwfLabel object.
For getting the nativeclass property value of SwfLabel object use GetRoProperty method
Code:
var=SwfWindow("Microbiology Result Entry Main").SwfLabel("SwfSuscInterpretation2").GetRoProperty("nativaclass)
msgbox var
kindly let me know if there is any query...............
Regards
Balakrishnan.N