Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共5 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:有关列的数据输入

1楼
maggie09 发表于:2009/6/26 19:25:00
能不能对列的属性进行设置,使得这一列的数据一经输入后,就不能修改,但是又不影响新的数据的输入?
2楼
yangming 发表于:2009/6/26 19:36:00

 表的PrepareEdit 事件


锁定“第一列”列的非空内容
If e.Col.Name = "第一列" AndAlso e.Row.IsNull("第一列") = False Then
    e.Cancel = True
End If
[此贴子已经被作者于2009-6-26 19:37:04编辑过]
3楼
maggie09 发表于:2009/6/26 20:03:00

非常感谢!

4楼
maggie09 发表于:2009/6/26 20:08:00
我输入下面的公式

If e.Col.Name = "外径" AndAlso e.Row.IsNull("外径") = False Then
    e.Cancel = True
   e.Col.Name = "壳高" AndAlso e.Row.IsNull("壳高") = False Then
    e.Cancel = True
   e.Col.Name = "总高" AndAlso e.Row.IsNull("总高") = False Then
    e.Cancel = True
End If

为什么跳出下面:


图片点击可在新窗口打开查看此主题相关图片如下:888.jpg
图片点击可在新窗口打开查看
5楼
mr725 发表于:2009/6/26 21:31:00
If e.Col.Name = "外径" AndAlso e.Row.IsNull("外径") = False orelse e.Col.Name = "壳高" AndAlso e.Row.IsNull("壳高") = False orelse e.Col.Name = "总高" AndAlso e.Row.IsNull("总高") = False Then
    e.Cancel = True
End If
共5 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .02344 s, 2 queries.