Incorrect Fetch Syntax? Next Record function?
Incorrect Fetch Syntax? Next Record function?
- Subject: Incorrect Fetch Syntax? Next Record function?
- From: Jeremy Matthews <email@hidden>
- Date: Thu, 07 Oct 2004 10:50:18 -0400
I have the following search in my App, and things are interesting. I can search by first name or last name separately and the search works fine. However, when I attempt to use them in conjunction I find no data. My Fetch is setup in EOM as:
((firstName like $firstName) or (lastName like $lastName) or ((firstName like $firstName) and (lastName like $lastName)))
Also, are there any good examples of a "Next Record" function by action in WO? Since I'm not doing D2W, I'm trying to reverse-engineer the functionality.
Thanks,
Jeremy
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden