料中心 DOWNLOAD
        在組態(tài)王運(yùn)行系統(tǒng)中如何清除報(bào)表單元格中的數(shù)據(jù)?
        時(shí)間:2018-08-16 瀏覽次數(shù):3595

        在組態(tài)王運(yùn)行系統(tǒng)中清除報(bào)表單元格中的數(shù)據(jù)是通過ReportSetCellString/ReportSetCellString2函數(shù)來實(shí)現(xiàn)的,調(diào)用格式: 

        ReportSetCellString("實(shí)時(shí)數(shù)據(jù)報(bào)表", 1, 1, "");

        ReportSetCellString2("實(shí)時(shí)數(shù)據(jù)報(bào)表", 1, 1, 1, 3, "");


        -->