Dear Kirkby,
Thank you for your advise.
Need to have below clarification from your side
a)
Your code
OnChange of InputTextField: UpdateContext({varText:Upper(TextInput2.Text)});
Here as per the code
InputTextField is a field where the on change event trigger if user changes the value
TextInput2.Text is the another field where the changes happens.
BUT what what InputTextField itself, to its own. if the user type lower case here.
Confused, as if needs to apply this it should trigger the code on the textField of its own.
I mean For example
TextInputBox1 - the code to remain on change property of its own. so user type in TextInputBox1 and once he leaves the field, the changes to happens, not to dependent on other field change
Please explain if I am wrong understanding.
B)
Issue is of All the Edit Form. All the Edit Form as TickMark Icon to Save the data.
It will be ok, if we use the code this icon, so user has to move to next, before it goes the code triggers to update all the field in the EditForm
Example
UpdateContext({varText:Upper(DataCardValue18.Value)
UpdateContext({varText:Upper(DataCardValue19.Valuet)
UpdateContext({varText:Upper(DataCardValue20.Value)
UpdateContext({varText:Upper(DataCardValue21.Value)
UpdateContext({varText:Upper(DataCardValue22.Value)
Please guide, if method is ok, then in trigger, all is getting updated and saved