Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sp2 _reportlistener.vcx breaks Sp1 reports Hyperlinking
Message
From
11/11/2007 23:22:17
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Miscellaneous
Thread ID:
01267229
Message ID:
01268428
Views:
17
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
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform