<%'This is for the header of the page%>
Fall Enrollment Summary
<%If LocationCode = "U" then%>
University Park
<%elseif LocationCode = "C" then%>
Campus Locations
<%else %>
College of Medicine
<%end if%>
<%=Mid(SemesterCodes,9,4)%> and <%=Left(SemesterCodes,4)%>
|
| |
|
|
|
|
|
<%=Mid(SemesterCodes,9,4)%> |
<%=Left(SemesterCodes,4)%> |
Change |
|
<%BuildTableArray()'This calls the Build Table Array function, which calls
'the stored procedures and puts the result in an array%>
<%for RowCount = 0 to queryrows 'Loop is executed 1, 2,or 3 times depending on number of tables needed %>
<%'This outputs the title of each row from array%>
| <%=TableData1(cstr(RowCount))%>
|
<%for subscript = 1 to 2 %>
<%=checkblank(TableArray(RowCount,subscript),subscript,RowCount)%>
|
<% next%> <%'for subscript = 1 to 2 %>
<%=FormatNumber((TableArray(RowCount,1)- TableArray(RowCount,2)),0,,-1)%>
|
<%next%> <%'for RowCount = 0 to queryrows %>
<%select case LocationCode%>
<%case "U"%>
| Subtotal |
<%for subscript = 1 to 2 %>
<%=formatnumber(TotalArray(subscript),0)%> |
<% next%> <%'for subscript = 1 to 2 %>
<%=FormatNumber((TotalArray(1)-TotalArray(2)),0,,-1)%>
|
<%for RowCount = 11 to 12%>
<%if RowCount = 12 then%>
|
<%end if%>
BGCOLOR="#c8c8c8"<%elseif RowCount=11 then%>height="25" valign="bottom"
<%end if%>>
| <%if RowCount=12 then%><%end if%>
<%=TableArray(RowCount,0)%>
<%if RowCount=12 then%><%end if%>
|
<%for subscript = 1 to 2 %>
<%if RowCount=12 then%><%end if%>
<%=checkblank(TableArray(RowCount,subscript),subscript,RowCount)%>
<%if RowCount=12 then%><%end if%>
|
<%next%> <%'for subscript = 1 to 2 %>
<%if RowCount=12 then%><%end if%>
<%=FormatNumber((TableArray(RowCount,1)- TableArray(RowCount,2)),0,,-1)%>
<%if RowCount=12 then%><%end if%>
|
<%next%> <%'for RowCount = 11 to 12%>
<%Case "C","M"%>
|
| <%=TableArray(queryrows+1,0)%> |
<%for subscript = 1 to 2 %>
<%=checkblank(TableArray(queryrows+1,subscript),subscript,queryrows+1)%> |
<%next%> <%'for subscript = 1 to 2 %>
<%=FormatNumber((TableArray(queryrows+1,1)- TableArray(queryrows+1,2)),0,,-1)%>
|
<%end select%>
| |
| |
|