Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Conditional Formatting for SUBFOOT

Status
Not open for further replies.

LPGAST

Programmer
Jun 4, 2004
10
US
Hi all, I am trying to conditionally format the negative values in my subfoot line. I have it working for data lines, Grand Totals and my subtotals. But for subfoot it doesn't work as described in the manual.

Below is my trial attempts. The first line will color the field red unconditionally, meaning it will always print red regardless of the value. The second line remains black regardless of the value, meaning to me the syntax is incorrect.

Does any one have an idea of what I'm doing wrong?

Code:
TYPE=TABFOOTING, OBJECT=FIELD, ITEM=4,COLOR='RED',STYLE=NORMAL,$

TYPE=TABFOOTING, OBJECT=FIELD, ITEM=5,COLOR='RED',STYLE=NORMAL,WHEN=ST.DLY%_WTD LT 0,$
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top