<%@ page contentType="text/html; charset=GBK"%><%@ include file="/IncludeBeginMD.jsp"%><% String sSelName = CurPage.getParameter("SelName"); String sParaString = CurPage.getParameter("ParaString"); if(sParaString == null) sParaString = ""; String sSelDescribe = null, sSelBrowseMode = null, sAttribute4 = null; String sSql = "select SelDescribe, SelBrowseMode,Attribute4 from O where SelName = :SelName"; BizObject bo = JBOFactory.createBizObjectQuery("jbo.sys.SELECT_CATALOG", sSql).setParameter("SelName", sSelName).getSingleResult(false); if(bo != null){ sSelDescribe = bo.getAttribute("SelDescribe").getString(); sSelBrowseMode = bo.getAttribute("SelBrowseMode").getString(); sAttribute4 = bo.getAttribute("Attribute4").getString(); } if(sSelDescribe == null) sSelDescribe = "请选择所需信息"; if(sSelBrowseMode == null) sSelBrowseMode = ""; if(sAttribute4 == null) sAttribute4 = ""; %> <%=sSelDescribe%>                                                                                                             <%if(sSelBrowseMode.equals("")){%> <%}else{ if(sAttribute4.equals("1")){ //需要根据检索条件进行查询,则进行提示。 %> <%}%> <%}%>

没有定义对象选择窗口。请在"对象类型选择设置"模块定义 SelBrowseMode 属性。

请输入相应的查询条件,点击“查询”按钮获得查询结果!
<%=new Button("确认", "", "returnSelection()").getHtmlText()%> <%-- <%=new Button("清空", "", "clearAll()").getHtmlText()%> --%> <%=new Button("取消", "", "doCancel()").getHtmlText()%>
<%@ include file="/IncludeEnd.jsp"%>