` Printed Icetips Article

Icetips Article



Par2: Blink text
2010-03-21 -- Ikrami Sami
 
How to blink your text or field without any template ? 

* In your window or browse adjust ( Timer ) to 50 ( you can adjust this value ) 
*At embeded point ( Timer ) Add : 

  IF ?String1{PROP:FontColor} = Color:Black Then 
     ?String1{PROP:FontColor} = Color:White 
  Else 
     ?String1{PROP:FontColor} = Color:Black 
  End 
* ?String1 may be ?prompet or Field name



Printed May 2, 2024, 12:05 pm
This article has been viewed/printed 35118 times.