数据编辑页禁止刷新数据
数据编辑页禁止刷新数据若在数据编辑“刷新数据”,查询页表格的内容发生变化当前焦点记录也会变化,
因此保存后无法同步更新修改好的数据。
C# Code:
public virtual void DoRefreshData(IButtonInfo sender)
{
if (tcBusiness.SelectedTabPage == tpSummary)
this.ShowSummary();
else
Msg.Warning("数据编辑页禁止刷新数据!");
}
扫一扫加作者微信