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
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.
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
Re: bold in pdf
Hi,
Problem is in zzsys_activity.
Creating a new report or updating an existing report Nubuilder set :(whitout capital)
Changing it in it works
It seems that there are some changes in a newer version of Nubuilder causing this problem.
Johan
Problem is in zzsys_activity.
Creating a new report or updating an existing report Nubuilder set :
Code: Select all
$this->Controls[0]->fontWeight = 'bold';
Changing it in
Code: Select all
$this->Controls[0]->FontWeight = 'bold';
It seems that there are some changes in a newer version of Nubuilder causing this problem.
Johan
Re: bold in pdf
Johan,
Great minds think alike.. http://forums.nubuilder.cloud/viewtopic.php?f=4&t=8026
Thanks
Steven
Great minds think alike.. http://forums.nubuilder.cloud/viewtopic.php?f=4&t=8026
Thanks
Steven