Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Report Field length Problem in page header

Questions related to nuBuilder Forte Reports and the Report Builder.
mkpbalajiin
Posts: 5
Joined: Fri Dec 15, 2017 11:28 am

Report Field length Problem in page header

Unread post by mkpbalajiin »

Dear Nubuilder Team,

When ever the the length of the field is longer than the field length, the field extends to second line itself in page 1 only not in page 2 , similarly if the field is null an empty box appears in page 2
Reporterror.png
regards

K Balaji
You do not have the required permissions to view the files attached to this post.
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Report Field length Problem in page header

Unread post by toms »

I guess it's a TCPDF issue. You could try to pull the latest version: https://github.com/tecnickcom/TCPDF/commits/master
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Report Field length Problem in page header

Unread post by admin »

K Balaji,

The latest on Github should fix your blank field problem.

You can restrict the size of an Object by setting its Minimum Rows and Maximum Rows properties.

https://wiki.nubuilder.cloud/ ... Properties

Steven
mkpbalajiin
Posts: 5
Joined: Fri Dec 15, 2017 11:28 am

Re: Report Field length Problem in page header

Unread post by mkpbalajiin »

Thank you very much for your replies Toms and Steven

Even after updating TCPDF to the latest it is the same issue . My main issue is it is not showing the full content in second page

admin wrote:You can restrict the size of an Object by setting its Minimum Rows and Maximum Rows properties.
I have set the minimum rows property to -1 , but iam still geting empty boxes from second page onwards
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Report Field length Problem in page header

Unread post by admin »

K Balaji,

Did you get the latest from Github - it includes a fix I made yesterday?

Steven
toms
Posts: 785
Joined: Sun Oct 14, 2018 11:25 am

Re: Report Field length Problem in page header

Unread post by toms »

The last commit was 7 days ago.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Report Field length Problem in page header

Unread post by admin »

My mistake,

Check again now.

Steven
mkpbalajiin
Posts: 5
Joined: Fri Dec 15, 2017 11:28 am

Re: Report Field length Problem in page header

Unread post by mkpbalajiin »

Toms,

Thank you very much,
My second problem is rectified. The empty boxes in second page is gone.

But my first problem still exits.
the higlighted item is missing in second page
Reporterror.png
please give some directions so that i can also try it out

Toms and Stevens You people are rocking! Keep going!
You do not have the required permissions to view the files attached to this post.
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Report Field length Problem in page header

Unread post by admin »

K Balaji,

Could you zip some data and the report (from zzzzsys_report).

I can then duplicate what you are seeing and I've got more chance of figuring it out.

Steven
mkpbalajiin
Posts: 5
Joined: Fri Dec 15, 2017 11:28 am

Re: Report Field length Problem in page header

Unread post by mkpbalajiin »

Please find my SQL dump as attachment
nu44.zip
regards

K Balaji
You do not have the required permissions to view the files attached to this post.
Post Reply