<?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: Does AMO support custom tasks? in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-AMO-support-custom-tasks/m-p/100516#M8901</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ordered your book about two hours before your reply &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp; I like my computer books to be hard copy, so it will be a couple weeks before I get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although I miss SAS/AF sometimes (and we don't have it licensed), I guess .Net + the SAS API's is the "new SAS/AF", so to speak.&amp;nbsp; I'm sure SAS/AF was confusing for me too until i learned it.&amp;nbsp; So I'll just have to learn applications development with the new (ish) tools available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any issues or "gotchas" with using Visual Studio Express vs. the full edition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for clarifying that AMO supports custom tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Scott&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Oct 2013 13:24:57 GMT</pubDate>
    <dc:creator>ScottBass</dc:creator>
    <dc:date>2013-10-02T13:24:57Z</dc:date>
    <item>
      <title>Does AMO support custom tasks?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-AMO-support-custom-tasks/m-p/100514#M8899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't know whether to post here or Integration with Microsoft Office...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is sort of related to &lt;A _jive_internal="true" href="https://communities.sas.com/thread/49642"&gt;https://communities.sas.com/thread/49642&lt;/A&gt;.&amp;nbsp; I'm considering whether to use a custom task to overcome what I perceive are shortcomings in the SAS Prompt Manager and the built-in prompt types.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I thought I read somewhere that AMO supported custom tasks.&amp;nbsp; However, I don't see where they would be called.&amp;nbsp; In EG, we have Tools --&amp;gt; Add-In --&amp;gt; Pick your custom task.&amp;nbsp; I don't see the equivalent in AMO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Does anyone have any custom tasks examples that populate .Net Form or WPF objects using SAS data, in particular Text Entry, Text Label, List Box, Combo Box, and Data Table?&amp;nbsp; (This is regardless of whether AMO supports custom tasks).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Does anyone have any Excel VBA examples that populate Excel Form or ActiveX controls using SAS data, esp. using a User Form to build a Where clause, then using VBA and AMO to pass the user selections to a stored process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 08:23:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-AMO-support-custom-tasks/m-p/100514#M8899</guid>
      <dc:creator>ScottBass</dc:creator>
      <dc:date>2013-10-02T08:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Does AMO support custom tasks?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-AMO-support-custom-tasks/m-p/100515#M8900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, AMO supports custom tasks.&amp;nbsp; You can learn all about how to create them via my book, &lt;EM&gt;&lt;A href="https://support.sas.com/pubscat/bookdetails.jsp?pc=61874"&gt;Creating Custom Tasks for SAS Enterprise Guide using Microsoft .NET&lt;/A&gt;. &lt;/EM&gt;Even though "SAS Add-In for Microsoft Office" isn't in the book title, the book covers it.&amp;nbsp; (It's just that we can make book titles only so long....)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add tasks to AMO in a couple of ways.&amp;nbsp; The method that I recommend is what I call "drop-in deployment", where you place a custom task DLL in a designated folder, and AMO automatically detects it and adds it to the menu.&amp;nbsp; You can also use the RegAddin.exe tool, which works similar to the Tools-&amp;gt;Add-In Manager menu in EG.&amp;nbsp; These methods are described in the &lt;A href="http://support.sas.com/publishing/pubcat/chaps/61874.pdf"&gt;free chapter of my book&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your scenario -- creating a more flexible, dynamic prompting experience -- is one of the most popular use cases for custom tasks.&amp;nbsp; &lt;A href="http://go.sas.com/customtasksapi"&gt;This page shows more about custom tasks&lt;/A&gt; and what they can do, including &lt;A href="http://support.sas.com/documentation/onlinedoc/guide/customtasks/book/"&gt;library of examples&lt;/A&gt; (with source code).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, don't forget to check out the free webinar, &lt;SPAN style="color: #333333; font-family: Arial, sans-serif; font-size: 12px;"&gt; &lt;/SPAN&gt;&lt;A href="http://www.sas.com/apps/sim/redirect.jsp?detail=SIM102296_4392" style="font-size: 12px; color: #628cb2; font-family: Arial, sans-serif;" title="Watch the recording"&gt;Introduction to Custom Tasks for SAS Enterprise Guide.&lt;/A&gt; Again, no "AMO" in the title, but many of the example tasks and concepts also apply to AMO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 12:27:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-AMO-support-custom-tasks/m-p/100515#M8900</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2013-10-02T12:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Does AMO support custom tasks?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-AMO-support-custom-tasks/m-p/100516#M8901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I ordered your book about two hours before your reply &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&amp;nbsp; I like my computer books to be hard copy, so it will be a couple weeks before I get it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although I miss SAS/AF sometimes (and we don't have it licensed), I guess .Net + the SAS API's is the "new SAS/AF", so to speak.&amp;nbsp; I'm sure SAS/AF was confusing for me too until i learned it.&amp;nbsp; So I'll just have to learn applications development with the new (ish) tools available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any issues or "gotchas" with using Visual Studio Express vs. the full edition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for clarifying that AMO supports custom tasks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Scott&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 13:24:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-AMO-support-custom-tasks/m-p/100516#M8901</guid>
      <dc:creator>ScottBass</dc:creator>
      <dc:date>2013-10-02T13:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: Does AMO support custom tasks?</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-AMO-support-custom-tasks/m-p/100517#M8902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Scott,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ordering the book - I hope that it's helpful.&amp;nbsp; Keep me posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes, there are differences with the Express edition.&amp;nbsp; The main &lt;STRONG&gt;disadvantage&lt;/STRONG&gt; of the Express edition is that you cannot debug applications that you didn't build.&amp;nbsp; Since a custom task is an add-in to an app (such as EG or AMO running in Office), it's not an application that you can view in the debugger.&amp;nbsp; If you create custom tasks as a real enterprise where you have to support them and stay productive as a developer, the professional edition of Visual Studio is a must, in my opinion.&amp;nbsp; You can use the Express edition to experiment and dabble to see what it's like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Oct 2013 13:40:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Does-AMO-support-custom-tasks/m-p/100517#M8902</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2013-10-02T13:40:57Z</dc:date>
    </item>
  </channel>
</rss>

