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

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!gatech!nntp.msstate.edu!paladin.american.edu!auvm!HAC2ARPA.HAC.COM!VHASS
  3. Message-ID: <9211191711.AA10928@hac2arpa.hac.com>
  4. Newsgroups: bit.listserv.dbase-l
  5. Date:         Thu, 19 Nov 1992 09:11:42 PST
  6. Sender:       "Discussion on the use of the dBase language and related
  7.               dialects" <DBASE-L@NMSUVM1.BITNET>
  8. From:         VHASS%CAT700.gm@HAC2ARPA.HAC.COM
  9. Subject: Re: recognize current field n
  10. Lines: 16
  11.  
  12. >Excuse me - are we talking about knowing the NAME of the field being edited
  13. >before moving to the next field?  That's easily done with VARREAD().  Or are
  14. >we talking about knowing the CONTENTS of the field?  In that case, the VALID
  15. >clause of the READ statement would seem to me to be the way to go (dBASE IV
  16. >and FoxPro).
  17.  
  18. We are talking about both!  The need is to recognize the field name as well
  19. as the contents of that field (after the contents have been edited) without
  20. leaving that field.
  21.  
  22. I don't think I will be able to use READ since the user has the choice of
  23. inputting the data into any of the fields and a READ after every GET would
  24. require the user to either enter the contents or press return.  I want to
  25. make use of the same screen format that the user uses to append/edit records.
  26.  
  27. Vishwa
  28.