产品表窗口的AfterLoad里的代码:Tables("产品表").SetHeaderRowHeight(40) '设置标题行的高度
Tables("产品表").Select(0, 0)
'Tables("产品表").Sort = "产品ID"
Tables("产品表").ExtendLastCol = True '最后一列自动拉伸填充
e.Form.Controls("FileManager1").Font = New Font("宋体",11)
''隐藏文件管理器中的目录,清除和管理命令
Dim fm As WinForm.FileManager = e.Form.Controls("FileManager1")
fm.AddFolderCommand.Visible = False
fm.ClearCommand.Visible = False
fm.ManagerCommand.Visible = False
''隐藏图片管理器中的清除和管理命令
Dim fl As WinForm.PictureViewer = e.Form.Controls("PictureViewer1")
fl.ClearCommand.Visible = False
fl.ManagerCommand.Visible = False
产品表为外部表, 不加载数据, [_Identify] is null的时候
打开产品表报错
.NET Framework 版本:4.0.30319.42000
Foxtable 版本:2020.5.29.8
错误所在事件:窗口,产品信息,AfterLoad
详细错误信息:
Invalid parameters for Select method.