Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Dynamic HTML Links
Dynamic HTML Links [message #66803] Thu, 11 August 2005 14:19 Go to next message
Eclipse UserFriend
Originally posted by: dsdas.yahoo.com

<A name="link" href="<VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>"
target="_blank">

<VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>

</A>



This script don't work.

I get:



CD_ITEM DS_TECNICA NOME_IMG_COMPOSTOA
00039803 REFOR
Re: Dynamic HTML Links [message #66826 is a reply to message #66803] Thu, 11 August 2005 16:07 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: fakeuser.poh.dynalias.org

I am going to guess that you should escape the < and > that you want in the output
like:
&ltA name="link" href="<VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>" target="_blank"&gt

I don't really know if &lt and &gt are what you want, but that or %< or something like that.

I don't understand your output, so this may be way off.



On Thu, 11 Aug 2005 11:19:47 -0300
"Daniel" <dsdas@yahoo.com> wrote:

> <A name="link" href="<VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>"
> target="_blank">
>
> <VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>
>
> </A>
>
>
>
> This script don't work.
>
> I get:
>
>
>
> CD_ITEM DS_TECNICA NOME_IMG_COMPOSTOA
> 00039803 REFORÇO P/ PES MOD. E140 /VALUE-OF>" target="_blank">
> \\Server2003\maquinas\E140\00039803.SLDDRW
> 00005524 POSICIONADOR /VALUE-OF>" target="_blank">
> \\Englase9\D\tercerizacao\WEBASTO\C39525524.SLDDRW
> 00039310 CONJUNTO DO CHASSI E140 /VALUE-OF>" target="_blank">
> \\Server2003\maquinas\E140\00039310.SLDDRW
> 00039311 CONJUNTO DA BANDEIJA DE COLA E140 /VALUE-OF>"
> target="_blank"> \\Server2003\maquinas\E140\00039311.SLDDRW
> 00040172 BASE DO CNJ DE POSICIONAMENTO DO INJETOR /VALUE-OF>"
> target="_blank"> \\Server2003\maquinas\004-Cod
> nova\436\100-077_00040172.SLDDRW
>
>
> Anybody knows how i can do this right??
>
>
Re: Dynamic HTML Links [message #67645 is a reply to message #66826] Fri, 12 August 2005 03:53 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: aaa.aaa.com

Note that the href="<VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>" must
be the dymanic url, but the output is wrong. Seems that the '"' must be
the problem...
If i set

<A name="link" href="http://www.eclipse.org"
target="_blank">
<VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>
</A>

it works fine. But with the
href="<VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>" i get the error.

Sorry for my english...
Tanks!

Patrick Hart wrote:

> I am going to guess that you should escape the < and > that you want in the
output
> like:
> &ltA name="link" href="<VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>"
target="_blank"&gt

> I don't really know if &lt and &gt are what you want, but that or %< or
something like that.

> I don't understand your output, so this may be way off.



> On Thu, 11 Aug 2005 11:19:47 -0300
> "Daniel" <dsdas@yahoo.com> wrote:

>> <A name="link" href="<VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>"
>> target="_blank">
>>
>> <VALUE-OF>row["NOME_IMG_COMPOSTOA"]</VALUE-OF>
>>
>> </A>
>>
>>
>>
>> This script don't work.
>>
>> I get:
>>
>>
>>
>> CD_ITEM DS_TECNICA NOME_IMG_COMPOSTOA
>> 00039803 REFORÇO P/ PES MOD. E140 /VALUE-OF>" target="_blank">
>> \Server2003maquinasE1400039803.SLDDRW
>> 00005524 POSICIONADOR /VALUE-OF>" target="_blank">
>> \Englase9DtercerizacaoWEBASTOC39525524.SLDDRW
>> 00039310 CONJUNTO DO CHASSI E140 /VALUE-OF>" target="_blank">
>> \Server2003maquinasE1400039310.SLDDRW
>> 00039311 CONJUNTO DA BANDEIJA DE COLA E140 /VALUE-OF>"
>> target="_blank"> \Server2003maquinasE1400039311.SLDDRW
>> 00040172 BASE DO CNJ DE POSICIONAMENTO DO INJETOR /VALUE-OF>"
>> target="_blank"> \Server2003maquinas04-Cod
>> nova436100-077_00040172.SLDDRW
>>
>>
>> Anybody knows how i can do this right??
>>
>>
Re: Dynamic HTML Links [message #1176231] Fri, 08 November 2013 07:49 Go to previous message
Eclipse UserFriend
1
Previous Topic:Concatenating strings with Aggregation Builder issue/question
Next Topic:Automate printing a BIRT report directly to a printer
Goto Forum:
  


Current Time: Tue Mar 19 04:05:45 GMT 2024

Powered by FUDForum. Page generated in 0.02004 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top