Micro Focus QTP (UFT) Forums
Help with Select checkbox from data table value - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: Help with Select checkbox from data table value (/Thread-Help-with-Select-checkbox-from-data-table-value)



Help with Select checkbox from data table value - jayraocourts - 11-01-2019

in UFT , I have a data table with column ( "Checkbox) with a Value of 1.

I would like to have that value '1" used to place a check in the checkbox field in my test. 
in the properties of checkbox, when the box is selected, the properties "checked" has a Value of 1 and when unselected a value of 0.


I have :
Browser("A").Page("B").WebList("select_3").WebCheckBox("Checkbox", "checked").Set datatable.Value("Checkbox")


Can anyone assist with this scripting issue??