Good morning,
I'm hitting a little speed bump while making a relatively minor change. In the following code, the check box is added to a dialog. All I'd like to do is have the check box checked on when the dialog displays.
fieldApproveBOM = dialog.addField(enumstr(NoYes),"@LAB01","@HELPLAB");
I've tried ...
fieldApproveBOM.value(NoYes::Yes);
... but that doesn't appear to have done anything. And the fieldApproveBOM doesn't have a checked() method.
Thank you!
*This post is locked for comments
I have the same question (0)