在BIEE应用开发中,页签内容可以包括已保存的answers、HTML等内容,用户只需将answers拖入页签部分即可。以下是实现该功能的代码示例:
package menu;
import java.awt.event.ActionEvent;
import java.io.*;
import java.sql.*;
import oracle.sql.CLOB;
import com.runqian.report.cellset.*;
import com.runqian.report.ide.ReportFrame;
import com.runqian.report.ide.configmenu.CMAction;
public class Menu001 extends CMAction {
public void actionPerformed(ActionEvent arg0) {
String reportString = getCurrentReportAsString();
if(reportString == null) return;
String rptName = handler.processMessage(\"getFileName\", null).toString();
if(rptName == null) return;
ReportFrame rf = (ReportFrame)handler.processMessage(\"getParentFrame\", null);
try {
Connection conn = rf.dss.getActiveConnection().getConnection();
conn.setAutoCommit(false);
Statement stmt = conn.createStatement();
oracle.sql.CLOB rptClob = getReportClob(stmt, rptName);
clobWrite(rptClob, reportString);
conn.commit();
} catch (Throwable e) {
e.printStackTrace();
}
}
}