Hi all
I have a situation to clean a Text Input after using a botton to be a collection. Everything works perfect, only that Text Input keeps value. how can I clean them
Solved! Go to Solution.
You need to reset the TextInput
Create a variable on the Form OnVisible property like:
UpdateContext({VarReset:false})
In the Reset property to the TextInput, give it the variable VarReset as its value
Then when you complete the collection add UpdateContext({VarReset:true }) and
In the onslect property to the TextInput UpdateContext({VarReset:false})
You need to reset the TextInput
Create a variable on the Form OnVisible property like:
UpdateContext({VarReset:false})
In the Reset property to the TextInput, give it the variable VarReset as its value
Then when you complete the collection add UpdateContext({VarReset:true }) and
In the onslect property to the TextInput UpdateContext({VarReset:false})
thank so much
User | Count |
---|---|
183 | |
105 | |
89 | |
44 | |
44 |
User | Count |
---|---|
226 | |
107 | |
106 | |
68 | |
67 |