Thursday, 20 April 2017

Datawindow Blinking Color Text

You will need to set the timer inteval of the datawindow to something, You can find the timer by double clicking on any blank part of the datawindow.

Next place a text field on the datawindow and In the visible section place this code:

if( mod( Integer( Mid( String( Now() ), 7, 2 ) ),2 ) =1,0,1)

Also possible to change colours by using color attribute:

if( mod( Integer( Mid( String( Now() ), 7, 2 ) ),2 ) =1,0,255)


Et Voila
Pushparaj

No comments: