[Zope] Help with SQL Like statement

Dan Rusch dgr427@globalcrossing.com
Thu, 07 Oct 1999 08:51:03 -0500


You can append the % either in Zope or in JavaScript (or any script
language)

i.e.

A JavaScript example would be:

function append(appendMe){
	appendMe.value += "%";

}

DR