Microsoft dynamics ax2012 : Number Sequence Framework, Step by Step Get link Facebook X Pinterest Email Other Apps March 04, 2014 http://www.slideshare.net/HamdaouiAmine/microsoft-dynamics-ax2012-number-sequence-framework-step-by-step Get link Facebook X Pinterest Email Other Apps Comments PRAMODJuly 2, 2015 at 12:01 AMwhat is the use run method in forms?ReplyDeleteRepliesReplyPRAMODJuly 2, 2015 at 12:02 AMhow can we know that form is executed??pls replyReplyDeleteRepliesReplyPRAMODJuly 2, 2015 at 3:44 AM Static Server boolean validateEmail(socialsecuritynumber _socialsecuritynumber)//syntax error//{ Str MatchEmailPattern = @"^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$"; System.Text.RegularExpressions.Match myMatch; ; myMatch = System.Text.RegularExpressions.Regex::Match( _socialsecuritynumber, MatchEmailPattern); return(myMatch.get_Success());}I am getting error in Validate email as syntax error.Please can one rectify??ReplyDeleteRepliesReplyAdd commentLoad more... Post a Comment
what is the use run method in forms?
ReplyDeletehow can we know that form is executed??pls reply
ReplyDeleteStatic Server boolean validateEmail(socialsecuritynumber _socialsecuritynumber)//syntax error//
ReplyDelete{
Str MatchEmailPattern =
@"^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$";
System.Text.RegularExpressions.Match myMatch;
;
myMatch = System.Text.RegularExpressions.Regex::Match(
_socialsecuritynumber, MatchEmailPattern);
return(myMatch.get_Success());
}
I am getting error in Validate email as syntax error.Please can one rectify??