Foxtable(狐表)用户栏目专家坐堂 → 工具栏排序错误


  共有2256人关注过本帖树形打印复制链接

主题:工具栏排序错误

帅哥哟,离线,有人找我吗?
yifan3429
  1楼 | 信息 | 搜索 | 邮箱 | 主页 | UC


加好友 发短信
等级:九尾狐 帖子:2483 积分:22954 威望:0 精华:0 注册:2011/3/29 17:14:00
工具栏排序错误  发帖心情 Post By:2018/3/6 20:06:00 [显示全部帖子]

.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是循序呢  还是重新开始呢   都不行  会报错

 回到顶部