Zum Hauptinhalt gehen

Check Box remaining checked in runtime modification

Kommentare

1 Kommentar

  • 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

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.