SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 48790: The VIEWTABLE window scroll bars in SAS® Enterprise Guide® do not function

DetailsHotfixAboutRate It

The VIEWTABLE window scroll bars in SAS Enterprise Guide do not function when the client application is configured through Microsoft Windows RemoteApp. Specifically, the mechanism used to show the VIEWTABLE's row position scroll tip is not compatible with Microsoft Windows RemoteApp, so the row tips and column tips do not appear.

Note: The VIEWTABLE portion of the client application is also referred to as the data grid view.

No errors or warnings are produced within SAS Enterprise Guide. Currently, there is no workaround.

Click the Hot Fix tab in this note to access the hot fix for this issue.

Steps to Follow After You Apply the Hot Fix

  1. After applying the hot fix, edit one of the following release-specific configuration files.
    • For SAS Enterprise Guide 4.3, see this location:
    • C:\Program Files\SAS\EnterpriseGuide\4.3\SEGuide.exe.config


    • For SAS Enterprise Guide 5.1, see this location:
    • C:\Program Files\SASHome\SASEnterpriseGuide\5.1\SEGuide.exe.config

  2. Disable the VIEWTABLE scroll tip feature.
  3. To disable the VIEWTABLE row position scroll tip feature, set the "DataGridEnableScrollTips" key to false as shown in the following section of XML code:

    <appSettings> <add key="DataGridEnableScrollTips" value="false" /> </appSettings>

    Below is a sample SEGuide.exe.config file that includes the enabled "DataGridEnableScrollTips" setting.

    <?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <section name="microsoft.web.services3" type="Microsoft.Web.Services3.Configuration.WebServicesConfiguration, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /> <section name="Environment" type="SAS.EG.Configuration.EnvironmentSection, SAS.EG.Utilities"/> </configSections> <microsoft.web.services3> <policy fileName="wse3policyCache.config" /> </microsoft.web.services3> /* Example Environment Section, which sets the environment variables EGTMP, TEMP and TMP */ <Environment> <Variables> <add name="EGTMP" value="c:\aatemp\egtemp" /> <add name="TEMP" value="c:\aatemp\temp" /> <add name="TMP" value="c:\aatemp\tmp" /> </Variables> </Environment> <appSettings> <add key="DataGridEnableScrollTips" value="false" /> </appSettings> </configuration>


    Operating System and Release Information

    Product FamilyProductSystemProduct ReleaseSAS Release
    ReportedFixed*ReportedFixed*
    SAS SystemSAS Enterprise GuideMicrosoft® Windows® for x644.36.19.2 TS2M09.4 TS1M0
    Microsoft Windows Server 2003 Datacenter Edition4.36.19.2 TS2M09.4 TS1M0
    Microsoft Windows Server 2003 Enterprise Edition4.36.19.2 TS2M09.4 TS1M0
    Microsoft Windows Server 2003 Standard Edition4.36.19.2 TS2M09.4 TS1M0
    Microsoft Windows Server 2003 for x644.36.19.2 TS2M09.4 TS1M0
    Microsoft Windows Server 2008 for x644.36.19.2 TS2M09.4 TS1M0
    Microsoft Windows XP Professional4.36.19.2 TS2M09.4 TS1M0
    Windows Vista4.36.19.2 TS2M09.4 TS1M0
    Windows Vista for x644.36.19.2 TS2M09.4 TS1M0
    * For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.