![]() |
Alexey admin 7/6/2007 |
Hi, $pdf->MultiCell($colwidth["FieldName"],$rowheight,GetData($row,"FieldName","Custom")); and replace it with: $pdf->MultiCell($colwidth["FieldName"],$rowheight,GetData($row,"FieldName",""));
|
K
|
kjp author 7/6/2007 |
Thanks! |