Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!bbn!rochester!pt.cs.cmu.edu!andrew.cmu.edu!jm7f+ From: jm7f+@andrew.cmu.edu (Joe Melvin) Newsgroups: comp.sys.mac.hypercard Subject: Re: Trapping RETURN key Message-ID: Date: 7 Feb 89 20:39:34 GMT Organization: Class of '91, Carnegie Mellon, Pittsburgh, PA Lines: 12 The following code in your field script will work: on returnInField --your code here end returnInField You must be using HC 1.2.1 or higher for this to work. See the release notes on this version of HC for more info. -Joe Melvin jm7f@andrew.cmu.edu