摘要: 1、常用的提示信息框,this.View.ShowMessage("你好") using System; using System.Collections.Generic; using System.Linq; using System.Text; //最基础的 using Kingdee.BOS; 阅读全文
posted @ 2021-03-04 15:46 乄゛無痕 阅读(977) 评论(0) 推荐(0)
摘要: 1、删除单据体信息DeleteEntryData 表单插件单据体操作 using System; using System.Collections.Generic; using System.Linq; using System.Text; //引用,单据体插件 using Kingdee.BOS. 阅读全文
posted @ 2021-03-04 15:08 乄゛無痕 阅读(1876) 评论(0) 推荐(0)
摘要: 1、获取单据标题 this.View.GetFormTitle() 2、获取表单Fid内码this.View.Model.DataObject["Id"] this.View.Model.GetPKValue 3、设置焦点this.View.GetControl().SetFocus() 4、字段锁 阅读全文
posted @ 2021-03-04 14:54 乄゛無痕 阅读(1255) 评论(0) 推荐(0)
摘要: 1、给单据头,备注赋值,你好this.View.Model.SetValue("FNote", "你好"); 代码示例: using System; using System.Collections.Generic;using System.Linq;using System.Text;//引用us 阅读全文
posted @ 2021-03-04 14:29 乄゛無痕 阅读(1319) 评论(0) 推荐(0)
摘要: 云星空7.5版本,以简单方式配置并测试了热更新的实现方式可行,操作如下(7.5外版本没试过,大家可试下): 1、打开WebSite\App_Data\Common.config,修改appSettings,设置IsEnablePlugInHotUpdate为true,重启IIS; 若appSetti 阅读全文
posted @ 2021-03-04 14:03 乄゛無痕 阅读(766) 评论(0) 推荐(0)
摘要: 1、打开BOS,打开销售订单,扩展,增加一个按钮; 2、点菜单栏,编辑,批量编辑字段属性,点菜单集合,工具条鼠标右键,按钮; 3、打开VS,新建项目,类; 4、鼠标右键,修改类的名字 5、添加引用 6、修改输出路径 7、输入下面的代码 using System;using System.Collec 阅读全文
posted @ 2021-03-04 13:58 乄゛無痕 阅读(2217) 评论(1) 推荐(1)