Article ID: 132534
Article Last Modified on 9/30/2003
Height = 19
Width = 68
BackStyle = 0-Transparent
BorderWidth = 0
BackStyle 0-Transparent
Height = 16
Caption = ""
Width = 14
RowHeight = 19
CurrentControl CenterChk1
Width = 68
Sparse = .F.
ControlSource = products.discontinued
THISFORM.nCurRec = RECNO()
THISFORM.Grid1.SETALL('DynamicBackColor',;
'IIF(THISFORM.nCurRec == RECNO(), rgb(0,0,128), rgb(255,255,0))',;
'Column')
THISFORM.Grid1.SETALL('DynamicForeColor', ;
'IIF(THISFORM.nCurRec == RECNO(), rgb(0,0,255), rgb(0,0,0))', ;
'Column')
THIS.REFRESH
THISFORM.nCurRec = RECNO()
THIS.REFRESH
Keywords: kbbug kbfix kbvfp500fix KB132534