Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to change script for checkbox from Dropdown list
#2
Solved: 11 Years, 8 Months, 2 Weeks ago
Try implementing your logic around this

Code:
If Strcomp ("Yes",Datatable.Value ("Order" & i, dtlocalSheet),1) = 0   Then
        flag = "ON"
        Else
        flag = "OFF"
    End If

If Disabled = "0" Then
    Browser("..").Page("..").WebCheckBox("..").Set  flag
End If
Reply


Messages In This Thread
RE: How to change script for checkbox from Dropdown list - by rajeshwar - 01-13-2011, 12:01 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Help with Select checkbox from data table value jayraocourts 0 1,425 11-01-2019, 10:25 PM
Last Post: jayraocourts
Sad How To Find Dropdown Object based on Values from the dropdown list mesg2anil 12 35,131 12-19-2017, 10:25 PM
Last Post: sandy2404
  how to select value from google search box dropdown +QTP prajyot 0 3,019 06-28-2017, 06:30 PM
Last Post: prajyot
  Compare second web list value according to the first web list value roselin6 1 2,988 10-07-2015, 09:14 PM
Last Post: supputuri
Sad Click checkbox using its label name. venkatesh9032 1 3,385 08-10-2015, 10:33 PM
Last Post: kotaramamohana

Forum Jump:


Users browsing this thread: 1 Guest(s)