home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / QBAS / ALTVB10B.ZIP / HLPFILES.ZIP / DATINPUT.HLP < prev    next >
Text File  |  1990-10-25  |  2KB  |  44 lines

  1.  
  2. DATEINPUT accepts and verifies date input in a Reverse
  3. Video entry panel, all the usual editing keys are
  4. supported and entry is terminated by either a Carriage
  5. Return or one of several special function keys:
  6.  
  7.  
  8. Return Codes:   
  9.  
  10. 1  =  <Escape>    abort entry returning a null string
  11. 2  =  <F2>        repeat previous entry for this field
  12. 3  =  <Up Arr>    pressed, move to previous field 
  13. 4  =  <Dn Arr>    pressed, move to next field
  14. 5  =  <Pg Up>     pressed, move to top of screen
  15. 6  =  <Pg Dn>     pressed, move to end of screen
  16.  
  17.  
  18. Editing keys:
  19.  
  20. <L.Arrow>   =  Move cursor one character to the left
  21. <R.Arrow>   =  Move cursor one character to the right
  22. <Home>      =  Move cursor to first character of field
  23. <End>       =  Move cursor to last character of field
  24. <Ctrl End>  =  Clear from current cursor position to
  25.                the end of the entry field.
  26. <Insert>    =  Toggle between Insert and Overtype.
  27. <Delete>    =  Delete character under the cursor.
  28. <BackSpace> =  Replace character under cursor with a
  29.                blank space and move the cursor one
  30.                character to the left.
  31. <F1>        =  pop up on-line HELP screen.
  32.  
  33.  
  34.  
  35.  
  36. DATEINPUT is also designed to be part of a full-screen
  37. data-entry system. Your program can examine the return
  38. code to determine whether the operator just wishes to
  39. terminate entry or move forwards or backwards between
  40. entry fields.
  41.  
  42. See also the REVINPUT function for a similar, more
  43. general-purpose, data-entry routine.
  44.