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 (November 1999, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Mon, 29 Nov 1999 21:03:20 -0600
Reply-To:     Rob Rohrbough <Rob@ROHRBOUGH-SYSTEMS.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Rob Rohrbough <Rob@ROHRBOUGH-SYSTEMS.COM>
Subject:      Re: SAS FRAME "List Box" Question
Comments: To: Robin baker <rdbaker@SYMPATICO.CA>
Content-Type: text/plain; charset="iso-8859-1"

Robin,

Example 2 in List Box help should show you how to do this. The value of your list box should be an SCL list which contains the items in the order selected. You may access this list without performing the _GET_VALUE_ method first, according to the example, which may be found, interestingly enough, at the "Additional Information" hyperlink from the _GET_VALUE_ help page.

HTH,

Rob

> -----Original Message----- > From: Robin baker [mailto:rdbaker@SYMPATICO.CA] > Sent: Monday, November 29, 1999 5:40 PM > Subject: SAS FRAME "List Box" Question > > > I have a requirement to return from a "list box" the order the items > were selected. The user could chose one or more items. I am using > _GET_VALUE_ which is the correct way to start, I think. Now how do I > retrieve the list so I could display it in a message on screen. The > true use is to build a sort string based on the order the user > selected the items. If I could display it I could probably figure the > rest out. > Some general additional information follows. > I am using FRAME, with SCL, SAS 6.12 and I don't have to cross into > any other screens with the information. I am building the code to pass > into SUBMIT CONTINUE, when the user presses a GO button. This builds a > file and brings up FSVIEW or FSEDIT. > It is a simple problem I am sure. Any help would be appreciated. >


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