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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!sun-barr!olivea!spool.mu.edu!agate!doc.ic.ac.uk!warwick!pipex!demon!cix.compulink.co.uk!shemminga
  2. From: shemminga@cix.compulink.co.uk (Stuart Hemming)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re: Display array highlist
  5. Message-ID: <memo.808387@cix.compulink.co.uk>
  6. Date: 14 Dec 92 15:54:00 GMT
  7. Sender: usenet@demon.co.uk
  8. Reply-To: shemminga@cix.compulink.co.uk
  9. Lines: 36
  10.  
  11. In-Reply-To: <1992Dec10.181239.29704@mnemosyne.cs.du.edu> aburt@mnemosyne.cs.du.edu (Andrew Burt)
  12.  
  13. TITLE: Re: Display array highlist
  14.  
  15. In <1992Dec10.181239.29704@mnemosyne.cs.du.edu> Andrew Burt asks:
  16.  
  17. [Stuff deleted]
  18.  
  19. > But, seriously, here's one that I haven't researched enough to know
  20. > that it can't be done:
  21. > Is there any way to display a report to a window, and scroll through
  22. > it (up/down)?
  23.  
  24. In your report include:
  25.  
  26. OUTPUT
  27.         REPORT TO PIPE "less"  -- Assumes you have less. Pick it up at
  28.                                -- FTP site near you NOW!
  29.  
  30. The only problem with list is that you will always get the output on
  31. the screen.
  32.  
  33. An alternative is to set DBPRINT to the name of a file viewer and
  34. have your report set up to REPORT TO PRINTER.
  35.  
  36. | I'm not bad, I'm just drawn that way -- Jessica Rabbit     |
  37. |------------------------------------------------------------|     
  38. | Stuart Hemming       | shemminga@cix.compulink.co.uk       |
  39. | Tudor Labels Ltd     | uunet!cix.compulink.co.uk!shemminga |
  40. | Roman Bank Bourne    | Tel :  (+44) 778 426444             |
  41. | Lincs PE10 9LQ. UK.  | Fax :  (+44) 778 421862             |
  42.  
  43.  
  44. Stuart
  45. |8-)
  46.