Snowflake68
Registered User.
- Local time
- Today, 03:13
- Joined
- May 28, 2014
- Messages
- 464
Does anyone know if there is an event which I can use that will trigger only when a user manually changes a value in a text box on a form.
I have an afterupdate event running which runs a calculation to update the same text box but I also want to allow the user to enter a value in that text box but I need to trigger another event when they do this.
I have tried onChange event but that triggers as soon as they enter a single character but I want it to trigger after they tab out of it.
I have an afterupdate event running which runs a calculation to update the same text box but I also want to allow the user to enter a value in that text box but I need to trigger another event when they do this.
I have tried onChange event but that triggers as soon as they enter a single character but I want it to trigger after they tab out of it.