I cannot get a static text field to blink.
I have the following custom eep in "after start"

SELECT alertflag INTO vflag FROM customer WHERE customerno=.cno
IF vflag = 'Y' THEN
 PROPERTY CustAlert BLINKINTERVALON '2'
 PROPERTY CustAlert BLINKCOLOR 'aqua'
 PROPERTY CustAlert BLINKING 'TRUE'
 PROPERTY CustAlert visible 'TRUE'
ELSE
 PROPERTY CustAlert visible 'False'
ENDIF
RETURN

CustAlert is the component id in the static text field

I also tried setting the blinking interval in the field property

I would appreciate any help on this blinking project

Bernie Lis



Reply via email to