%@ page contentType="text/html; charset=GBK"%><%@
include file="/IncludeBegin.jsp"%><%
/*
页面说明: 示例校验页面
*/
String PG_TITLE = "示例校验页面";
//获得页面参数
String sExampleID = CurPage.getParameter("ExampleID");
if(sExampleID==null) sExampleID="";
//通过DW模型产生ASDataObject对象doTemp
String sTempletNo = "ExampleInfo";//模型编号
ASDataObject doTemp = new ASDataObject(sTempletNo,Sqlca);
doTemp.setRequired("ExampleName", true);
ASDataWindow dwTemp = new ASDataWindow(CurPage,doTemp,Sqlca);
dwTemp.Style="2"; //设置DW风格 1:Grid 2:Freeform
dwTemp.ReadOnly = "0"; //设置是否只读 1:只读 0:可写
//生成HTMLDataWindow
Vector vTemp = dwTemp.genHTMLDataWindow(sExampleID);//传入参数,逗号分割
for(int i=0;i<%@include file="/Resources/CodeParts/Info05.jsp"%>
<%@ include file="/IncludeEnd.jsp"%>