.NET Framework 版本:2.0.50727.8762
Foxtable 版本:2018.3.3.1
错误所在事件:窗口,用户主页,AfterLoad
详细错误信息:
插入索引已超出范围。必须为非负值,并且必须小于或等于大小。
参数名: index
e.Form.Strips("工具栏1").Items.InsertControl("用户备忘",e.Form.Controls("用户备忘"),12)
e.Form.Strips("工具栏1").Items.InsertControl("导出用户",e.Form.Controls("导出用户"),13)
e.Form.Strips("工具栏2").Items.InsertControl("选择1",e.Form.Controls("选择1"),14)
e.Form.Strips("工具栏2").Items.InsertControl("选择2",e.Form.Controls("选择2"),15)
e.Form.Strips("工具栏1").Items.InsertControl("用户备忘",e.Form.Controls("用户备忘"),12)
e.Form.Strips("工具栏1").Items.InsertControl("导出用户",e.Form.Controls("导出用户"),13)
e.Form.Strips("工具栏2").Items.InsertControl("选择1",e.Form.Controls("选择1"),1)
e.Form.Strips("工具栏2").Items.InsertControl("选择2",e.Form.Controls("选择2"),2)
工具栏1 工具栏2 index是循序呢 还是重新开始呢 都不行 会报错