home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / database / informix / 2683 < prev    next >
Encoding:
Internet Message Format  |  1992-12-14  |  2.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!doc.ic.ac.uk!warwick!pipex!demon!cix.compulink.co.uk!shemminga
  2. Newsgroups: comp.databases.informix
  3. From: shemminga@cix.compulink.co.uk (Stuart Hemming)
  4. Subject: Re: "WordWrap" and temporary s
  5. Reply-To: shemminga@cix.compulink.co.uk
  6. Date: Mon, 14 Dec 1992 15:54:00 +0000
  7. Message-ID: <memo.808385@cix.compulink.co.uk>
  8. Sender: usenet@demon.co.uk
  9. Lines: 44
  10.  
  11. In-Reply-To: <randall.723872563@seashore> randall@informix.com (Randall Rhea)
  12.  
  13. TITLE: Re: "WordWrap" and temporary string storage
  14.  
  15.  
  16. In <randall.723872563@seashore> Randall Rhea writes:
  17.  
  18. [Stuff deleted]
  19.  
  20. > One of the things I like about Informix-4GL is that it does NOT
  21. > have all them "bells and whistles."  This is also why I and many other
  22. > people like C.  Why have all those huge libraries filled with crud
  23. > you'll never use?  If you want the bells and whistles, you can always
  24. > add them yourself.  You can have highlighted display arrays rather
  25. > easily using INPUT ARRAY.  Yes, it would be nice if the feature
  26. > were there with just one command, but it's not that hard to do it
  27. > with a little more code.  You can simulate dynamic arrays with
  28. > temp tables; yeah, I know it's not exactly the same thing, but
  29. > it will do in a pinch.  And yes, I suppose there's a bug or two
  30. > in 4GL, but I know of no bug-free software product.
  31.  
  32. I sorry but this is completely the wrong attitude! The highlight bar
  33. in display array is an obvious requirement. The fact that so many
  34. people have had to hack together a fix is enough to show that.
  35. Dynamic arrays are also a known requirement. To simply say you can
  36. simulate it by doing such-and-such is completely wrong. I mean why
  37. bother with INPUT ARRAY? With juditious use of INPUT, DISPLAY and
  38. SCROLL you could simulate that too.
  39.  
  40. The whole idea is to have a working set of tools that allow you to
  41. get the job done with the minimum of fuss. The 4GL "toolset" is good,
  42. don't get me wrong, but it's not complete. "Fix it yourself" is not
  43. an attitude I like.
  44.  
  45. | I'm not bad, I'm just drawn that way -- Jessica Rabbit     |
  46. |------------------------------------------------------------|     
  47. | Stuart Hemming       | shemminga@cix.compulink.co.uk       |
  48. | Tudor Labels Ltd     | uunet!cix.compulink.co.uk!shemminga |
  49. | Roman Bank Bourne    | Tel :  (+44) 778 426444             |
  50. | Lincs PE10 9LQ. UK.  | Fax :  (+44) 778 421862             |
  51.  
  52.  
  53. Stuart
  54. |8-)
  55.