![]() |
Sergey Kornilov admin 1/26/2006 |
Pete, if Format = FORMAT_CURRENCY and GetData<>"" then |
|
Pete M author 1/27/2006 |
Thanks Sergey <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=7764&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' /> if Format = FORMAT_CURRENCY and GetData<>"" _
|
|
Pete M author 2/11/2007 |
Hi, |
|
Pete M author 2/13/2007 |
Is this possible please? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=15498&image=1&table=forumreplies' class='bbc_emoticon' alt=':rolleyes:' /> |
J
|
Jane 2/15/2007 |
Pete, if strValue=0 then strValue="" else strValue = FormatCurrency(CDbl(strValue)) end if |
|
Pete M author 2/15/2007 |
Thanks for that Jane, that's worked for the cell values. |
J
|
Jane 2/16/2007 |
Pete, ' show totals smarty.Add "showtotal_FieldName", GetTotals(totals("FieldName"),"TOTAL",recno-1,"Custom") and replace it with this one: ' show totals smarty.Add "showtotal_FieldName", GetTotals(totals("FieldName"),"TOTAL",recno-1,"Currency")
|
|
Pete M author 2/17/2007 |
Thanks Jane, |