Riprendo il topic per aggiungere una richiesta.
se utilizzo il codice di Ias :

Codice PHP:
            $nuovaY $this->GetY();
             
$Y $this->GetY();
             
$X $this->GetX();

             
$this->MultiCell($w[0],5,$row[0],'LR','C',$fill);
             
$X=$X+$w[0];
             if(
$this->GetY()>=$nuovaY){$nuovaY=$this->GetY();}
             
$this->SetY($Y);
             
$this->SetX($X);

             
$this->MultiCell($w[1],5,$row[1],'LR','C',$fill);
             
$X=$X+$w[1];
             if(
$this->GetY()>=$nuovaY){$nuovaY=$this->GetY();}
             
$this->SetY($Y);
             
$this->SetX($X);

             
$this->MultiCell($w[2],5,$row[2],'LR','L',$fill);
             
$X=$X+$w[2];
             if(
$this->GetY()>=$nuovaY){$nuovaY=$this->GetY();}
             
$this->SetY($Y);
             
$this->SetX($X); 
mi sorge un problema:
dato che utilizzo "LR" per ottenere i bordi, se è l'ultimo campo ad essere "riportato a capo" con MultiCell, chi può dirmi, per piacere come posso fare per far segnare i bordi anche delle celle precedenti?

Spero di essere stato chiaro

Grazie