Mark,
on enterInField
select empty
end enterInfield

worked perfectly. Solved a host of problems.
Thank you.
Paul Looney

Everyone,
Isn't the current behavior of Enter (doing a return) wrong?
If I am the only one who thinks so, I'll work around it with Mark's cure. Otherwise I'll bugzilla it (thought it had been entered in Bugzilla already).
PL

-----Original Message-----
From: Mark Smith <[EMAIL PROTECTED]>
To: How to use Revolution <[email protected]>
Sent: Sat, 25 Mar 2006 16:06:59 +0000
Subject: Re: Enter vs Return

  Really? 
 
when I put that in the script of a field (or a backscript) I get an error : closeField handler not found 
 
on enterInField 
select empty 
end enterInfield 
 
has always done the trick for me... 
 
Mark 
 
On 25 Mar 2006, at 15:52, [EMAIL PROTECTED] wrote: 
 
> I thought this was entered in Bugzilla, but couldn't find it. 
> I'm hoping someone has come up with a good workaround. 
> When using the Enter key in a field, I get a return. I want the > Enter key to simply close the field without adding lines. If I put: 
> 
> on enterInField 
> closeField 
> end enterInField 
> 
> in a field, it produces the desired results (the Enter key acts > like it does in a spreadsheet).  > If I put the same handler in the stack script it generally works > right. 
> If I put this handler in a "startusing" library stack is is ignored. 
> 
> There must be a better way. 
> 
> Have you solved this? Appreciate your help. 
> Paul Looney 
> _______________________________________________ 
> use-revolution mailing list 
> [EMAIL PROTECTED]
> Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: 
> http://lists.runrev.com/mailman/listinfo/use-revolution 
 
_______________________________________________ 
use-revolution mailing list 
[EMAIL PROTECTED]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences: 
http://lists.runrev.com/mailman/listinfo/use-revolution 

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to