Emphasizing fields on a form by "blinking"

quote:

Let the OnTimer trigger call a blink function: Blink := NOT Blink; CurrForm.MyField.VISIBLE(Blink);
Originally posted by Steffen Voel - 2004 Nov 15 : 17:41:24

Thanks Steffen, What a smart idea to consider something like this! I don’t think they invented the on-time trigger for this purpose, but it works perfectly. What a luck you can alter the TimerInterval, or it would be quite annoying indeed. Ria