//set initial y axis position per page $y_axis_initial = 25;
//print column titles for the actual page $pdf->SetFillColor(232,232,232); $pdf->SetFont('Arial','B',12); $pdf->SetY($y_axis_initial); $pdf->SetX(25); $pdf->Cell(30,6,'Fernisering',1,0,'L',1); $pdf->Cell(30,6,'Sidste',1,0,'L',1); $pdf->Cell(100,6,'Udstilling',1,0,'C',1);
$y_axis = $y_axis + $row_height;
//Select the Products you want to show in your PDF file #$result=mysql_query('select sn,fernisering,sidste,titel,kortbeskr,langbeskr,filnavn from $branch ORDER BY fernisering',$link); $result=mysql_query("select * from emp_branch ORDER BY fernisering"); //initialize counter $i = 0;
//Set maximum rows per page $max = 25;
//Set Row Height $row_height = 6;
while($row = mysql_fetch_array($result)) { //If the current row is the last one, create new page and print column title if ($i == $max) { $pdf->AddPage();
//print column titles for the current page $pdf->SetY($y_axis_initial); $pdf->SetX(25); $pdf->Cell(30,6,'Fernisering',1,0,'L',1); $pdf->Cell(30,6,'Sidste',1,0,'L',1); $pdf->Cell(100,6,'Udstilling',1,0,'L',1);
Denne side indeholder artikler med forskellige perspektiver på Identity & Access Management i private og offentlige organisationer. Artiklerne behandler aktuelle IAM-emner og leveres af producenter, rådgivere og implementeringspartnere.
//print column titles for the current page $pdf->SetY($y_axis_initial); $pdf->SetX(25); $pdf->Cell(30,6,'Fernisering',1,0,'L',1); $pdf->Cell(30,6,'Sidste',1,0,'L',1); $pdf->Cell(100,6,'Udstilling',1,0,'L',1);
//set initial y axis position per page $y_axis_initial = 25;
//print column titles for the actual page $pdf->SetFillColor(232,232,232); $pdf->SetFont('Arial','B',12); $pdf->SetY($y_axis_initial); $pdf->SetX(25); $pdf->Cell(30,6,'Fernisering',1,0,'L',1); $pdf->Cell(30,6,'Sidste',1,0,'L',1); $pdf->Cell(100,6,'Udstilling',1,0,'C',1);
$y_axis = $y_axis + $row_height;
//Select the Products you want to show in your PDF file #$result=mysql_query('select sn,fernisering,sidste,titel,kortbeskr,langbeskr,filnavn from $branch ORDER BY fernisering',$link); $result=mysql_query("select * from emp_branch ORDER BY fernisering"); //initialize counter $i = 0;
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.