LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (December 2003, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 12 Dec 2003 12:48:38 +0200
Reply-To:     arjen.raateland@ymparisto.fi
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Arjen Raateland <arjen.raateland@YMPARISTO.FI>
Organization: Suomen ympäristökeskus
Subject:      Re: _setViewerAttribute parameters?
Content-Type: text/plain; charset=us-ascii

The problem is mainly solved. Just in time for the weekend ;-)

It turned out that no model SCL was executed on the other user's machine. The ModelSCLEntry attribute of the SAS Data set Model in the frame contained a four level name pointing to the development library that other users cannot access. The name needed to contain only the entry name and the type as the entry resides in the same library and catalog as the frame.

The four level name must have been set using the browse function in the ModelSCLEntry value field. Something to remember!

There were no run-time error messages about an SCL file missing, which is why it took me so long to find the cause of the problem.

The part of the problem that remains is the fact that the REVERSE (video) attribute as in

_self_._setViewerAttribute('SNIMI', 'REVERSE', 'Y');

does not seem to have any effect. Fortunately I don't really need this highlighting effect in this case, I only added it when the other ones (FCOLOR and BCOLOR) didn't appear work on the other user's workstation, but I'd still like to have more accurate documentation for _setViewerAttribute.

Thanks to Richard DeVenezia for providing help and support. -- Arjen Raateland Finnish Environment Institute SYKE Research Dept. SAS Support phone +358 9 4030 0350


Back to: Top of message | Previous page | Main SAS-L page