如果想禁止其他人编辑:
http://www.foxtable.com/help/topics/0605.htm
prepareEdit事件:
If e.Col.Name = "编号" Then If user.Type <> UserTypeEnum.Developer Then e.cancel = True End IfEnd If
此外这种编号,也可以直接用自动增量列,不用写代码,不过这样的话谁也不能编辑:
http://www.foxtable.com/help/topics/0107.htm
http://www.foxtable.com/help/topics/1443.htm