Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

bold in pdf

Locked
johan
Posts: 392
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium

bold in pdf

Unread post 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
johan
Posts: 392
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium

Re: bold in pdf

Unread post 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
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: bold in pdf

Unread post by admin »

Johan,

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

Thanks

Steven
Locked