Forum Discussion
irina_lukina
14 years agoSuper Contributor
Hi Christophe,
The behavior you'd described is incorrect, and I registered an appropriate issue in our DB. Thanks for reporting it.
While we're working on the solution, I'd recommend that you use the following code:
Call aqObject.CheckProperty(<object>.GroupBox, "checked", cmpEqual, 1) ' <- Use 1 instead of True
Does this help?