怎样实现分录行的上移下移?
3,649次浏览
编辑于2016年11月10日 13:15:01
我想实现分录行的上移下移,参考了这个帖子 {{{/article/1603766}}} 还是不知道从哪儿下手。
[code]indexup = this.View.Model.GetEntryCurrentRowIndex("FEntity")
this.View.Model.MoveUpEntryRow("FEntity", indexup)[/code]
用上面的代码能读出当前行的行号来,但是没有上下移动分录
[code]indexup = this.View.Model.GetEntryCurrentRowIndex("FEntity")
this.View.Model.MoveUpEntryRow("FEntity", indexup)[/code]
用上面的代码能读出当前行的行号来,但是没有上下移动分录