home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5257 < prev    next >
Encoding:
Text File  |  1992-07-27  |  1.7 KB  |  43 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!caen!zaphod.mps.ohio-state.edu!news.acns.nwu.edu!usenet
  3. From: nader@bogart (Nader Sahyouni)
  4. Subject: Re: Formcell behaviour
  5. Message-ID: <1992Jul27.145329.28957@news.acns.nwu.edu>
  6. Sender: usenet@news.acns.nwu.edu (Usenet on news.acns)
  7. Reply-To: xns@nwu.edu
  8. Organization: Northwestern University, Evanston, Illinois, USA
  9. References: <1992Jul27.132231.19873@monu6.cc.monash.edu.au>
  10. Date: Mon, 27 Jul 1992 14:53:29 GMT
  11. Lines: 30
  12.  
  13. In article <1992Jul27.132231.19873@monu6.cc.monash.edu.au>  
  14. ede978e@monu6.cc.monash.edu.au (Robert D. Nicholson) writes:
  15. > The rtf says this.
  16. > FormCell
  17. > A mouse click event in an entry starts text editing in that entry.  A mouse  
  18. >click event outside the Form or a RETURN key event while editing an entry  
  19. >causes the action of the entry to be sent to the target of the entry if there  
  20. >is such an action; otherwise the action of the Form is sent to the target of  
  21. >the Form.
  22. > I have a form and one of the formCells connected to a validateField method. I  
  23. >have a number of buttons which are enabled only if the fields are valid.  When  
  24. >I type in the formcell (not pressing return) or click into another cell or  
  25. >even _OUTSIDE_ the form the action is not sent. WHY!!!!!.
  26. > When I press return the action is sent as it should be.
  27. > Am I missing something here?
  28.  
  29. I am curious about this as well. Please post responses. If users are entering
  30. info into a number of text fields and never hit return, it will look to them
  31. as if all their data entry is completed. Problem is the fields will never
  32. even have  been read by the program because nothing has caused the  
  33. 'validateField' method mentioned above to run.
  34.  
  35. Nader Sahyouni
  36. Northwestern Univ. Med. School
  37. xns@nwu.edu
  38.