求教!别人做的软件,我想知道在哪里修改表单中指定 grid3表格 数据源 字段 的代码?
求教!别人做的软件,我想知道在哪里修改这个表单中,指定 grid3表格 数据源 字段 的代码?就是想自己能修改 GRID3表格,显示的字段。
这个表单的 GRID2表格显示的字段内容,在这个表单的查询按钮里面。
CLICK 过程里面
修改的代码如下:
thisform.grid2.RecordSource ='ddtmp'
thisform.grid2.column1.ControlSource="ddtmp.rq"
thisform.grid2.column2.ControlSource="ddtmp.bm"
*!* thisform.grid2.column3.ControlSource="gybt.名称"
*!* thisform.grid2.column4.ControlSource="dxtmp.cjhc"
*!* thisform.grid2.column5.ControlSource="dxtmp.cjhs"
*!* thisform.grid2.column6.ControlSource="dxtmp.ssqs"
*!* thisform.grid2.column7.ControlSource="dxtmp.xjqs"
*!* thisform.grid2.column8.ControlSource="dxtmp.zrhc"
*!* thisform.grid2.column9.ControlSource="dxtmp.zrhs"
thisform.grid2.column3.ControlSource="ddtmp.mz"
thisform.grid2.column4.ControlSource="ddtmp.c3"
thisform.grid2.column10.ControlSource="ddtmp.xz"
thisform.grid2.column12.ControlSource="ddtmp.mc"
点击 GRID 2 表格 查看列中的 查看按钮后,GRID 3 才显示数据的。
GRID3 表格的数据源应该和GRID 2 查看列中的 查看按钮 有关系。
GRID 3 表格 的数据源,有没有像这样的指定代码?我想应该有的?但是我没有找到?
表单的表格数据修改.rar
(1.23 MB)
[此贴子已经被作者于2016-6-11 13:57编辑过]