Welcome to the nuBuilder forums!

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

Url in report

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

Url in report

Unread post by johan »

Hoi,

Another report question. How can i make an hyperlink in a report.

If I print in html it works with

Code: Select all

<A HREF="nubuilder.com">nubuilder</A>
But if i use pdfIt it don't work.

Johan
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Url in report

Unread post by admin »

Johan,

PDFs don't use HTML eg. <A HREF="nubuilder.com">nubuilder</A>

So there are a few things PDFs wont do.

Maybe in the future.

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

Re: Url in report

Unread post by johan »

ok, thanks
Johan
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Url in report

Unread post by admin »

.
Locked