목록화면들에서 목록 조회 후 컬럼 너비를 다시 불러오게 함

This commit is contained in:
chikyun.kim
2019-07-18 08:40:57 +09:00
parent 355b88f6bc
commit 5c77244a45
21 changed files with 268 additions and 991 deletions

View File

@@ -27,8 +27,7 @@ namespace FCM0000
refreshData();
refreshDataS();
FPUtil.ColSizeLoad(ref this.fpSpread1, fn_fpcolsize1);
FPUtil.ColSizeLoad(ref this.fpSpread2, fn_fpcolsize2);
this.dsMSSQL.Customs.TableNewRow += Customs_TableNewRow;
this.dsMSSQL.Staff.TableNewRow += Staff_TableNewRow;
}
@@ -53,6 +52,8 @@ namespace FCM0000
{
this.ta.Fill(this.dsMSSQL.Customs);
// this.taStaff.Fill(this.dsMSSQL.Staff);
FPUtil.ColSizeLoad(ref this.fpSpread1, fn_fpcolsize1);
}catch (Exception ex)
{
FCOMMON.Util.MsgE(ex.Message);
@@ -64,6 +65,7 @@ namespace FCM0000
{
// this.ta.Fill(this.dsMSSQL.Customs);
this.taStaff.Fill(this.dsMSSQL.Staff);
FPUtil.ColSizeLoad(ref this.fpSpread2, fn_fpcolsize2);
}
catch (Exception ex)
{