Reset(DataCardValueDateCleaned);
Reset(DataCardValueCleanedBy);
Reset(DataCardValueDateMaitained);
Reset(DataCardValueMaintainedBy);
Reset(DataCardValueDateApproved);
Reset(DataCardValueApprovedBy);
Reset(DataCardValueStatusNotes);
SubmitForm(CrownFormRmMakeReady)
I get the following error message: "The reset button can only be used with a resettable control. Controls within a form or gallery control can only be reset from within the same form or gallery template". Okay ... how do you do that?
The gallery I'm using doesn't have a reset property. I've tried setting the form's "On Reset" property to true. None of the DataCardValue fields have a reset property. I've selected the form when I inserted the button control.
I appreciate your help. Mel.