I want put in a decimal (field property = decimal) as a comma in a PDF report. But what I change, nothing helps, Bert
Who has an idea?
Regards Bert
not possible with the fieldmask?
or
number_format($number, 2, ‘,’, ’ ');
Ok I will give it a try. I think something in de code of the PDF is the only way. I will report you…Thanks sofar, Bert
Yes nonkelmike, I did simple a global in on record
[glob_prijs_eenheid] = number_format({prijs_eenheid}, 2, ‘,’, ‘.’);
and then in the PDF code:
$cell_sub_prijs_eenheid = array('posx' => '50', 'posy' => '128', 'data' => [B][glob_prijs_eenheid],[/B] 'width' => '0', 'align' => 'L', 'font_type' => 'Helvetica', 'font_size' => '9', 'color_r' => '0', 'color_g' => '0', 'color_b' => '0', 'font_style' => $this->default_style);
Thanks.
Waar woon je in NL?
nee hoor! Ik ben een zuiderbuur.