home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / database / informix / 2386 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  2.6 KB

  1. Path: sparky!uunet!destroyer!sol.ctr.columbia.edu!emory!emory!not-for-mail
  2. From: scottm@informix.com (A. Scott Myers SSE)
  3. Newsgroups: comp.databases.informix
  4. Subject: Re:  Updating with editing capability
  5. Date: 11 Nov 1992 16:08:05 -0500
  6. Organization: Mailing List Gateway
  7. Lines: 47
  8. Sender: walt@mathcs.emory.edu
  9. Distribution: world
  10. Message-ID: <1drsnlINNhiu@emory.mathcs.emory.edu>
  11. Reply-To: scottm@informix.com (A. Scott Myers SSE)
  12. NNTP-Posting-Host: emory.mathcs.emory.edu
  13. X-Informix-List-ID: <list.1587>
  14.  
  15. PERFORM allows for inserting and deleting of characters.  Typing CTRL A will
  16. toggle in and out of insert mode.  Typing CTRL X will delete a single
  17. character at a time.  Also, CTRL D will delete all characters to the end of
  18. the field.
  19.  
  20. Help information pertaining to this can be brought up interactively while in
  21. insert or update mode of PERFORM by typing CTRL W (the help key).
  22.  
  23. scottm (Scott Myers - Informix, Tampa)
  24. -----------------------------------------------------------------------------
  25. } From uunet!rmy.emory.edu!ilist Wed Nov 11 13:38:58 1992
  26. } Received: from informix.com ([158.58.8.17]) by washington. (4.0/SMI-4.0)
  27. }     id AA20501; Wed, 11 Nov 92 13:38:53 EST
  28. } Received: from uunet.UUCP by informix.com (4.1/SMI-4.1)
  29. }     id AA22064; Wed, 11 Nov 92 10:35:43 PST
  30. } Received: from rmy.rmy.emory.edu by relay2.UU.NET with SMTP 
  31. }     (5.61/UUNET-internet-primary) id AA13705; Wed, 11 Nov 92 13:21:47 -0500
  32. } Received: by
  33. }     rmy.rmy.emory.edu (5.65/Emory_rmy.3.3.20) via MAILPROG
  34. }     id AA00602 ; Wed, 11 Nov 92 13:23:18 -0500
  35. } Return-Path: ilist@rmy.emory.edu
  36. } From: uunet!thylacine.cs.wisc.edu!rchoi (Ron Choi)
  37. } Message-Id: <1992Nov10.164807.7451@cs.wisc.edu>
  38. } Subject: Updating with editing capability
  39. } Date: 10 Nov 92 16:48:07 GMT
  40. } Reply-To: uunet!thylacine.cs.wisc.edu!rchoi (Ron Choi)
  41. } Organization: University of Wisconsin, Madison -- Computer Sciences Dept.
  42. } Sender: uunet!rmy.emory.edu!informix-list-owner
  43. } To: informix-list@rmy.emory.edu
  44. } X-Informix-List-Id: <news.2101>
  45. } Status: R
  46. } i've using perform for entering and updating records.  for updating,
  47. } it would be nice if the user-interface supplies some sort of editing capability.
  48. } only way one can update in perform is to type over the old entry.  can 
  49. } we do better than that in 4gl or third-vendor user-interface?  in other words, 
  50. } is there a way to insert characters and delete characters with out typing 
  51. } over the original entry?
  52. } thanx in advance, 
  53. } -- 
  54. } ---------------------------------------------------------------------------
  55. } ron choi                 \\  #include <disclaimer.h>
  56. } university of wisconsin, madison    \\
  57. }     "when i was your age, i walked ten miles to school, unarmed."
  58.