Jump to content

This topic is 7330 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

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!

  • 2 weeks later...
Posted

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

This topic is 7330 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.