05-19-2009, 05:12 PM
Hi I want to insert Text / Output CheckPoint on the PDF page and want to get the value from Text Area. After getting that value want to Store it in Variable for further comparision.
The Code Just for Ex:
--> the above code is not working for me.
--> Can anyone suggest any code or idea about that.
--> Clearly speaking, want to get value from Text Checkpoint and want to Store it in Variable and then in message box want to display the value.
Thanks
The Code Just for Ex:
Code:
Dim CheckVal
CheckVal = Browser("XXX").ActiveX("Adobe Acrobat 7.0 Browser").WinObject("PageView").Check CheckPoint("PageView_1")
msgbox CheckVal
--> the above code is not working for me.
--> Can anyone suggest any code or idea about that.
--> Clearly speaking, want to get value from Text Checkpoint and want to Store it in Variable and then in message box want to display the value.
Thanks