목록화면들에서 목록 조회 후 컬럼 너비를 다시 불러오게 함
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user