home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.databases
- Path: sparky!uunet!cs.utexas.edu!wupost!monsanto.com!skcla.monsanto.com!jjfink
- From: jjfink@skcla.monsanto.com
- Subject: Re: Paradox 4.0 ShowDialog CheckBoxes question
- Message-ID: <1992Dec14.092541.1@skcla.monsanto.com>
- Lines: 22
- Sender: news@tin.monsanto.com (USENET News System)
- Organization: Searle, Skokie, IL
- References: <92348.230646ISPAJW@ASUACAD.BITNET>
- Date: Mon, 14 Dec 1992 09:25:41 GMT
-
- In article <92348.230646ISPAJW@ASUACAD.BITNET>, Robert's Dad <ISPAJW@ASUACAD.BITNET> writes:
- > Hi,
- > I would like to create a dialog box in such a way that the user can
- > select one or more ID numbers to process. I know that I can use the
- > ShowDialog CheckBoxes feature. Here's the fun part: The list of ID
- > numbers is not static. They are contained in a table which I load into
- > an array using Scan. Is there a way to use CheckBoxes (or another,
- > similar feature) so that the user can select one or more ID numbers
- > when the number of ID numbers is not known until runtime?
-
- About the most direct way to do this would be to have a picklist from the array
- of ID numbers, and an 'Add' button which would add the selected item to a
- second picklist. You should then have a 'Remove' button that would remove
- items from the second list.
-
- Joel
- --
- jjfink@skcla.monsanto.com
- ------------------------------------------------------------------------------
- "I want peace on earth, and goodwill towards man."
- "We don't do that kind of thing, we're the United States Government!"
- -- from _Sneakers_
-