06-03-2009, 06:17 PM
Way1:If you r taking check point on a required field
try using GetROproperty("")
before using this below code check in which property text is stored by right click on check point.it may be value or text or some other property.put accordingly in double quotes of GetROproperty.
way 2:if u r taking output check point
the value will be stored in global sheet.So take note of colum name and display like this
try using GetROproperty("")
before using this below code check in which property text is stored by right click on check point.it may be value or text or some other property.put accordingly in double quotes of GetROproperty.
Code:
a=Browser("XXX").ActiveX("Adobe Acrobat 7.0 Browser").WinObject("PageView").GetROproperty("text")
msgbox a
way 2:if u r taking output check point
the value will be stored in global sheet.So take note of colum name and display like this
Code:
Browser("XXX").ActiveX("Adobe Acrobat 7.0 Browser").WinObject("PageView").Output CheckPoint("PageView_1")
CheckVal=DataTable("columnname",dtGlobalSheet)
msgbox CheckVal