var that=this; setInterval(function() { var a=FR.remoteEvaluate('=sql("ds1","select to_char(make_time, 'yyyy-mm-dd hh24:mi:ss') AS DT from ht_satime_submit_log where list_name = 'submit_list'",1,1)') that.options.form.getWidgetByName("D_DT").setValue(a); }, 3000) |