sge
05-10-07, 05:22
| Hello, i want to make a normal report 1. jan feb mar 2. jan feb mar ------------- SUM of jan feb mar The last line is - normally - no problem with foxpro (Properties, calculation type SUM). But now I need to colour it red, when the sum is <0 I tried to do it with the property "PRINT WHEN jan<0" But then he checks the last value of jan (in the above example: 2. line) When I try "PRINT WHEN sum(jan)<0" the error message appears "canīt find sum.prg". How can I do it??? Thanks for any help!!! sge |