on 2016 Aug 25 12:19 PM
Hi All,
I am Creating user Form , i need to Check Date Field (Edit TextBox) is empty .How to do ? How to Pass error for this .
Hi Lakshmi,
in the ItemEvent, and BeforeAction = True you can check with the code below.
if (string.IsNullOrEmpty(this.FormItems.edDeprDat.EditText.Value.ToString()))
{
//Send an display message to the user
}
In case of empty date yoou have to set the BubbleEvent variable to False.
Kind Regards,
Evangelos D. Plagianos
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
100 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.