From: Bjorn E. <bj...@ya...> - 2003-09-05 07:38:13
|
Hello Craig, Friday, September 5, 2003, 12:19:16 AM, you wrote: CB> Could someone remind me the format for searching/filtering on an empty CB> string field? CB> (seq %1 'N/A') works fine for those fields containing N/A, but (seq %1 CB> '') locks up my Tungsten C. What if you use something like (! %1)which will return the records whit an empty string field, or at least it did it on my T2. -- Best regards, Bjorn Erik mailto:bj...@ya... |