Hi Bob
let me know if you can help me , how to eliminate header separation line, in new tcp action appears although there is not defined anything on this field
let me know if you can help me , how to eliminate header separation line, in new tcp action appears although there is not defined anything on this field
Thanks Bob 😀
yet it works
yet it works
just to add I had to comment "cell" in footer line also
//Print page number
if ($this->getRTL()) {
$this->SetX($this->original_rMargin);
//$this->Cell(0, 0, $pagenumtxt, 'T', 0, 'L');
} else {
$this->SetX($this->original_lMargin);
//$this->Cell(0, 0, $this->getAliasRightShift().$pagenumtxt, 'T', 0, 'R');
}
This topic is locked and no more replies can be posted.