pbucc Posted October 11, 2002 Posted October 11, 2002 hey there everyone. i have a search page that asks for a account number. if you put the number in and push the search key it goes on to the search found page with the resaults from the serch. but if you use the "enter" key or the "return" key it gives you an error. " unable to process your request because the server encountered and unexpected condition. for more details on error number 4, refer to the filemaker help topic Status(CurrentError) and contact your administrator" this only happens when you press a key to start the search. any ideas. Peter
CobaltSky Posted October 11, 2002 Posted October 11, 2002 The button which you click to activate the search is likely adding one or more additional steps which are required to activate the search correctly in your database. If so, activating the search from the keyboard will produce a different outcome. If you go into layout mode and check what script is assigned to the buton you are clicking, then go into ScriptMaker and examine the difinition for that script, that may give you some answers. If desired, you may be able to contrive to have the script already running, but paused, while you are in find mode, so that using the enter key (not return, though) will continue the script to perform the find.
Garry Claridge Posted October 11, 2002 Posted October 11, 2002 Add this line to your form: <input type="hidden" name="-find"> This should help. Garry
ernst Posted April 18, 2003 Posted April 18, 2003 I had a similar problem. When I had only ONE visible field on my search-layout then hitting enter or return would produce an error message, with two or more visible fields everything worked as expected. Was driving me nuts. Adding <input type="hidden" name="-find"> to the code made everything work with only one visible field, which is what I needed for my project, so thanks for this tip!
Recommended Posts
This topic is 7959 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now