Problem Note 48790: The VIEWTABLE window scroll bars in SAS® Enterprise Guide® do not function
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
- 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
- Disable the VIEWTABLE scroll tip feature.
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
SAS System | SAS Enterprise Guide | Microsoft® Windows® for x64 | 4.3 | 6.1 | 9.2 TS2M0 | 9.4 TS1M0 |
Microsoft Windows Server 2003 Datacenter Edition | 4.3 | 6.1 | 9.2 TS2M0 | 9.4 TS1M0 |
Microsoft Windows Server 2003 Enterprise Edition | 4.3 | 6.1 | 9.2 TS2M0 | 9.4 TS1M0 |
Microsoft Windows Server 2003 Standard Edition | 4.3 | 6.1 | 9.2 TS2M0 | 9.4 TS1M0 |
Microsoft Windows Server 2003 for x64 | 4.3 | 6.1 | 9.2 TS2M0 | 9.4 TS1M0 |
Microsoft Windows Server 2008 for x64 | 4.3 | 6.1 | 9.2 TS2M0 | 9.4 TS1M0 |
Microsoft Windows XP Professional | 4.3 | 6.1 | 9.2 TS2M0 | 9.4 TS1M0 |
Windows Vista | 4.3 | 6.1 | 9.2 TS2M0 | 9.4 TS1M0 |
Windows Vista for x64 | 4.3 | 6.1 | 9.2 TS2M0 | 9.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.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2013-02-14 11:38:23 |
Date Created: | 2012-12-20 15:53:36 |