Page 1 of 1

bold in pdf

Posted: Sat Sep 15, 2012 10:17 pm
by johan
Hi,

I've made a report with the report writer and have some labels set to bold? But when i print it (PDF) bold isn't working.

I use build 516. In previous releases it worked fine.

Johan

Re: bold in pdf

Posted: Tue Sep 25, 2012 8:11 am
by johan
Hi,

Problem is in zzsys_activity.

Creating a new report or updating an existing report Nubuilder set :

Code: Select all

 $this->Controls[0]->fontWeight          = 'bold'; 
(whitout capital)

Changing it in

Code: Select all

  $this->Controls[0]->FontWeight          = 'bold';
it works

It seems that there are some changes in a newer version of Nubuilder causing this problem.

Johan

Re: bold in pdf

Posted: Thu Sep 27, 2012 4:17 am
by admin
Johan,

Great minds think alike.. http://forums.nubuilder.cloud/viewtopic.php?f=4&t=8026

Thanks

Steven