Here's an odd thing, I have an app that allows the user to pass in a
select criteria string that is used to find a string containing the select
criteria. Like this.
ECMD = "SSELECT ":CP:" BY PART_NUM"
IF SELCRIT <> '' THEN
ECMD := " WITH PART_NUM LIKE '...":SELCRIT:"...'"
END
EXECUTE ECMD
This works fine most of the time, but we just noticed that when the select
criteria is G2A, it takes that to mean a G followed with 2 alpha
characters, so it matches many more items than desired. Is there a way to
force the SELECT to take the criteria as a literal G2A and not as a
matching pattern?
Charles Shaffer
Senior Analyst
NTN-Bower Corporation
_______________________________________________
U2-Users mailing list
[email protected]
http://listserver.u2ug.org/mailman/listinfo/u2-users