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 1997, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 22 Dec 1997 08:49:37 -0600
Reply-To:   prutz@CARBOMEDICS.COM
Sender:   "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:   Paul Rutz <prutz@CARBOMEDICS.COM>
Subject:   Re: FSEDIT and Windows '95 and Insert Key
Content-Type:   text/plain; charset=US-ASCII

You can switch Insert mode off by adding the following line to the SCL behind the FSEDIT screen:

call execcmd ("winsert off");

If you put this in the FSEINIT section it happens once, when the user first brings up the screen. I prefer to put it in the INIT section, so the user starts every new record with insert mode off even if they have toggled the Insert mode themselves using their Insert key.

-----Original Message----- From: Kimberly LeBouton <klebouton@AMERHONDA.COM> Sent: Monday, December 22, 1997 8:03 AM To: SAS-L@UGA.CC.UGA.EDU Subject: FSEDIT and Windows '95 and Insert Key

When I try to input data on a customized FSEDIT screen developed on Windows '95, my insert key always needs to be turned off. Is there an easy way to turn off your insert key before starting the SAS application.

Kim LeBouton KJL Computing Independent Consultant A SAS Quality Partner (TM)


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