Rich Text Editors OnChange Doesn't Trigger unless we click outside of the box or press tab.
Please note, I have also set default property of the rich text editor.
How to overcome this situation ?
Rich Text Editors OnChange Doesn't Trigger unless we click outside of the box or press tab.
Please note, I have also set default property of the rich text editor.
How to overcome this situation ?
Feel free to use the variable wherever it will be valuable. Or you can perform all the logic you need in the timer's OnTimerEnd action.
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Connect with me online.
@KeithAtherton : Thanks for your Input. I am using Rich Text Editor without form ( Standalone )
In the solution that you have provided, where exactly shall i plug in the variable ?
Hi @Garry030424,
I've come across the same issue with that control (and others) before, quite annoying.
The workaround I did was to add a timer control to the form with the following properties:
Then use the variable locInput where needed.
If I have answered your question, please mark your post as Solved.
If you like my response, please give it a Thumbs Up.
Connect with me online.