Posts: 8
Threads: 3
Joined: Apr 2012
Reputation:
0
04-24-2012, 06:12 PM
Special Code is defined as a TeField in the Object Repository under screen2, but I still get no value in vb_text. I put a print statement in there to confirm that. does the vb_text have to be defined somewhere? Is there somewhere other than the Oject Repository I need to define Special Code?
Thanks!
Posts: 426
Threads: 4
Joined: Aug 2011
Reputation:
0
04-24-2012, 06:15 PM
Hi,
Could you please provide a snapshot of ur OR where this special code resides, so that it can be easy for me to rectify the changes.
Regards,
Sankalp
Posts: 21
Threads: 8
Joined: Apr 2012
Reputation:
0
04-26-2012, 07:20 PM
Thanks for your response, I have set all the values to Datatable,
now i am working on next task.
I have set the values to datatable, now I want to use these values to delete some links from the page.
now the thing is
Datatable values
1
2
3
4
I need to delete 1 2 3 4 number link from next page.
I have got the innertext of the link 1 2 3 4
now I wonder how can i do it?
If else conditions?