home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / database / informix / 1742 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  1.0 KB

  1. Path: sparky!uunet!mcsun!uknet!mucs!p4.cs.man.ac.uk!paulb
  2. From: paulb@p4.cs.man.ac.uk (Paul Bean)
  3. Newsgroups: comp.databases.informix
  4. Subject: paging up and down
  5. Message-ID: <paulb.714149339@p4.cs.man.ac.uk>
  6. Date: 18 Aug 92 14:48:59 GMT
  7. Sender: news@cs.man.ac.uk
  8. Lines: 15
  9.  
  10. I want to be able to page up and down in an input array using more
  11. than one key.  e.g. F3 and control-p.  The behavior on the defined key
  12. is exactly what I want, however I do not seem to be able to find the
  13. internal function which does this so that I can us the on key facility
  14. within the input array.  I am aware of the scroll function, but this
  15. does not appear to reset the cursor as obtained by arr_cur().  I
  16. cannot seem to find a function to set the position within the array so
  17. scroll seems to be a insufficient for what I need.  Also Options
  18. allows only one key to be assigned to key down etc. so I can't simply
  19. redefine it there.  There is probably somthing really obvious that I
  20. have missed sorry if this is the case.
  21.  
  22. Thanks in advance 
  23.  
  24. Paul B
  25.