Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Sp2 _reportlistener.vcx breaks Sp1 reports Hyperlinking
Message
De
11/11/2007 23:22:17
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Divers
Thread ID:
01267229
Message ID:
01268428
Vues:
18
Hi Sergey
Yes I realised it when I went to edit my post. UT had changed it so I changed it back. I will be posting this solution on the FoxWikis with you as the solution provider.

Thanks again.

>Hi Bernard,
>
>That exactly the code I copied from the class but UT changed it somehow.
>
><xsl:when test="string-length(@href) > 0">
>  <A href="{@href}">
>  <xsl:call-template name="replaceText"/>
>  </A>
></xsl:when>
>
>
>>
>>As usual you have come through with the correct solution. In my testing, this code you have below works with the FFC class of VFP9 SP2 with one exception:
>>This line:
>>
>><xsl:when test="string-length(@href) > 0">
>>
>>needs to be changed to this:
>>
>><xsl:when test="string-length(@href) > 0">
>>
>>
>> So use > instead of the greater than sign  >
>>
>>
>>Thank you immensely for this solution which I would never have found in a thousand years.
>>
>>Bernard
>>
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform