Consegui resolver o problema!!
Segue…
/------------------ Page 1 -----------------/
//$pdf->Rect(30, 50, 150, 4, ‘DF’, 1, array(221, 238, 255));
//$pdf->Ln();
//if ({Linha1} <= 47) {
if ({Linha1} % 2 == 0) {
//$pdf->SetLineStyle( array( 'width' => 50,'Height'=> 50, 'color' => array(0, 0, 255) ) );
$pdf->SetFillColor(221,238,255);
$pdf->SetTextColor(0,0,255);
$pdf->MultiCell(180, 5, $text, 0, 'C', 1, 0);
}
//}
// else {
// $pdf->SetLineStyle( array( 'width' => 0.1, 'color' => array(0, 0, 255) ) );
// $pdf->SetFillColor(255,255,255);
// $pdf->SetTextColor(0,0,255);
// $pdf->MultiCell(190,4,$text,0,'C',1,0);
// }
//}
sc_pdf_print($cell_p_NOME_FANTASIA_PLATAFORMA);
sc_pdf_print($cell_9);
sc_pdf_print($cell_10);
//sc_pdf_print($cell_Linha2);
/*-------------------------------------------*/
//$pdf->Output( 'teste', 'D' );
Eventos > Onrecord:
$nn = $nn + 1;
{linha1} = $nn;