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 (March 1996, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 25 Mar 1996 20:33:57 GMT
Reply-To:   dstanle@ibm.net
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Don Stanley <dstanle@IBM.NET>
Organization:   Information Power
Subject:   Re: How do I turn off the toolbar?

You can either use the OPTIONS/PREFERENCES menu or the TOOLCLOSE command in your program (it must be issued from the source for a frame or program entry, an SCL entry on its own won't work)

init: call execcmdi('toolclose') ; return ;

should be the code for your program or frame entry.

Don

In <Dou2s3.B2v@stortek.com>, v044397@cursa.stortek.com (Deanna Castorena) writes: >This should be an easy question for someone who has experience with >SAS 6.11. We are in the process of converting from 6.10 to 6.11 and >we have some AF applications that we have developed, but we can't >seem to find any documentation on how to turn off the new toolbar. >Can someone please help! > >Thanks in advance, >Deanna Castorena > >-- >Smile, less than 5 days til the weekend!!!

============================================================================== =

Don Stanley DSTANLE@IBM.NET Information Power Limited SAS Institute Quality Partners Wellington NEW ZEALAND

Author : Beyond The Obvious With SAS Screen Control Language Currently Writing : Effective Use Of The Frame Entry In SAS Software (Working title)

'... Through fallen leaves I make my way slowly, nature abounds ...'


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