<?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: Connecting VBA to web mapping application in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/connecting-vba-to-web-mapping-application/m-p/157438#M4136</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have never mean access buttons in a ArcMap from a web application. I am looking for the way to extract VBA from a map document, publish it as a service and consume in web application through ArcGIS Server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Mar 2011 15:34:15 GMT</pubDate>
    <dc:creator>JoannaLaroussi</dc:creator>
    <dc:date>2011-03-17T15:34:15Z</dc:date>
    <item>
      <title>Connecting VBA to web mapping application</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/connecting-vba-to-web-mapping-application/m-p/157436#M4134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have some legacy script in VBA, which is running in ArcMap document. It starts after pressing a button in a blank map document and saves results in a gdb. I am scripting in C# and I am not very familiar with VB, so I rather do not change much there. I am building now a web mapping application on ArcGIS Server Workgroup and I need to connect this VBA script to a button on the web page. I assume that the way to do this is to turn this script into feature service and consume this service inside my web application. Any ideas how exactly to do it?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 21:15:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/connecting-vba-to-web-mapping-application/m-p/157436#M4134</guid>
      <dc:creator>JoannaLaroussi</dc:creator>
      <dc:date>2011-03-15T21:15:00Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting VBA to web mapping application</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/connecting-vba-to-web-mapping-application/m-p/157437#M4135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You will need to rewirte all the functions in the web application. There is no way that you can get access to "buttons" in ArcMap Document from your web application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 14:39:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/connecting-vba-to-web-mapping-application/m-p/157437#M4135</guid>
      <dc:creator>Kuang-YaoLee</dc:creator>
      <dc:date>2011-03-17T14:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting VBA to web mapping application</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/connecting-vba-to-web-mapping-application/m-p/157438#M4136</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have never mean access buttons in a ArcMap from a web application. I am looking for the way to extract VBA from a map document, publish it as a service and consume in web application through ArcGIS Server.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 15:34:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/connecting-vba-to-web-mapping-application/m-p/157438#M4136</guid>
      <dc:creator>JoannaLaroussi</dc:creator>
      <dc:date>2011-03-17T15:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting VBA to web mapping application</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/connecting-vba-to-web-mapping-application/m-p/157439#M4137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;OK. You will need to re-write using VB or C# .net in the web application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 15:56:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/connecting-vba-to-web-mapping-application/m-p/157439#M4137</guid>
      <dc:creator>Kuang-YaoLee</dc:creator>
      <dc:date>2011-03-17T15:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting VBA to web mapping application</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/connecting-vba-to-web-mapping-application/m-p/157440#M4138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am looking for some suggestions how to use this code, because rewriting is not the option (it is legacy script with many thousands of code lines and I cannot take risk that rewriting will change outcomes).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 16:01:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/connecting-vba-to-web-mapping-application/m-p/157440#M4138</guid>
      <dc:creator>JoannaLaroussi</dc:creator>
      <dc:date>2011-03-17T16:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting VBA to web mapping application</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/connecting-vba-to-web-mapping-application/m-p/157441#M4139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If your VBA code doesn't involve a lot of user interface dialog boxes, I would suggest to use geoprocessing models that can be published to ArcGIS server. Your web application can use geoprocessing tools. (you still need to re-write using Python or VBscript for those tools). On the other hands, if you have a lot of user interface dialog boxes I don't think VBA can be run without opening the MXD.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Mar 2011 16:23:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/connecting-vba-to-web-mapping-application/m-p/157441#M4139</guid>
      <dc:creator>Kuang-YaoLee</dc:creator>
      <dc:date>2011-03-17T16:23:34Z</dc:date>
    </item>
  </channel>
</rss>

