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

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!ede978e
  3. From: ede978e@monu6.cc.monash.edu.au (Robert D. Nicholson)
  4. Subject: Formcell behaviour
  5. Message-ID: <1992Jul27.132231.19873@monu6.cc.monash.edu.au>
  6. Summary: FormCell behaviour
  7. Organization: Monash University, Caulfield Campus
  8. Date: Mon, 27 Jul 1992 13:22:31 GMT
  9. Lines: 17
  10.  
  11. The rtf says this.
  12.  
  13. FormCell
  14.  
  15. A mouse click event in an entry starts text editing in that entry.  A mouse click event outside the Form or a RETURN key event while editing an entry causes the action of the entry to be sent to the target of the entry if there is such an action; otherwise the action of the Form is sent to the target of the Form.
  16.  
  17. I have a form and one of the formCells connected to a validateField method. I have a number of buttons which are enabled only if the fields are valid.  When I type in the formcell (not pressing return) or click into another cell or even _OUTSIDE_ the form the action is not sent. WHY!!!!!.
  18.  
  19. When I press return the action is sent as it should be.
  20.  
  21. Am I missing something here?
  22.  
  23. -- 
  24. Quote of the day
  25.  
  26.   "If Andrew Stone can do it, well Im certainly gonna give it a try"
  27.  
  28.