home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / database / informix / 2783 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  2.2 KB

  1. Path: sparky!uunet!gatech!emory!emory!not-for-mail
  2. From: dave.snyder@snide.com (Dave Snyder)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re: Fixes to Informix-4gl
  5. Date: 23 Dec 1992 11:48:03 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 37
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1ha583INNbol@emory.mathcs.emory.edu>
  11. Reply-To: dave.snyder@snide.com (Dave Snyder)
  12. NNTP-Posting-Host: emory.mathcs.emory.edu
  13. X-Informix-List-ID: <list.1731>
  14.  
  15. Quoting Stuart Hemming...
  16. } In-Reply-To: <1gor7vINN4u9@emory.mathcs.emory.edu> dave.snyder@snide.com (Dave Snyder)
  17. } TITLE: Re: Fixes to Informix-4gl
  18. } In <1gor7vINN4u9@emory.mathcs.emory.edu> Dave Snyder writes:
  19. } [Stuff deleted]
  20. } > Sounds great... but what happens if the data isn't sorted alphabetically?
  21. } > An example that comes to mind is in a medical system that I just wrote.
  22. } > There is a pop-up window of languages that people have to select from.
  23. } > In our area, ENGLISH is first, SPANISH is second, FRENCH third, etc.  I
  24. } > display this by using an internal sequence number assigned by the customer.
  25. } > Now although there are only about a dozen or two languages and "page ahead"
  26. } > would only have to be hit twice, how would this work if you had many rows?
  27. } I think this one should be looked at more in the principle of the
  28. } thing rather than in the execution of the given example. Could it not
  29. } be arranged so that the displayed list was indexed on some column and
  30. } have the "page ahead" funtion work on that column?
  31. Probably not.  The page ahead function works because the data is sorted
  32. somehow.  If you were to use another column that was sorted for the page
  33. ahead to index, you would then have to say, "What was the code for Russian?"
  34. Needless to say, the end-user doesn't need anymore codes to memorize; the
  35. patient speeks Russian, I want to select Russian!
  36.  
  37. I'm not knocking this routine, it's a wonderful idea and it can be used
  38. 90% of the time.  I just wanted to point out that there is that 10% :-)
  39.  
  40. DAS
  41. -- 
  42. David Snyder @ Snide Computer Services - Folcroft, PA          Current Release
  43.                                                                is db4glgen-3.9
  44. UUCP:  ..!uunet!das13!dave   INTERNET:  dave.snyder@snide.com
  45.