Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Capturing value from data table
#1
Solved: 10 Years, 9 Months, 2 Weeks ago
Code:
Browser("SomeName").Page("SomeName").WebEdit("QuickSearchTerm").Set DataTable("UserID", dtGlobalSheet)

I want to capture the UserID value from data table in to a variable , So, I have written this

Code:
Dim var
var=Browser("SomeName").Page("SomeName").WebEdit("QuickSearchTerm").Set DataTable("UserID", dtGlobalSheet)

But I am getting syntax error that this line needs end of statement

Is there any way to capture the above data table value in to a variable

Thanks in advance
Reply


Messages In This Thread
Capturing value from data table - by kriday - 06-26-2013, 11:20 PM
RE: Capturing value from data table - by Ankur - 06-27-2013, 12:54 AM
RE: Capturing value from data table - by kriday - 06-27-2013, 01:05 AM
RE: Capturing value from data table - by vinod123 - 06-27-2013, 10:55 AM
RE: Capturing value from data table - by ramkamal - 10-31-2013, 05:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  data table use uft_usr 1 2,121 06-29-2016, 05:23 PM
Last Post: Ankesh
  Writing to Run time data table Neetha 5 11,699 08-27-2015, 10:18 AM
Last Post: supputuri
  Capturing a value in a webtable EK21 4 4,181 08-21-2015, 01:08 AM
Last Post: EK21
  Need help in capturing the Calculator result using QTP 11 vishruth143 0 2,019 01-20-2015, 11:08 AM
Last Post: vishruth143
  How to mask the particular read only mode fields while capturing screenshot in QTP kalaivanan123 2 3,372 03-18-2014, 11:31 AM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 1 Guest(s)