Aller au contenu principal

Check Box remaining checked in runtime modification

Commentaires

1 commentaire

  • Zack Robison
    The error is because the "Checked" property of a CheckBoxFormItem is a boolean value, not a string like what you're trying to feed it.  So you need to change that. I assume that the "Favorite" value is already a boolean; if that is the case then you should be fine using the System Convert.ToBoolean method.  If you don't also have a way to persist the checked boxes, I would look into using the Set/Get External Value activities.
    0

Vous devez vous connecter pour laisser un commentaire.