Problem Note 3231: May lose focus when SAS/AF application is invoked with command bar
turned off
SAS may lose focus on all windows displayed if you invoke a SAS/AF
application when you have previously saved a specification to turn off
the command bar. This is only a problem on PC platforms.
For example, you may see the problem if you have selected Options ->
Customize and turned off the command bar and then invoke a SAS/AF
application with the INITCMD option. You may also see the problem if
you specify the NODMSEXP system option and invoke your SAS/AF
application using the DM statement within an autoexec file.
To circumvent the problem, run with a SASUSER that specifies to display
the command bar and turn it off from within the SCL code of the first
frame that is displayed such as in the following code fragment:
INIT:
call execcmd('command close');
return;
Operating System and Release Information
| Product Family | Product | System | Reported Release | Fixed Release* |
| SAS System | SAS/AF | Microsoft Windows NT Workstation | 8 TS M0 | 8.2 TS2M0 |
| Microsoft Windows 2000 Professional | 8 TS M0 | 8.2 TS2M0 |
| Microsoft Windows 95/98 | 8 TS M0 | 8.2 TS2M0 |
*
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: | high |
| Date Modified: | 2000-09-14 13:00:02 |
| Date Created: | 2000-08-14 14:17:42 |