Make a static text flash

On the General tab of the datawindow object, you set the Timer Interval value (say 2 for 2 seconds)and for a static text, you add this expression in the Visible property :
If( Mod( Second( Now()), 2 ) = 0, 1, 0 )



If you find this article useful, consider making a small donation
to show your support for this Web site and its content.

Written and compiled by Réal Gagnon ©1998-2010
[ home ]