home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / database / informix / 1605 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.2 KB

  1. Path: sparky!uunet!gatech!pirates!emory!worms-emh2.army.mil
  2. From: bob@worms-emh2.army.mil (Bob Kane)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re:  SCROLL statement help
  5. Message-ID: <9226@emory.mathcs.emory.edu>
  6. Date: 24 Jul 92 09:58:08 GMT
  7. Sender: walt@mathcs.emory.edu
  8. Reply-To: bob@worms-emh2.army.mil (Bob Kane)
  9. Lines: 16
  10. X-Informix-List-ID: <list.1339>
  11.  
  12. Ian,
  13.  
  14. You cannot use SCROLL with DISPLAY ARRAY, because it does not change the
  15. array pointer that DISPLAY ARRAY is using.  As soon as you hit another key,
  16. like an arrow key, the screen will go back to the original position that
  17. DISPLAY ARRAY was using.  I have a set of routines that will do what you
  18. are trying to do, that use Dave Snider's fgl_getkey stuff.  I do not use
  19. DISPLAY ARRAY, so you have complete control over the array positioning.
  20. I have such things as a GOTO record function, and a FIND bad record 
  21. function.  Let me know if you want a copy.
  22.  
  23. -----------------------------------------------------------------------------
  24. Bob Kane                   Internet: bob@worms-emh2.army.mil (IP 134.235.9.2)
  25. TechDyn Systems               Voice: (049) 6241-75936   (WORMS, GERMANY)
  26. CMR 421, BOX 706                Fax: (049) 6241-74530
  27. APO AE 09056                    CIS: 71054,2661
  28.