摘要:
在水晶报表中也是可以添加函数的在报表空白出右键----报表----公式工作室在报表自定义函数中就可以增加自己的函数了Function AmountToWord2(dblAmount As Double) As String dim strValue as string strValue=cstr(dblAmount)strValue=replace(strValue,",","")dim intLenValue as number intLenValue=len(strValue)dim intDecPos as numberintDecPos=inst 阅读全文
posted @ 2011-08-10 17:57 隐客 阅读(645) 评论(0) 推荐(0)
浙公网安备 33010602011771号