Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Sp2 _reportlistener.vcx breaks Sp1 reports Hyperlinking
Message
 
 
To
11/11/2007 21:38:37
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:
01268426
Views:
17
Hi Bernard,

That exactly the code I copied from the class but UT changed it somehow.
<xsl:when test="string-length(@href) &gt; 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
>
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform