Announcements
Hi every one , I having a Text input and if that Text input contains (") then I should hide the submit button.
IsMatch(ageingcommentstxt.Text , "Good",MatchOptions.Contains)
instead of "good" i need ("). is it possible .thank u .
You can use the Char() function, so it will look like this:
IsMatch(ageingcommentstxt.Text , Char(34), MatchOptions.Contains)
@Sumeth_002
You could set the Visible property of the button to the following formula:
!("""" in ageingcommentstxt.Text)
This will return true or false and thus make your button visible or not.
I hope this is helpful for you.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Congratulations to our 2026 Super Users!
Congratulations to our 2025 community superstars!
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Vish WR 914
11manish 627
Valantis 598