一个表控件 类型
SQLTable ;
Dim zc As String="Select * from 分段数据 Where 品种 Is Null"
Tables(e.Form.Name & "_table1").fill(zc,数据源名,True)
DataTables(e.Form.Name & "_table1").DataCols.Add("起始日期",Gettype(Date))
DataTables(e.Form.Name & "_table1").DataCols.Add("结束日期",Gettype(Date))
Tables(e.Form.Name & "_table1").Cols("起始日期").UsetBuildInEditor=True
Tables(e.Form.Name & "_table1").Cols("结束日期").UsetBuildInEditor=True
新插入的两列起始日期和结束日期 为什么录修改不了?
内置输入器是好使的,就是选中的日期无法改变原来的值? 谢谢