For the complete documentation index, see llms.txt. This page is also available as Markdown.

cột ảo

// Some code
		string fieldSeleThem = "benno,ngay,psno,ngoaite,tkno,tkco,loaitien,ongba,khthue,khachhang_ten,ngayhd,ptvat,dvdo,soluong2,MoreValue"; // liệt kê các trường thêm để truyền tham số ngoài các trường lựa chọn trong RPT file nếu có
		string ssele = _Func.GetStringSeleFromXReport(rpt, fieldSeleThem, swhere);
		string cotao = _Func.GetFieldFromMoreValue("thanhtien") +","+_Func.GetFieldFromMoreValue("tiengiamtru");
		ssele = ssele.Replace("DuLieuKeToan.[MoreValue]", cotao);
		DataTable dt = _Func.DBSelect(ssele);
		

Last updated