Bernie,

Have you tried setting the blinking property AFTER you make it visible?

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

Emmitt Dove Manager, DairyPak Business Systems Blue Ridge Paper Products, Inc. 40 Lindeman Drive Trumbull, CT 06611 (203) 673-2231 [EMAIL PROTECTED] [EMAIL PROTECTED]



Reply via email to