home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / database / 8476 < prev    next >
Encoding:
Text File  |  1992-12-14  |  1.5 KB  |  34 lines

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