摘要:/Files/szyicol/HTTP代理服务器.rar
阅读全文
posted @ 2011-08-25 17:01
|
|||
08 2011 档案
摘要:在水晶报表中也是可以添加函数的在报表空白出右键----报表----公式工作室在报表自定义函数中就可以增加自己的函数了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
|
|||