求大神指点
控件初始化时间
var that=this;
setInterval(function() {
var a=FR.remoteEvaluate('=sql("数据连接名","你的sql语句",1,1)')
that.options.form.getWidgetByName("控件名").setValue(a);
}, 1000*60*10)