2017-02-10 12:57 UTC
I am trying to set a checkbox and I am not sure of the correct syntax and I am using the following code:
(dcl-Control-SetProperty Tree_Survey/Form1/CheckBox7 1)
I understand that
0 = unchecked
1 = checked
2 = indeterminate
Using control property as below what is the PropertyApiName ?
(dcl-Control-SetProperty Tree_Survey/Form1/CheckBox7 PropertyApiName [as String] NewValue [as Varies])
Thanks in advance
Scott
(dcl-Control-SetProperty Tree_Survey/Form1/CheckBox7 1)
I understand that
0 = unchecked
1 = checked
2 = indeterminate
Using control property as below what is the PropertyApiName ?
(dcl-Control-SetProperty Tree_Survey/Form1/CheckBox7 PropertyApiName [as String] NewValue [as Varies])
Thanks in advance
Scott