Share this page 

Make a static text flashTag(s): Datawindow


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 )