I have a timer that updated read angles from a turn table. It does update each 200ms using UpdataData(FALSE)

Now I also have an EditBox where I enter some commands. But the timer overrun the commands I have entered before I have time to run UpdateData(TRUE).

Is there no way to update each EditBox by itself or any other way to avoid the problem?