04-29-2012, 06:01 PM
(This post was last modified: 04-29-2012, 06:03 PM by srikanthqtp.)
Hi
Using the below code you can capture the value if particular field
Enter the Field Id which you want to capture
Now you can store the value in Datatable. (vb_text)
Please let me if it is not working..
Using the below code you can capture the value if particular field
Code:
vb_text=TeWindow("TeWindow").TeScreen("screen2").TeField("field id:=").Text
Now you can store the value in Datatable. (vb_text)
Please let me if it is not working..