var v0=this.getValue(); var v1 = _g().getCellValue(0, 2, 1); //alert(v1); var sz=FR.remoteEvaluate("sql('test','select max(cast(数值 as float)) 数值 from t1 where num < ('"+v0+"') and code = ('"+v1+"') ',1,1)"); sql("test","select max(cast(数值 as float)) 数值 from t1 where num < ('"+v0+"') and code = ('"+v1+"') ",1,1) |