home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!tcsi.com!iat.holonet.net!news.cerf.net!usc!zaphod.mps.ohio-state.edu!caen!caen!usenet
- From: dcheslow@impact.flint.umich.edu (David A. Cheslow)
- Newsgroups: comp.sys.next.programmer
- Subject: Re: How do I tell a text Form to select the next text cell?
- Date: 26 Jan 1993 19:34:48 GMT
- Organization: University of Michigan Engineering, Ann Arbor
- Lines: 15
- Distribution: usa
- Message-ID: <1k43ooINN192@srvr1.engin.umich.edu>
- References: <81894@hydra.gatech.EDU>
- NNTP-Posting-Host: impact.flint.umich.edu
-
- I ran into this problem a long time ago. The problem that you are
- experiencing is that a Form (sender) does not have a nextText. A Form is
- a subclass of Matrix. It is the cells of the Matrix which have nextText
- connections. You can find the actual field where editing has occured by
- sending [sender selectedCell], and you can then ask the resulting object
- for its nextTeXT. Alternatively (and perhaps more transparently), you can
- simply send [sender selectCellAt:[sender selectedRow]+1 :0]
-
- --
- ===============================================================
- *NOT* an official document of the University of Michigan-Flint
- ===============================================================
- David A. Cheslow dcheslow@impact.flint.umich.edu
- School of Management, 344 CROB Phone: (313) 762-3309
- University of Michigan - Flint Fax: (313) 762-3687
-