Newbies Soni Kuri Posted December 23, 2004 Newbies Posted December 23, 2004 Hi, I'm using FileMaker 7, and I want the result to return rows where the date is 1/1/2005 and lock is not 1. I doesnt seem to be excluding the dates that arent 1/1/2005. Even when I add "date.op=eq", it still doesnt work correctly. Here is the url: ipaddress/fmi/xsl/a3/recordlist.xsl?-db=dname&-lay=wwwlayout&date=1/1/2005&lock=1&lock.op=neq&-lop=and&-find=Find What am I doing wrong? Thanks!
Martin Brändle Posted January 6, 2005 Posted January 6, 2005 The date format in the XML result tree is MM/dd/yyyy, so I guess that the query should look like: ipaddress/fmi/xsl/a3/recordlist.xsl?-db=dname&-lay=wwwlayout&date=01/01/2005&date.op=eq&lock=1&lock.op=neq&-lop=and&-find=Find Martin
Recommended Posts
This topic is 7530 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