<?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: Add custom text box to Enhanced Editor in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Add-custom-text-box-to-Enhanced-Editor/m-p/672876#M202279</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/339411"&gt;@Sebbo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Hi Chris,&lt;BR /&gt;&lt;BR /&gt;Thank you for the response!&lt;BR /&gt;&lt;BR /&gt;Ctrl-G only works in the program editor, not in the dataset view. I want something similar when viewing a dataset.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The topic title you chose of "Add custom text box to the Enhanced Editor" and the text of your question includes:&lt;/P&gt;
&lt;PRE&gt;Adding a custom text box (that only accepts numbers) to the application toolbar &lt;BR /&gt;in the SAS&lt;FONT size="5" color="#FF00FF"&gt;&lt;STRONG&gt; enhanced editor&lt;/STRONG&gt;&lt;/FONT&gt; that has the following function:&lt;/PRE&gt;
&lt;P&gt;it is not surprising that you got the Ctrl-G response.&lt;/P&gt;
&lt;P&gt;Note that the Display Manage Toolbars are very context dependent. You would want to affect the toolbar for the Viewtable window, not the editor. If you have a Viewtable window active then you have a different toolbar including the Viewtable options like edit row, commit row, sort , form view , table and column attributes. So you are starting with the concept of editing the wrong toolbar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check the documentation of Viewtable commands for what might be accepted on the toolbar. I don't find any involving a row number as you envision this.&lt;/P&gt;
&lt;P&gt;The SAS/AF FSVIEW might, and I say &lt;EM&gt;&lt;U&gt;&lt;STRONG&gt;might&lt;/STRONG&gt;&lt;/U&gt;&lt;/EM&gt; have something similar but I won't bet on it. Plus the implementation might be considerably more work than you envision.&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jul 2020 15:23:25 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2020-07-28T15:23:25Z</dc:date>
    <item>
      <title>Add custom text box to Enhanced Editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-custom-text-box-to-Enhanced-Editor/m-p/672740#M202217</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am unsure what is needed to achieve the following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Adding a custom text box (that only accepts numbers) to the application toolbar in the SAS enhanced editor that has the following function:&lt;/P&gt;&lt;P&gt;when a number is added the following command is run:&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;TOP; FORWARD (number-20)&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The purpose would be to go to the specified row number in a dataset view and show this row number somewhere in the middle of the screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My questions:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is it possible to add a custom text box that only accepts numbers in Enhanced Editor?&lt;/LI&gt;&lt;LI&gt;Do I need any additional SAS modules on top of SAS base (like SAS/AF)?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;Sebbo&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 06:22:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-custom-text-box-to-Enhanced-Editor/m-p/672740#M202217</guid>
      <dc:creator>Sebbo</dc:creator>
      <dc:date>2020-07-28T06:22:30Z</dc:date>
    </item>
    <item>
      <title>Re: Add custom text box to Enhanced Editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-custom-text-box-to-Enhanced-Editor/m-p/672743#M202218</link>
      <description>&lt;P&gt;Ctrl-G&amp;nbsp; does just that, doesn't it?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 07:17:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-custom-text-box-to-Enhanced-Editor/m-p/672743#M202218</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-07-28T07:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Add custom text box to Enhanced Editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-custom-text-box-to-Enhanced-Editor/m-p/672848#M202266</link>
      <description>Hi Chris,&lt;BR /&gt;&lt;BR /&gt;Thank you for the response!&lt;BR /&gt;&lt;BR /&gt;Ctrl-G only works in the program editor, not in the dataset view. I want something similar when viewing a dataset.&lt;BR /&gt;</description>
      <pubDate>Tue, 28 Jul 2020 14:25:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-custom-text-box-to-Enhanced-Editor/m-p/672848#M202266</guid>
      <dc:creator>Sebbo</dc:creator>
      <dc:date>2020-07-28T14:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Add custom text box to Enhanced Editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-custom-text-box-to-Enhanced-Editor/m-p/672876#M202279</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/339411"&gt;@Sebbo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Hi Chris,&lt;BR /&gt;&lt;BR /&gt;Thank you for the response!&lt;BR /&gt;&lt;BR /&gt;Ctrl-G only works in the program editor, not in the dataset view. I want something similar when viewing a dataset.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;The topic title you chose of "Add custom text box to the Enhanced Editor" and the text of your question includes:&lt;/P&gt;
