I have a search action that looks for <@ARG 1> = column1 AND <@ARG 1> = column2 AND column1 is not NULL AND column2 is not NULL
so if someone does an empty form, it should return nothing. It never does. Always gets a foundset. Same records, in fact. It finds records that have null content in column1 and column2 (mysql)
(I can trap for empty arguments, but this seems odd)
________________________________________________________________________ TO UNSUBSCRIBE: Go to http://www.witango.com/maillist.taf
