随笔- 488
文章- 1
评论- 31
阅读-
144万
02 2016 档案
OATable中column栏位数据居中的实现方法及代码
摘要:// Table column中显示居中的实现 // QpriceResultTable1 为table的名称 // noPrice 为table中的列 OATableBean table = (OATableBean)webBean.findChildRecursive("QpriceResult
阅读全文
总计字段上加格式:如千分位 比较笨拙的一种方法
摘要://总计字段上加格式:如千分位1、MonWastageSumVO1为table名称2、Totalloss对应table总计字段名称3、bValues是赋给总计的值OATableBean table = (OATableBean)webBean.findIndexedChildRecursive("M
阅读全文
run jdeveloper, unable to create an instance of the Java Virtual Machine Located at path:
摘要:刚才打开 jdevW.exe 时提示如下错误: Unable to create an instance of the Java Virtual MachineLocated at path:x:\xxxx\jre\bin\client\jvm.dll最后的解决办法是:编辑 jdevW.exe 所在
阅读全文
向多页TABLE中插入数据时,新增行总是在当前页的最后一行
摘要:CODE IN CO CODE IN AM 方法二: 方法三: 这种方法有点小问题: 仅仅在第一页有效,应该可以再修改修改,懒得改了
阅读全文