在表单插件如何调用复制行按钮
//设置焦点行
// this.View.SetEntityFocusRow("FEntity", i);
this.View.GetControl<EntryGrid>("FEntity").SelectRows(new int[1] { i});
if (this.View is IDynamicFormViewService)
(this.View as IDynamicFormViewService).EntryBarItemClick("FEntity", "tbCopyEntryRow");
你好,想批量调用展开行按钮,报错索引超限。count= 3,i = 0。想不好是啥原因
,
在表单插件如何调用复制行按钮
//设置焦点行// this.View.SetEntityFocusRow("FEntity", i);this.View.GetControl<EntryGrid>("FEntity").SelectRows(new int[1] {...
点击下载文档
上一篇:表单插件调用保存、提交、审核按钮下一篇:报表增加千分位显示
本文2024-09-16 18:42:39发表“云星空知识”栏目。
本文链接:https://wenku.my7c.com/article/kingdee-k3cloud-23903.html
您需要登录后才可以发表评论, 登录登录 或者 注册
最新文档
- 鼎捷API-T100-5.生产信息API-过帐发料单数据-t100.oapi.issuing.data.post-wssp00249CN02_s.pdf
- 鼎捷API-T100-3.销售信息API-读取销售价格表数据-t100.oapi.sales.price.details.data.read.get-wssp00096CN02_s.pdf
- 鼎捷API-T100-5.生产信息API-删除发料单数据-t100.oapi.issuing.data.delete-wssp00246CN02_s.pdf
- 鼎捷API-T100-5.生产信息API-过帐工单当站入库数据-t100.oapi.wo.report.stockin.data.post-wssp00305CN02_s.pdf
- 鼎捷API-T100-2.采购信息API-创建收货单数据-t100.oapi.purchase.receipt.data.create-wssp00120CN02_s.pdf
- 鼎捷API-T100-3.销售信息API-生效销售价格表数据-t100.oapi.sales.price.data.available-wssp00099CN02_s.pdf
- 鼎捷API-T100-6.帐款信息API-作废应收帐款数据-t100.oapi.accounts.receivable.data.invalid-wssp00297CN02_s.pdf
- 鼎捷API-T100-1.企业基础API-失效员工数据-t100.oapi.employee.data.unavailable-wssp00010CN02_s.pdf
- 鼎捷API-T100-2.采购信息API-创建核价单数据-t100.oapi.pricing.list.data.create-wssp00067CN02_s.pdf
- 鼎捷API-T100-1.企业基础API-删除工作站工作中心数据-t100.oapi.workstation.data.delete-wssp00054CN02_s.pdf
热门文章