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 (October 2001, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sun, 7 Oct 2001 19:28:07 -0400
Reply-To:     Gerhard Hellriegel <ghellrieg@T-ONLINE.DE>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Gerhard Hellriegel <ghellrieg@T-ONLINE.DE>
Subject:      Re: AF - how to add a control for file

The Directory functions (look for DOPEN, DREAD, D... for the syntax) might be helpful to get the list of EXCEL files into a slist. That you can use as input for a listbox, a extended table, a text entry, a .... - whatever you want. You can also use the POPMENU function, if you want.

On Sun, 7 Oct 2001 16:59:32 GMT, mcadavillo <mcadavillo@SI.RR.COM> wrote:

>I am new to using SAS AF in version 8. I am wondering, is there a component >or controls that I can add to enable the user of the application that I am >developing to have the ability to select the file he would like to read into >a database. Basically, there is an excel file that I would like the user to >be able to select so I can import it to SAS. If so, can someone please help >me. > >Thanks in advance. > >Mike


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