Salve a tutti ho un problema che forse riuscirete a risolvere
io uso la bellissimaclasse fpdf per generare una tabella con delle righe
****************************************
PAGINA ASP
****************************************
<%
Dim i,pdf,d
Set pdf=CreateJsObject("FPDF")
pdf.CreatePDF()
pdf.SetPath("fpdf/")
pdf.LoadExtension("table")
pdf.Open()
pdf.AddPage()
pdf.Table.Border.Width = 0.1
pdf.Table.Border.Color="00008B"
pdf.Table.Fill.Color="C9C8C0"
pdf.Table.TextAlign = "R"
pdf.SetColumns 120,20,30,40
pdf.SetFont "Arial","B",10
pdf.Row "Colonna 1","Colonna 2","Colonna 3","Colonna 4€"
for i=0 to 2
a="I dont see " & vbcrlf & "any problem when I run it on my web server ! It seems that your problem is not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPat I dont see any problem when I run it on my web server ! It seems that your problem is not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPatI dont see any problem when I run it on my web server ! It seems that your problem is not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPatI dont see any problem when I run it on my web server ! It seems that your problem is not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPatI dont see any problem when I run it on my web server ! It seems that your problem is not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPatI dont see any problem when I run it on my web server ! It seems that your problem is not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPatI dont see any problem when I run it on my web server ! It seems that your problem is not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPatI dont see any problem whenI run it on my web server ! It seems that your problem is not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPatI dont see any problem when I run it on my web server ! It seems that your problem is not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPatI dont see any problem when I run it on my web server ! It seems that your problem is not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPatI dont see any problem when I run it on my web server ! It seems that your problem is not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPat is not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPatI dont see any problem when I run it on my web server ! It seems that your problem is not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPatI dont see any problem when I run it on my web server ! It seems that your problem is not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPatI dont see any problem when I run it on my web server ! It seems that your problem is not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPatis not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPatI dont see any problem when I run it on my web server ! It seems that your problem is not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPatI dont see any problem when I run it on my web server ! It seems that your problem is not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPatI dont see any problem when I run it on my web server ! It seems that your problem is not due to the changes in tablemulticell.ext because the error line you report in fpdf.asp deals with the loading of the tablemulticell.ext extension : maybe it's in your path. In my asp example I use pdf.SetPat"
pdf.Row a,"2","3","4"
next
pdf.Close()
pdf.Output()
%>
*************************************************
il problema e' che a causa della lunghezza del testo mi sballa tutto
........pagine vuote, celle spostate
io vorrei che se il testo è + lungo della pagina lo spezzasse in due e continuasse nella 2 pagina con una nuova cella
qualcuno puo aiutarmi ?