eas多分錄標準單據的分錄操作按鈕是在**右上方的,有時由於業務需求,需要新增其它的操作按鈕,以滿足業務需求,可以先通過bos設計工具,在ui上任一位置新增好所需要的按鈕,再通過如下**,把按鈕新增到多分錄表頭上。當你把指定的按鈕新增到分錄的按鈕面板上後,ui上的自動就不顯示了。
先定義好方法。
/** * 給分錄上新增按鈕,加到最左邊
* * @author syj
* @date 2009-7-8
* * @param table
* @param button
*/private void addbuttontohmdentry(kdtable table, kdworkbutton button)
} // 獲取btn
if (controlpanel != null) }}
在初始化ui時,把按鈕新增到分錄表按鈕面板上。
public void inituicontentlayout()
EAS 分錄表頭合併
eas 開發中,有時需要對分錄或序時簿介面表的表頭做合併處理,方法如下 kdtentrys.addheadrow 0 kdtentrys.getheadrow 0 getcell 1 setvalue 物料編碼 kdtentrys.getheadrow 0 getcell 2 setvalue 詳細...
Oracle Form在工具欄增加按鈕
1.這個是在event裡頭的code if event name when new form instance then 普通選單 special30 商歷史採購cust null,true special30 property on begin add by guozhenbin 2009 11 ...
ecshop商品列表頁面增加按銷量排行
1 在表 ecs goods 新增字段 salesnum 注 自定義欄位名 2 開啟根目錄下檔案 flow.php 找到 插入訂單商品 sql insert into ecs table order goods order id,goods id,goods name,goods sn,produc...