<?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 JScript VBScript Hyperlink not fully working in ArcReader Questions</title>
    <link>https://community.esri.com/t5/arcreader-questions/jscript-vbscript-hyperlink-not-fully-working/m-p/621852#M754</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In ArcMap I have a hyperlink function that essentially reads a link and an ID from a feature, then opens an excel spreadsheet (link) and then goes to an exact row in that spreadsheet (ID).&amp;nbsp; Works great on my computer from ArcMap.&amp;nbsp; When I publish it and a user opens it on their computer with ArcReader, it opens the spreadsheet but does not continue with the second part of going to the exact row from the ID.&amp;nbsp; Is this an issue with something on the user's computer?&amp;nbsp; Is this something ArcReader simply won't/can't do?&amp;nbsp; Any help would be greatly appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the function:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Function OpenLink ( [Link], [UId]&amp;nbsp; )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Dim path&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Dim rownum&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Dim objShell&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; path = [Link]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; rownum = [UId]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Set xl = CreateObject("Excel.application")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; xl.Application.Workbooks.Open path&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; xl.Application.Visible = True&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; xl.Application.ActiveSheet.Cells(rownum, 1).Select&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Set xl = Nothing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End Function&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Apr 2012 11:48:12 GMT</pubDate>
    <dc:creator>JeffRasmussen1</dc:creator>
    <dc:date>2012-04-20T11:48:12Z</dc:date>
    <item>
      <title>JScript VBScript Hyperlink not fully working</title>
      <link>https://community.esri.com/t5/arcreader-questions/jscript-vbscript-hyperlink-not-fully-working/m-p/621852#M754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In ArcMap I have a hyperlink function that essentially reads a link and an ID from a feature, then opens an excel spreadsheet (link) and then goes to an exact row in that spreadsheet (ID).&amp;nbsp; Works great on my computer from ArcMap.&amp;nbsp; When I publish it and a user opens it on their computer with ArcReader, it opens the spreadsheet but does not continue with the second part of going to the exact row from the ID.&amp;nbsp; Is this an issue with something on the user's computer?&amp;nbsp; Is this something ArcReader simply won't/can't do?&amp;nbsp; Any help would be greatly appreciated!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is the function:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Function OpenLink ( [Link], [UId]&amp;nbsp; )&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Dim path&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Dim rownum&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Dim objShell&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; path = [Link]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; rownum = [UId]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Set xl = CreateObject("Excel.application")&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; xl.Application.Workbooks.Open path&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; xl.Application.Visible = True&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; xl.Application.ActiveSheet.Cells(rownum, 1).Select&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Set xl = Nothing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End Function&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 11:48:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcreader-questions/jscript-vbscript-hyperlink-not-fully-working/m-p/621852#M754</guid>
      <dc:creator>JeffRasmussen1</dc:creator>
      <dc:date>2012-04-20T11:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: JScript VBScript Hyperlink not fully working</title>
      <link>https://community.esri.com/t5/arcreader-questions/jscript-vbscript-hyperlink-not-fully-working/m-p/621853#M755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Any solution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Andrea&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Nov 2012 09:05:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcreader-questions/jscript-vbscript-hyperlink-not-fully-working/m-p/621853#M755</guid>
      <dc:creator>AndreaMaffeis</dc:creator>
      <dc:date>2012-11-08T09:05:39Z</dc:date>
    </item>
  </channel>
</rss>

