RE: Text Input Field Data not recognized with use of Enter key

2004-07-27 Thread Matthew Walker
When the button is clicked, the associated button value is passed to the form handler. When enter is hit, the button value is not passed. Apparently, your handler page is relying on that button value.   _   From: Rick Faircloth [mailto:[EMAIL PROTECTED] Sent: Wednesday, 28 July 2004 7:22 a

RE: Text Input Field Data not recognized with use of Enter key

2004-07-27 Thread Rick Faircloth
ld do the trick... Thanks, again... Rick   -Original Message-   From: Matthew Walker [mailto:[EMAIL PROTECTED]   Sent: Tuesday, July 27, 2004 6:07 PM   To: CF-Talk   Subject: RE: Text Input Field Data not recognized with use of Enter key   When the button is clicked, the associated button val

Re: Text Input Field Data not recognized with use of Enter key

2004-07-27 Thread Aaron DC
You dont have to - just check for the existence of the textbox field. Aaron - Original Message - From: Rick Faircloth To: CF-Talk Sent: Wednesday, July 28, 2004 1:41 PM Subject: RE: Text Input Field Data not recognized with use of Enter key Hi, Matthew, and thanks for the reply

RE: Text Input Field Data not recognized with use of Enter key

2004-07-27 Thread Rick Faircloth
tting the form and not the Enter key... Rick   -Original Message-   From: Aaron DC [mailto:[EMAIL PROTECTED]   Sent: Tuesday, July 27, 2004 11:40 PM   To: CF-Talk   Subject: Re: Text Input Field Data not recognized with use of Enter key   You dont have to - just check for the existence of the text

Re: Text Input Field Data not recognized with use of Enter key

2004-07-27 Thread Aaron DC
: RE: Text Input Field Data not recognized with use of Enter key Hi, Aaron... So you're saying that the textbox field value is not being passed and the "Search" button value is?  That makes sense, because if the "Search" button value was not being passed, the form and no

RE: Text Input Field Data not recognized with use of Enter key

2004-07-27 Thread Rick Faircloth
lto:[EMAIL PROTECTED]   Sent: Wednesday, July 28, 2004 12:15 AM   To: CF-Talk   Subject: Re: Text Input Field Data not recognized with use of Enter key   Without seeing your code I cant say 100%, but when a form is submitted (either through clicking submit or hitting the enter key), the textbox form fi

Re: Text Input Field Data not recognized with use of Enter key

2004-07-27 Thread Aaron DC
- From: Rick Faircloth To: CF-Talk Sent: Wednesday, July 28, 2004 4:23 PM Subject: RE: Text Input Field Data not recognized with use of Enter key That is true when the cursor is not in the text field at the time the Enter key is hit, but if the cursor is still in the text field, the value of

RE: Text Input Field Data not recognized with use of Enter key

2004-07-28 Thread Rick Faircloth
ge-   From: Aaron DC [mailto:[EMAIL PROTECTED]   Sent: Wednesday, July 28, 2004 2:31 AM   To: CF-Talk   Subject: Re: Text Input Field Data not recognized with use of Enter key   Really? Google works fine when you hit enter, with the cursor still in the textbox. A quick check locally... work

Re: Text Input Field Data not recognized with use of Enter key

2004-07-28 Thread Aaron DC
n the form - eg. the search textbox. Aaron - Original Message - From: Rick Faircloth To: CF-Talk Sent: Wednesday, July 28, 2004 5:42 PM Subject: RE: Text Input Field Data not recognized with use of Enter key Alright, I give... The code for the form and the text input field of concer

RE: Text Input Field Data not recognized with use of Enter key

2004-07-28 Thread Rick Faircloth
Form.PropertyType or whatever, instead... Rick   -Original Message-   From: Aaron DC [mailto:[EMAIL PROTECTED]   Sent: Wednesday, July 28, 2004 4:06 AM   To: CF-Talk   Subject: Re: Text Input Field Data not recognized with use of Enter key   >    So you're saying that the textbox fiel

Re: Text Input Field Data not recognized with use of Enter key

2004-07-28 Thread Aaron DC
Field Data not recognized with use of Enter key Aaron wrote: "This is not the name of the textbox. I said (twice now), check for the presence of the textbox." I realize that Form.Search is not the textbox... I also realize that you're saying that I can check to see whether or not any

RE: Text Input Field Data not recognized with use of Enter key

2004-07-28 Thread Rick Faircloth
with the Enter key or the submit button... Thanks for your help... Rick   -Original Message-   From: Aaron DC [mailto:[EMAIL PROTECTED]   Sent: Wednesday, July 28, 2004 9:00 AM   To: CF-Talk   Subject: Re: Text Input Field Data not recognized with use of Enter key   Yeah :) I was trying to