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 (July 1996, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 18 Jul 1996 19:04:41 GMT
Reply-To:     navdeep@bio.ri.ccf.org
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Navdeep Boparai - Transplant <navdeep@BIO.RI.CCF.ORG>
Organization: Cleveland Clinic Foundation
Subject:      Re: Question about %Window

Hi, I was recently doing some thing that involved %window & %display stuff.

To get rid of of the window after you have input your parameter , use the delete option in the %display statement :

so, %display windowname delete;

Hope this helps, Navdeep

In article 8q5@vassun.vassar.edu, <yuzhou@vassar.edu> writes: > Hi, everyone: > > I have two questions about using %Window: > > 1. I use %window and %display to display a dialog window and promopt > user to input some parameters. When user puts in the data and hit > 'return', the window stays on until the program finish running. Is > anyway I can make the dialog window disapear right after user hits > 'return' key? > > 2. There are several spots in the dialog window need to be filled. When > one spot is filled up, user has to use TAB or -> key to move to next > spot. How can I make the cursor automatically move to next spot without > using TAB or -> key? > > Oh, I'm using SAS 6.11 for OS/2. > > Any suggestions are greatly appreciated. TIA > > Jun Zhao > >


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