VIEW CÁC BẢNG KIỂM TRA DYNAMIC CỘT FIX
1. View bảng dinamic để kiểm tra
code ở mục "Trước tất cả"
Hàm dynamicCol
Đoạn if(_Vari.FormChinh.dtDynamicReportColumn.Rows.Count<= 0)
// Some code
public string dynamicCol(string strGT, string ctCotTruoc, string tencottruoc, string tencotnay, DataRow drReportFix)
{
if(_Vari.FormChinh.dtDynamicReportColumn.Rows.Count<= 0)
{
// tính toán cột dynamic, chèn vào bảng dtDynamicReportColumn
// view bảng kiểm tra
_Func.ViewTable(_Vari.FormChinh.dtDynamicReportColumn);
}
}2. View bảng dtColumn sau khi đã chèn đầy đủ cột và xem công thức
View code ở "Hậu xử lý"
Last updated