Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Selecting a cell in the grid
#1
Not Solved
Hello,
I am trying to use a variable to select a cell in the grid, as shown below(RowCount), but getting an error. What is the correct syntax

Code:
Browser("North Shore Loan Origination_2").Page("North Shore Loan Origination").Frame("Screen").WbfUltraGrid("UGxGuarantor").SelectCell [b][b]RowCount[/b],"Ledger_Type_Lkup_ID"
Browser("North Shore Loan Origination_2").Page("North Shore Loan Origination").Frame("Screen").WbfUltraGrid("UGxGuarantor").SelectCell "0","ENTITY_NAME"

Thanks,
Raj
Reply
#2
Not Solved
What is the error message displayed ?

Would this help ?
Code:
Browser("North Shore Loan Origination_2").Page("North Shore Loan Origination").Frame("Screen").WbfUltraGrid("UGxGuarantor").SelectCell Cint(rowcount),"ENTITY_NAME" ?
Basanth
Give a fish to a man and you feed him for a day..Teach a man how to fish and you feed him for life.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Can QTP handle slick grid table in a web page qtplearner88 2 4,245 10-01-2019, 10:44 AM
Last Post: shilpi952
  Searching for and selecting row in Datawindow zsl0009 0 2,653 08-04-2015, 01:02 AM
Last Post: zsl0009
  Problem selecting in a dropdown menu during playback. qemls29 9 12,419 07-28-2015, 05:44 PM
Last Post: Sharan
  Selecting Link Magad 1 2,649 11-07-2014, 03:56 AM
Last Post: PrateepKaraval
  selecting values from the dropdown webelement poojaarora014 3 17,633 04-22-2014, 12:12 PM
Last Post: basanth27

Forum Jump:


Users browsing this thread: 1 Guest(s)