Visualizzazione dei risultati da 1 a 7 su 7

Discussione: Fpdf + tabelle

  1. #1
    Utente di HTML.it L'avatar di Miscio
    Registrato dal
    Oct 2003
    Messaggi
    132

    Fpdf + tabelle

    Salve a tutti ho un problema che forse riuscirete a risolvere

    io uso la bellissima classe 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 ?
    Yama ... Mille Anni in Montagna

  2. #2
    Utente di HTML.it L'avatar di viki1967
    Registrato dal
    Feb 2003
    Messaggi
    1,757
    Qui se ne parla.
    A S P : tutto il resto è noia...
    L I N U X : forse mi "converto"...

  3. #3
    Utente di HTML.it L'avatar di Miscio
    Registrato dal
    Oct 2003
    Messaggi
    132
    l'avevo gia visto ma non c'e' la riposta la mio problema

    up
    Yama ... Mille Anni in Montagna

  4. #4
    Utente di HTML.it L'avatar di Miscio
    Registrato dal
    Oct 2003
    Messaggi
    132
    up
    Yama ... Mille Anni in Montagna

  5. #5
    Utente di HTML.it L'avatar di Miscio
    Registrato dal
    Oct 2003
    Messaggi
    132
    up
    Yama ... Mille Anni in Montagna

  6. #6
    Utente di HTML.it L'avatar di Miscio
    Registrato dal
    Oct 2003
    Messaggi
    132
    hurry up
    Yama ... Mille Anni in Montagna

  7. #7
    Utente di HTML.it L'avatar di elisa21
    Registrato dal
    May 2004
    residenza
    Lucca
    Messaggi
    246
    salve,
    sto cercando l'estensione "table" per poter creare una tabella utilizzando la classe FPDF, sapete dove posso trovarla?

    vi ringrazio in anticipo,
    elisa
    L'immaginazione è l'intelligenza che si diverte

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.