G
Guest
I have an ASP page that has four separate DRW regions that give me sum
results for a date range accounding to departments. It works great. My
problem is I have the total figure formated for currency with the following
code:
<%=FormatCurrency(FP_FieldVal(fp_rs,"extended"))%>
If I run the page for a short date range, one of the departments may not
have any sales so it should have a 0.00 amount but using the above code gives
me an error.
Type mismatch: 'FormatCurrency'
How can I still see $0.00 and not get this error?
Thanks.
results for a date range accounding to departments. It works great. My
problem is I have the total figure formated for currency with the following
code:
<%=FormatCurrency(FP_FieldVal(fp_rs,"extended"))%>
If I run the page for a short date range, one of the departments may not
have any sales so it should have a 0.00 amount but using the above code gives
me an error.
Type mismatch: 'FormatCurrency'
How can I still see $0.00 and not get this error?
Thanks.