Newbies tap2k Posted June 7, 2000 Newbies Posted June 7, 2000 Hi, I am trying to perform a complex web search query on an FM db, by using the logical operators and and or. Basically I want to display an or'ed search on one field along with anded searches on other fields, and get the result in xml. Anyone have any idea how to do this?
Keith M. Davie Posted June 20, 2000 Posted June 20, 2000 I answer from my experiences in FMPr0 4.0v3. First, in order to do a search of multiple fields using and, I found through serendipity on FileMaker's web site, that, in the <form>...</form> structure, the line "<input type="hidden" name="fieldname" value="==">" had to be inserted immediately before the line "<input type="text" name="fieldname" value="">" for each field which in which data was to be input into the space created by "". I don't know that this will answer your question, but it may give you a place from which to experiment. Of course the quotes external the pointy brackets in the quoted lines above do not occur in your format file. Good luck, Peace Keith M. Davie
Recommended Posts
This topic is 9190 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