Thread Rating:
  • 2 Vote(s) - 2.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Text CheckPoint Or Output CheckPoint
#2
Not Solved
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.
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
Reply


Messages In This Thread
Text CheckPoint Or Output CheckPoint - by shriqtp - 05-19-2009, 05:12 PM
RE: Text CheckPoint Or Output CheckPoint - by kavitha - 06-03-2009, 06:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  table output values shipu 1 2,337 01-24-2014, 10:06 AM
Last Post: supputuri
  Read text from text file and save it into a variable in qtp arpan 3 12,957 06-19-2013, 08:34 PM
Last Post: arpan
  Need to compare two text files - ignoring some text nelly27281 2 4,577 09-09-2012, 12:09 PM
Last Post: freeboynil
  output check point sdazad 11 10,693 11-02-2011, 10:57 AM
Last Post: Ankesh
  it is possible import from excel to table with expected data of checkpoint database i sarcastic 0 2,256 08-05-2011, 04:42 PM
Last Post: sarcastic

Forum Jump:


Users browsing this thread: 1 Guest(s)