想大家请教一下,表格控件内容的修改问题
我想向grid表格中显示的内容进行修改,并在修改后 修改请求表中内容也发生变化。现在生成临时表后无法修改表格中的内容
select*from 修改请求表 into cursor aac where 是否请求=.T. AND EMPTY(上级是否同意)
thisform.grid1.RecordSource ='aac'
thisform.grid1.RecordSourcetype= 1
thisform.grid1.column1.ControlSource="请求编号"
thisform.grid1.column2.ControlSource="请求人"
thisform.grid1.column3.ControlSource="请求时间"
thisform.grid1.column4.ControlSource="派工单号"
thisform.grid1.column5.ControlSource="是否请求"
thisform.grid1.column6.ControlSource="上级是否同意"
thisform.grid1.column7.ControlSource="是否已修改"
thisform.grid1.refresh