2022年5月12日
摘要: // string sql = "UPDATE i_D002033Clockin a JOIN i_D002033attendanceDetail s ON MONTH(s.dateTime) = MONTH(a.Checkinperiod) and day(s.dateTime) = day(a. 阅读全文
posted @ 2022-05-12 19:56 天涯何 阅读(66) 评论(0) 推荐(0) 编辑
摘要: //load写在submit后面if(actionName == "Submit" && this.Request.ActivityCode == "Activity2") { H3.DataModel.BizObjectSchema jobschema = this.Request.Engine. 阅读全文
posted @ 2022-05-12 19:51 天涯何 阅读(32) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Text; using H3; public class D1505165b8d9780f9e349ab90537f34db37d255: H3.SmartForm.SmartF 阅读全文
posted @ 2022-05-12 09:41 天涯何 阅读(175) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic; using System.Text; using H3; public class D150516046321d5dbfc4d4e88380f736e51150e: H3.SmartForm.SmartF 阅读全文
posted @ 2022-05-12 09:40 天涯何 阅读(34) 评论(0) 推荐(0) 编辑
摘要: /* 控件接口说明: * 1. 读取控件: this.***,*号输入控件编码; * 2. 读取控件的值: this.***.GetValue(); * 3. 设置控件的值: this.***.SetValue(???); * 4. 绑定控件值变化事件: this.***.BindChange(ke 阅读全文
posted @ 2022-05-12 09:39 天涯何 阅读(58) 评论(0) 推荐(0) 编辑