Hello there,
I am doing an input text (number format) and I need users to only be able to use numbers and not allow them to use dot or commas.
I could use it in text format or number it is indistinct.
I can not figure out how to do it or manage to give it the format so that the user cannot write it and in the case that he can, delete it
Solved! Go to Solution.
Even user types comma as soon as he get out of textbox comma will be removed. You can use it with both
Even user types comma as soon as he get out of textbox comma will be removed. You can use it with both
I tried with dot but didnt work
Set(varTest,Substitute(Substitute(Self.Text,",",""),".",""))
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Power Platform release plan for the 2022 release wave 2 describes all new features releasing from October 2022 through March 2023.
User | Count |
---|---|
206 | |
97 | |
60 | |
51 | |
45 |
User | Count |
---|---|
257 | |
158 | |
85 | |
79 | |
58 |