&lt;PRE&gt;Adding a custom text box (that only accepts numbers) to the application toolbar &lt;BR /&gt;in the SAS&lt;FONT size="5" color="#FF00FF"&gt;&lt;STRONG&gt; enhanced editor&lt;/STRONG&gt;&lt;/FONT&gt; that has the following function:&lt;/PRE&gt;
&lt;P&gt;it is not surprising that you got the Ctrl-G response.&lt;/P&gt;
&lt;P&gt;Note that the Display Manage Toolbars are very context dependent. You would want to affect the toolbar for the Viewtable window, not the editor. If you have a Viewtable window active then you have a different toolbar including the Viewtable options like edit row, commit row, sort , form view , table and column attributes. So you are starting with the concept of editing the wrong toolbar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Check the documentation of Viewtable commands for what might be accepted on the toolbar. I don't find any involving a row number as you envision this.&lt;/P&gt;
&lt;P&gt;The SAS/AF FSVIEW might, and I say &lt;EM&gt;&lt;U&gt;&lt;STRONG&gt;might&lt;/STRONG&gt;&lt;/U&gt;&lt;/EM&gt; have something similar but I won't bet on it. Plus the implementation might be considerably more work than you envision.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 15:23:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-custom-text-box-to-Enhanced-Editor/m-p/672876#M202279</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-07-28T15:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Add custom text box to Enhanced Editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-custom-text-box-to-Enhanced-Editor/m-p/672891#M202290</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/339411"&gt;@Sebbo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Hi Chris,&lt;BR /&gt;&lt;BR /&gt;Thank you for the response!&lt;BR /&gt;&lt;BR /&gt;Ctrl-G only works in the program editor, not in the dataset view. I want something similar when viewing a dataset.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;So you are not using the Enhanced Editor?&lt;/P&gt;
&lt;P&gt;What are you using?&lt;/P&gt;
&lt;P&gt;ViewTable?&lt;/P&gt;
&lt;P&gt;What user interface are you using SAS Display Manager?&amp;nbsp; Enterprise Guide? SAS/Studio?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you are using SAS Display Manager and you have a command window then perhaps you want a command macro?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 15:34:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-custom-text-box-to-Enhanced-Editor/m-p/672891#M202290</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-07-28T15:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Add custom text box to Enhanced Editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-custom-text-box-to-Enhanced-Editor/m-p/672998#M202350</link>
      <description>&lt;P&gt;Why do ask a question for the&amp;nbsp;Enhanced Editor if you want&amp;nbsp; reply for Viewtable?&lt;/P&gt;
&lt;P&gt;I and stuck with EG now sadly, so can't test, but doesn't the command&amp;nbsp; &amp;nbsp;=20&amp;nbsp; &amp;nbsp;do that? I'm not too sure, but recall something along like this.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 22:39:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-custom-text-box-to-Enhanced-Editor/m-p/672998#M202350</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-07-28T22:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Add custom text box to Enhanced Editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-custom-text-box-to-Enhanced-Editor/m-p/673012#M202364</link>
      <description>&lt;P&gt;I have up until now always thought of the 'enhanced editor' as a catch-all name for the combined product (program window, dataset viewer, log window etc.) so my apologies to everyone for the misleading post! As Tom pointed out I should have used the term '&lt;SPAN&gt;SAS Display Manager' to specify the environment I am working in.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately '=20' does not work and the best way I have found while searching this topic is the command 'TOP; FORWARD 150' to go to obs 151 in the dataset view. I guess my question was more to do with the ability to make custom modifications to the interface so that I can add something that saves me re-typing this command all the time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me go and investigate the capacity of the command macro or the&amp;nbsp;&lt;SPAN&gt;SAS/AF FSVIEW as suggested.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for the help so far,&lt;BR /&gt;Sebbo&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 01:00:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-custom-text-box-to-Enhanced-Editor/m-p/673012#M202364</guid>
      <dc:creator>Sebbo</dc:creator>
      <dc:date>2020-07-29T01:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Add custom text box to Enhanced Editor</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Add-custom-text-box-to-Enhanced-Editor/m-p/673021#M202370</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;nbsp;I have up until now always thought of the 'enhanced editor' as a catch-all name for the combined product (program window, dataset viewer, log window etc.)&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;That's called the Display Manager System, or DMS. There are two editors in the DMS, including the enhanced one.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 02:01:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Add-custom-text-box-to-Enhanced-Editor/m-p/673021#M202370</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2020-07-29T02:01:17Z</dc:date>
    </item>
  </channel>
</rss>

