var value; FR.remoteEvaluateAsync(’"=SQL(“数据库连接名”, “exec 存储过程名’+”’" + 参数1 + “’,’” + 参数2 + “’,’” + 参数3 + “’,’” + 参数4 + “’”+", 1, 1)", function callback(value) { if (value == 1) { alert(“数据匹配窗口关闭”); setTimeout(“window.close();”, 1000); } else { alert(“数据错误\n错误数据:”+value); var f = this.options.form.getWidgetByName("butter"); f.setVisible(true); }; }); 其中 var f = this.options.form.getWidgetByName("butter"); f.setVisible(true); 部分为显示参数面板的按钮butter,但实际在APP上执行的时候却没有显示出butter出来 |
最佳回答 |
||||
0
|
|