Welcome to the nuBuilder Forums!

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

Url in report

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

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

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

Re: Url in report

Unread post by johan »

ok, thanks
Johan
admin
Site Admin
Posts: 2814
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 25 times

Re: Url in report

Unread post by admin »

.
Locked