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_
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
|