>
>
|
>
HEIGHT=<% = intTitleHeight %>>
|
>
JOB
|
>
HEIGHT=<% = intTitleHeight %>>
|
>
ORIGINATOR
|
>
HEIGHT=<% = intTitleHeight %>>
|
>
EWO
|
>
HEIGHT=<% = intTitleHeight %>>
|
>
PROJECT
|
>
HEIGHT=<% = intTitleHeight %>>
|
>
PLATFORM
|
>
HEIGHT=<% = intTitleHeight %>>
|
>
DATE
|
>
HEIGHT=<% = intTitleHeight %>>
|
<%
On Error Resume Next
'objRS.MoveFirst
'For intPageRec = intPageSize to intPageCount
intRecordsShown = 0
Do While intRecordsShown < intPageSize And Not objRS.EOF
intPtr = (intPtr + 1)
strDatBGColor = "#FFFFFF"
If intPtr Mod 2 = 0 Then strDatBGColor = "#DDDDEE"
strJobNumberBuf = objRS.Fields("Machine").Value & "-" & objRS.Fields("JobNumber").Value
strNameBuf = objRS.Fields("LastName").Value & "," & objRS.Fields("FirstName").Value & "," & objRS.Fields("MI").Value
strEwoBuf = objRS.Fields("PreEwo").Value & "-" & objRS.Fields("Ewo").Value
strProjectBuf = objRS.Fields("Project").Value
strPlatformBuf = objRS.Fields("PlatForm").Value
datDate = objRS.Fields("DateStamp").Value
strInsuranceNumber = "http://ekdir.kodak.com/details.cfm?EmpId=50" & objRS.Fields("OriginatorInsNumber").Value & "&Name=" & ParseOutRC(strNameBuf,0) & " " & ParseOutRC(strNameBuf,1) & " " & ParseOutRC(strNameBuf,2)
%>
>
>
<% If objRS.Fields("OriginatorInsNumber").Value = strAuthUser Then %>
>
<% Else %>
>
<% End If %>
|
>
HEIGHT=<% = intTitleHeight %>>
|
nowrap>
<% = strJobNumberBuf %>
|
>
HEIGHT=<% = intTitleHeight %>>
|
CLASS=LISTING>
<% = strNameBuf %>
|
>
HEIGHT=<% = intTitleHeight %>>
|
>
<% = strEwoBuf %>
|
>
HEIGHT=<% = intTitleHeight %>>
|
>
<% = strProjectBuf %>
|
>
HEIGHT=<% = intTitleHeight %>>
|
>
<% = strPlatformBuf %>
|
>
HEIGHT=<% = intTitleHeight %>>
|
>
<% = datDate %>
|
>
HEIGHT=<% = intTitleHeight %>>
|
<%
objRS.MoveNext
intRecordsShown = (intRecordsShown + 1)
Loop
'If objRS.EOF Then Exit For
'Next
objRS.Close
objConnSession.close
%>