|
|
|
|
|
|
|
<%
do while not lista.EOF%>
| <%=lista(6)%> |
<%=lista(7)%> |
|
<%=SetFrmt(lista(11),2)%> |
<%=lista(12)%> |
|
|
|
|
|
|
<%=lista(8)%> <%=lista(9)%> |
<%if not isnull(lista(10)) then
if CDbl(lista(10))< 0 then Response.Write(Cstr(SetFrmt(lista(10),0)) + " %") end if
end if%> |
<%=SetFrmt(lista(13),2)%> |
|
<%=SetFrmt(lista(14),0)%> |
<%if CDbl(lista(15)) > 0 then Response.Write(Cstr(SetFrmt(lista(15),0))) end if%> |
<%if CDbl(lista(16)) > 0 then Response.Write(Cstr(SetFrmt(lista(16),0))) end if%> |
<%=Trim(lista(17))%> |
<%if not(Cstr(Year(lista(18))) = "2001" and Cstr(Month(lista(18))) = "1" and Cstr(Day(lista(18))) = "1") and not(Cstr(Month(lista(18))) = "12" and Cint(Day(lista(18))) > 27) then Response.Write(GetTheDate(lista(18))) end if
if (Cstr(Month(lista(18))) = "12" and Cstr(Day(lista(18)))="28") then Response.Write(sDelayed) end if
if (Cstr(Month(lista(18))) = "12" and Cstr(Day(lista(18)))="29") then Response.Write(sNextYear) end if
if (Cstr(Month(lista(18))) = "12" and Cstr(Day(lista(18)))="30") then Response.Write(sNoConf) end if
if (Cstr(Month(lista(18))) = "12" and Cstr(Day(lista(18)))="31") then Response.Write(sNotAvailable) end if %> |
<%
sCikkszam = lista(6)
lista.MoveNext()
if not(lista.EOF) then
%>
<%
do while not lista.EOF
if lista(6) = sCikkszam then
%>
|
<%=lista(8)%> <%=lista(9)%> |
<%if not isnull(lista(10)) then
if CDbl(lista(10))< 0 then Response.Write(Cstr(SetFrmt(lista(10),0)) + " %") end if
end if%> |
<%=SetFrmt(lista(13),2)%> |
|
<%=SetFrmt(lista(14),0)%> |
<%if CDbl(lista(15)) > 0 then Response.Write(Cstr(SetFrmt(lista(15),0))) end if%> |
<%if CDbl(lista(16)) > 0 then Response.Write(Cstr(SetFrmt(lista(16),0))) end if%> |
<%=Trim(lista(17))%> |
<%if not(Cstr(Year(lista(18))) = "2001" and Cstr(Month(lista(18))) = "1" and Cstr(Day(lista(18))) = "1") and not(Cstr(Month(lista(18))) = "12" and Cint(Day(lista(18))) > 27) then Response.Write(GetTheDate(lista(18))) end if
if (Cstr(Month(lista(18))) = "12" and Cstr(Day(lista(18)))="28") then Response.Write(sDelayed) end if
if (Cstr(Month(lista(18))) = "12" and Cstr(Day(lista(18)))="29") then Response.Write(sNextYear) end if
if (Cstr(Month(lista(18))) = "12" and Cstr(Day(lista(18)))="30") then Response.Write(sNoConf) end if
if (Cstr(Month(lista(18))) = "12" and Cstr(Day(lista(18)))="31") then Response.Write(sNotAvailable) end if %> |
<%
else
exit do
end if
lista.MoveNext()
loop%>
|
<%
else%>
|
<%
end if
loop
Parancs= " SELECT SUM(ERTEK_RU) Netto_uton,SUM(ERTEK_RU)*1.20 Brutto_uton , " _
& " SUM(ERTEK_FPS) Netto_rakt, SUM(ERTEK_FPS)*1.20 Brutto_rakt " _
& " FROM GOLD_Megr_Visszaig WHERE PARTNER_KOD = " & CStr(Session("PartnerKod"))
set listaSum=cnnSearch.execute(Parancs)
%>