show / hide menu

Me.IsValid

In our day to day life, we come across many forms from different multitudes. Some may have very few details to fill up while others will have much more to be entered with many mandatory fields. A cash deposit form in a bank is an example of a form with many fields which are labeled as mandatory. ClaySys AppForms we can check if the field is valid or not by simply checking the rule ‘Me.IsValid’. This is a rule which will check if the mandatory fields are filled or not, if all the mandatory fields are filled ‘true’ value will be assigned to it, in case if any field is blank then ‘Me.IsValid ‘will be ‘false’.

Click here to for the example for Me.IsValid