GRID.AllowAdd="Y";
GRID.AllowDelete="Y";
GRID.AllowEdit="Y";
GRID.AllowFieldEdit="N,Y,Y,Y,Y,Y,Y";
GRID.AllowFooter="Y";
GRID.AllowNavigation="Y";
GRID.AllowSearch="Y";
GRID.AllowWrap="N,N,N,N,N,N,N";
GRID.BackMessage="";
GRID.BackPage="";
GRID.BitFieldMask="Y";
GRID.CellAlign="center,left,left,left,left,right,right";
GRID.CFQPType="CF_SQL_NUMERIC";
GRID.ColumnFormulae="0~0~0~0~0~0~0";
GRID.ColumnHeader="ID,ZIP,ZIP Class,City,State,Latitude,Longitude";
GRID.CustomAltTexts="";
GRID.CustomConditionals="";
GRID.CustomHelpTexts="";
GRID.CustomImageHeights="";
GRID.CustomImages="";
GRID.CustomImageWidths="";
GRID.CustomNames="";
GRID.CustomParameters="";
GRID.CustomTargets="";
GRID.DateMask="mm/dd/yyyy";
GRID.DefaultValue="nil,nil,nil,nil,nil,nil,nil";
GRID.DisplayLimit="0,0,0,0,0,0,0";
GRID.DisplayType="N,N,N,N,N,N,N";
GRID.DownArrow="down_maroon.gif";
GRID.EditFieldMaxLength="0,10,S,50,2,11,11";
GRID.EditFieldType="0,N,S,N,N,N,N";
GRID.EditFieldWidth="0,10,S,20,3,12,12";
GRID.ExpandedColHdr="ID,ZIP,ZIP Class,City,State,Latitude,Longitude";
GRID.ExpandedColumnFormulae="0~0~0~0~0~0~0";
GRID.ExpandedDisplayLimit="0,0,0,0,0,0,0";
GRID.ExpandedDisplayType="N,N,N,N,N,N,N";
GRID.ExpandedEditFieldType="0,N,S,N,N,N,N";
GRID.ExpandedFieldCFQPType="0,2,2,2,2,2,2";
GRID.ExpandedFields="RECORDNUMBER,ZIP,ZIP_CLASS,CITY,STATE,LATITUDE,LONGITUDE";
GRID.ExpandedHiddenFields="";
GRID.ExpandedMiniHeader="nil,nil,nil,nil,nil,nil,nil";
GRID.ExpandedSubHeader="nil,nil,nil,nil,nil,nil,nil";
GRID.ExpandedWH="100,100";
GRID.FieldCFQPType="0,2,2,2,2,2,2";
GRID.Fields="RECORDNUMBER,ZIP,ZIP_CLASS,CITY,STATE,LATITUDE,LONGITUDE";
GRID.ForcedPixelWidth="0,0,0,0,0,0,0";
GRID.ForeignKey="";
GRID.GridName="demo_base";
GRID.HiddenFields="";
GRID.ImagesPath="images/";
GRID.JoinedTableName="";
GRID.LinkIcon="";
GRID.PageHeader="Zone Improvement Plan Code Information";
GRID.PagesToShow="5";
GRID.PKeyVisible="Y";
GRID.PrimaryKey="RecordNumber";
GRID.RequiredFields="N,Y,Y,Y,N,Y,Y";
GRID.ResetButtonImage="";
GRID.RowsButtonImage="";
GRID.RowsToShow=10;
GRID.SearchButtonImage="";
GRID.SearchFields="Y,Y,Y,Y,Y,Y,Y";
GRID.ShowEraser="Y";
GRID.SortColumn="Y,Y,Y,Y,Y,Y,Y";
GRID.SortFieldNumber="1";
GRID.SortFieldType="1";
GRID.TableName="zip_codes";
GRID.TableWidth="620";
GRID.TimeMask="hh:mm:ss";
GRID.UseDB="1";
GRID.userDefinedDisplay="";
GRID.userDefinedInsert="";
GRID.userDefinedPreInsert="";
GRID.userDefinedPreUpdate="";
GRID.userDefinedUpdate="";
GRID.WhereClause="zip_codes.STATE='PR'";
request.DROPDOWN.ZIP_[1][1]="STANDARD";
request.DROPDOWN.ZIP_[1][2]="Standard";
request.DROPDOWN.ZIP_[2][1]="UNIQUE";
request.DROPDOWN.ZIP_[2][2]="Unique";
request.DROPDOWN.ZIP_[3][1]="PO BOX ONLY";
request.DROPDOWN.ZIP_[3][2]="P.O. Box Only";
request.DROPDOWN.ZIP_=ArrayNew(2);
request.GRID.dbPassword="";
request.GRID.dbUserName="";
request.GRID.DemoMode="";
request.GRID.DSN=variables.DSN;
request.GRID.DumpQueryOnError="";
request.GRID.ErrorDisplay="ONSCREEN";
request.GRID.ErrorEmail="";
request.GRID.ErrorEmailServer="";
request.GridArray.FieldHelp[1]="The primary key. Not editable.";
request.GridArray.FieldHelp[2]="The U.S. ZIP code value";
request.GridArray.FieldHelp[3]="The ZIP Code's classification. One of three values.";
request.GridArray.FieldHelp[4]="The City that this ZIP code belongs to.";
request.GridArray.FieldHelp[5]="The U.S. State in which the City resides.";
request.GridArray.FieldHelp[6]="The latitude associated with this location.";
request.GridArray.FieldHelp[7]="The longitude associated with this ZIP code.";
request.GridArray.FieldHelp=ArrayNew(1);
request.GridArray.FieldValidate[1][1]="nil";
request.GridArray.FieldValidate[1][2]="nil";
request.GridArray.FieldValidate[2][1]="\d{5}";
request.GridArray.FieldValidate[2][2]="Only a five-digit number is acceptable entry.";
request.GridArray.FieldValidate[3][1]="nil";
request.GridArray.FieldValidate[3][2]="nil";
request.GridArray.FieldValidate[4][1]="^[A-Z[:blank:]]+$";
request.GridArray.FieldValidate[4][2]="The City field must use only upper-case letters. A blank space inside the name is allowed.";
request.GridArray.FieldValidate[5][1]="[A-Z]{2}";
request.GridArray.FieldValidate[5][2]="The State field must use only uppercase letters and can be only two characters in length.";
request.GridArray.FieldValidate[6][1]="nil";
request.GridArray.FieldValidate[6][2]="nil";
request.GridArray.FieldValidate[7][1]="nil";
request.GridArray.FieldValidate[7][2]="nil";
request.GridArray.FieldValidate=ArrayNew(2);
request.GridArray.HiddenInputArray=ArrayNew(2);