Newsgroups: comp.sys.mac.programmer Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!dory.cis.ohio-state.edu!rubin From: rubin@cis.ohio-state.edu (daniel j rubin) Subject: Question About Lists.... Message-ID: <1991Jun24.231936.15327@cis.ohio-state.edu> Originator: rubin@dory.cis.ohio-state.edu Sender: news@cis.ohio-state.edu (NETnews ) Organization: The Ohio State University, Department of Computer and Information Science Date: Mon, 24 Jun 1991 23:19:36 GMT Lines: 12 I want to write a application that will display all the items in a file on the hard drive using the list manager ( I think ). The database can have 10000+ records containing about 1000 bytes each which includes a name. I want to create a list of 10000+ names so when someone selects one of the names in the list the rest of the information will pop up. The problem I am having is I am not super familiar with the list manager. I read that you cannot create a list with more than 32K of data. How can I get around this or is there a better way to accomplish this using something other than the list manager. Thanks in Advance - Dan Rubin