<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Hyperlink via virtual directory to web application? in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-via-virtual-directory-to-web-application/m-p/387995#M11153</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; So the deal is that the PopUp is trying to encode the url that has already been encoded. To fix this just make the field or the description contain the un-encoded url:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;http://servername/ReportServer/Pages/ReportViewer.aspx?/Environmental/HMR+Search&amp;amp;rs:Command=Render&amp;amp;SiteID=SW-30&amp;amp;MineName=Coal&amp;nbsp; Mine&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Dec 2012 20:09:24 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2012-12-05T20:09:24Z</dc:date>
    <item>
      <title>Hyperlink via virtual directory to web application?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-via-virtual-directory-to-web-application/m-p/387992#M11150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm hoping that someone might have an idea how to go about this.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a report built in SQL Server 2008 R2 Reporting Services and am trying to link to the report via a pop up in the Flex Viewer application.&amp;nbsp; I understand that when I hyperlink to files via the Flex Viewer application, I need to use a Virtual Directory which points to the physical location of the file.&amp;nbsp; The problem is that the 2008 R2 Reporting Services don't have a physical location that I can direct a virtual directory.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the hyperlink setup correctly in my popup, if I copy and paste it from the pop up window into a web browser, the report will open.&amp;nbsp; If I click the hyperlink directly in the popup, the web address will open, but a few extra characters get thrown into the address, erroring it out.&amp;nbsp; It makes me think that setting up virtual directory to the location would fix things.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;To review, I'm trying to create a Virtual Directory to a web application that doesn't physically exist.&amp;nbsp; ie. I'm trying to link to "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://servername/ReportServer/Pages/ReportViewer.aspx?%2fEnvironmental%2fPoint+Search&amp;amp;rs:Command=Render&amp;amp;SiteID=point-30" rel="nofollow" target="_blank"&gt;http://servername/ReportServer/Pages/ReportViewer.aspx?%2fEnvironmental%2fPoint+Search&amp;amp;rs:Command=Render&amp;amp;SiteID=point-30&lt;/A&gt;&lt;SPAN&gt;" vs. C:\ReportServer\Pages\ReportViewer . . . . &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know how to create a Virtual Directory to a web application?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 19:36:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-via-virtual-directory-to-web-application/m-p/387992#M11150</guid>
      <dc:creator>MatthewFletcher</dc:creator>
      <dc:date>2012-12-05T19:36:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink via virtual directory to web application?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-via-virtual-directory-to-web-application/m-p/387993#M11151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; What does the (&lt;/SPAN&gt;&lt;STRONG&gt;exact&lt;/STRONG&gt;&lt;SPAN&gt;) address that works when you paste it into a web browser look like?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 19:51:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-via-virtual-directory-to-web-application/m-p/387993#M11151</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-12-05T19:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink via virtual directory to web application?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-via-virtual-directory-to-web-application/m-p/387994#M11152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'll try and put these side by side for comparison.&amp;nbsp; First,the one that works when pasted into a browser, second, the one that the Flex application tries to go to.&amp;nbsp; The differences are in bold.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://servername/ReportServer/Pages/ReportViewer.aspx?%2fEnvironmental%2fHMR+Search&amp;amp;rs:Command=Render&amp;amp;SiteID=SW-30&amp;amp;MineName=Coal" rel="nofollow" target="_blank"&gt;http://servername/ReportServer/Pages/ReportViewer.aspx?%2fEnvironmental%2fHMR+Search&amp;amp;rs:Command=Render&amp;amp;SiteID=SW-30&amp;amp;MineName=Coal&lt;/A&gt;&lt;SPAN&gt; Mine"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://community.esri.com/" rel="nofollow" target="_blank"&gt;http://servername/ReportServer/Pages/ReportViewer.aspx?%2&lt;/A&gt;&lt;/SPAN&gt;&lt;STRONG&gt;52&lt;/STRONG&gt;&lt;SPAN&gt;fEnvironmental%2&lt;/SPAN&gt;&lt;STRONG&gt;52&lt;/STRONG&gt;&lt;SPAN&gt;fHMR+Search&amp;amp;rs:Command=Render&amp;amp;SiteID=SW-30&amp;amp;MineName=Coal&lt;/SPAN&gt;&lt;STRONG&gt;%20&lt;/STRONG&gt;&lt;SPAN&gt;Mine"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 20:03:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-via-virtual-directory-to-web-application/m-p/387994#M11152</guid>
      <dc:creator>MatthewFletcher</dc:creator>
      <dc:date>2012-12-05T20:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink via virtual directory to web application?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-via-virtual-directory-to-web-application/m-p/387995#M11153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Matt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; So the deal is that the PopUp is trying to encode the url that has already been encoded. To fix this just make the field or the description contain the un-encoded url:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;http://servername/ReportServer/Pages/ReportViewer.aspx?/Environmental/HMR+Search&amp;amp;rs:Command=Render&amp;amp;SiteID=SW-30&amp;amp;MineName=Coal&amp;nbsp; Mine&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 20:09:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-via-virtual-directory-to-web-application/m-p/387995#M11153</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-12-05T20:09:24Z</dc:date>
    </item>
    <item>
      <title>Re: Hyperlink via virtual directory to web application?</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-via-virtual-directory-to-web-application/m-p/387996#M11154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;That worked.&amp;nbsp; I had tried using a field containing the link (of the bad address) before, but never thought about changing the "%2f" to "/".&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the insight!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 13:20:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/hyperlink-via-virtual-directory-to-web-application/m-p/387996#M11154</guid>
      <dc:creator>MatthewFletcher</dc:creator>
      <dc:date>2012-12-06T13:20:45Z</dc:date>
    </item>
  </channel>
</rss>

