Hi All,

I have made a record search page with some fields I can search on.
In the window where I show the results the option to use the = or
LIKE are set automatically by for example:

..Criterion(6) = .Operation(opContains, False, "alternative", .getParamByID(6))
..Criterion(7) = .Operation(opEqual, False, "range_max", .getParamByID(7))

Is there a way I can deceide myself if I want to use the = or LIKE function?
Maybe by having a dropdownbox on the search page where I can choose between
=, <, >, LIKE.
Question is, how can I let the results page know what i choose?

Same question goes for AND and OR??????

Regards
Marco
The Netherlands.