Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.

bold in pdf

Locked
johan
Posts: 422
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium
Been thanked: 3 times

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: 422
Joined: Sun Feb 27, 2011 11:16 am
Location: Belgium
Been thanked: 3 times

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: 2824
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

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