![]() |
Sergey Kornilov admin 4/16/2007 |
The code itself looks good. |
F
|
fnqchick author 4/16/2007 |
The code itself looks good. I need to see an explanation of "it doesn't work". Just in case make sure fields that participate in calculation are not NULL.
|
F
|
fnqchick author 4/16/2007 |
If I replace all dict values with real values it works fine. |
F
|
fnqchick author 4/16/2007 |
Are you sure someone can't help me? I have only about 6 hours left to get this done. |
![]() |
Alexey admin 4/16/2007 |
Hi, |
F
|
fnqchick author 4/17/2007 |
Hi, make sure you have proper values in dict("ApprovedSpend") and dict("ManagerMaxSpend") Display them on the page using response.writeclause.
|
C
|
clig 4/17/2007 |
I used response.write and the values are all correct, i even took out the fields and added real numbers and the code worked fine.
|
F
|
fnqchick author 4/21/2007 |
compare them as INT(dict("ApprovedSpend")) or something
|