[progress Communities] [progress Openedge Abl] Forum Post: Re: Client Side Validation On Field

  • Thread starter Thread starter Shiva Duriseati
  • Start date Start date
Status
Not open for further replies.
S

Shiva Duriseati

Guest
Hi John, Can you try below code? var value="{!cvCity#value}"; if(!value.match(/^[a-zA-Z]*$/)) { return 'Only Character Allowed'; } Regards, Shiva

Continue reading...
 
Status
Not open for further replies.
Back
Top