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 (February 1998, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 20 Feb 1998 14:23:18 EST
Reply-To:     "Christopher A. Roper" <QLXCAR@AOL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         "Christopher A. Roper" <QLXCAR@AOL.COM>
Subject:      Re: Highlight a widget in _INIT_
Comments: To: rturner@SCOTEQ.CO.UK
Content-type: text/plain; charset=US-ASCII

Robert,

You can use the _CURSOR_ method to get the functionality you desire. Something like

call send(obj_id,'_CURSOR_');

will make the widget (push button in your case) obj_id the active widget and when you press the enter key, it's labelled section will run.

Hope this helps.

Chris.

Christopher A. Roper Qualex Consulting Services, Inc. Chris.Roper@qlx.com www.qlx.com


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