|
 |
DEVLET
PLANLAMA TEŞKİLATI
Sekizinci Beş Yıllık Kalkınma Planı Özel İhtisas Komisyonu
Sektör Raporları |
<%
set rs = Server.CreateObject("ADODB.Recordset")
rs.Open "Select * from DPTRapor order by sektor_adi asc", conn
while not rs.EOF
%>
|
|
<%= rs("sektor_adi")%>
Raporu
<%
dim dogru
dogru = rs("new")
if dogru = True then %>
<% end if %>
|
| |
<%
dim fs, dosyaw, yolword, yolpdf, dosyap
yolpdf = Server.MapPath(rs("pdfURL"))
set fs = CreateObject("Scripting.FileSystemObject")
set dosyap = fs.GetFile(yolpdf)
%>
"> PDF Dokümanı (<%= FormatNumber(dosyap.Size / 1000, 0, 0, 0, -1) %>
KB) |
|
<%
set dosyap = nothing
set dosyaw = nothing
set fs = nothing
rs.Movenext
wend
rs.Close
set rs = nothing
%>
 |
PDF dosyalarını izleyebilmek için Adobe Acrobat
Reader' i buradan yükleyebilirsiniz.
|
|