home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / bit / listserv / dbasel / 1208 < prev    next >
Encoding:
Text File  |  1992-11-18  |  2.1 KB  |  49 lines

  1. Newsgroups: bit.listserv.dbase-l
  2. Path: sparky!uunet!mcsun!sun4nl!ktibv!rdb
  3. From: rdb@ktibv.uucp (The Graphical Gnome)
  4. Subject: Re: recognize current field n
  5. Message-ID: <1992Nov18.132728.6021@ktibv.uucp>
  6. Organization: KTI BV
  7. References: <1992Nov17.4772.1856@dosgate>
  8. Distribution: bit
  9. Date: Wed, 18 Nov 1992 13:27:28 GMT
  10. Lines: 37
  11.  
  12. "tom frazer" <tom.frazer@canrem.com> writes:
  13.  
  14. >To: VHASS%CAT700.gm@HAC2ARPA.HAC.COM
  15.  
  16. >VV>   How can I read the contents of a field after editing without moving
  17. >VV> to the next field ? Any suggetions ?
  18.  
  19. >    You can't. If you don't move off the get field the data isn't stored
  20. >into the memory variable. No matter what you do, your customer is going to
  21. >have to learn to use the system, this is just one part of it.
  22. >    I just ran into the same thing, customer exitted the add screen before
  23. >moving off one of the GETs and lost the data, had to tell him to hit enter
  24. >to save the entered data to memory before calling up the exit popup menu.
  25.  
  26. I do not know how well you are familiar with Clipper, but you can use
  27. the GET:buffer to do some tricks. I use it in a speed search routine,
  28. in which I use the buffer to seek in a database, WHILE a user is
  29. typing characters, so he/she doesn't have to type the whole word.
  30.  
  31. By forcing a GET:assign(), the value is moved from the buffer to the
  32. var.
  33.  
  34. If you want to know more, do not hasitate to mail.
  35.  
  36.  
  37. Happy Hacking The Graphical Gnome
  38.  
  39. -----------------------------------------------------------------------------
  40. | Rob den Braasem    | "Before I sink into the big   | Voice :-31-79-531825 |
  41. |                    |  sleep, I want to hear the    | Fax   :-31-79-513561 |
  42. |                    |  scream of the butterfly."    | Mail  :              |
  43. | "PABRAS"           |  J. Morrison          | ..!sun4nl.nluug.nl!ktibv!rdb |
  44. | KTI bv             |-------------------------------| ---------------------|
  45. | P.O. Box 86        | "I die when it's time for me to die. So let me live  | 
  46. | 2700 AB Zoetermeer |   my life the way I want to."                        |
  47. | The Netherlands    |   Jimi Hendrix                                       |
  48. -----------------------------------------------------------------------------
  49.