I have a Java 7.1 API program that takes a qualification from a file and
takes action on it.  This is working fine till today when I added this Qual
to the file
 
'Field' = "Int'l blah"
 
The value between Int and l is a hex 92 character
 
Int'l is short for International, and I'm told it needs to not be a standard
single quote because that screws up our billing system (but how hex 92 isn't
screwing it up, I'm not sure)  For the time being I've change the Qual to be
 
'Field' LIKE "Int_l blah"
 
and that seems to be working for now, but the User tool doesn't seem to have
a problem with having Hex 92 in the field, so I'm trying to figure out why
when I have it in my qual I get
 
ERROR (402): Incorrect format in the definition file; (value format --
Int'l\4\1\1\8\2\4\62\Blah\4\1\1\8\2\4\10\Blah\)


_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

Reply via email to