LIKE operation on a display-only character field is failing

2013-05-01 Thread Rick Westbrock
Listers- For some reason I am having a very tough time with an active link qualification. I am using a display-only form with display fields to parse the contents of an XML data file into discreet fields to push to a regular form. The basic process is to use the XML tags to isolate the data in

Re: LIKE operation on a display-only character field is failing

2013-05-01 Thread Shelston, Patrick
(ARSList) | [mailto:arslist@ARSLIST.ORG] On Behalf Of Rick Westbrock | Sent: May 1, 2013 02:41 PM | To: arslist@ARSLIST.ORG | Subject: LIKE operation on a display-only character field is failing | | Listers- | | For some reason I am having a very tough time with an active link

Re: LIKE operation on a display-only character field is failing

2013-05-01 Thread Rick Westbrock
Of Shelston, Patrick Sent: Wednesday, May 01, 2013 12:35 PM To: arslist@ARSLIST.ORG Subject: Re: LIKE operation on a display-only character field is failing Hard to tell without seeing the whole XML doc, but don't you need to wrap % signs on both sides? I.e.: 'XML Data' LIKE %COMMENTS% Another

Re: LIKE operation on a display-only character field is failing

2013-05-01 Thread Rick Westbrock
(ARSList) [mailto:arslist@ARSLIST.ORG] On Behalf Of Shelston, Patrick Sent: Wednesday, May 01, 2013 12:35 PM To: arslist@ARSLIST.ORG Subject: Re: LIKE operation on a display-only character field is failing Hard to tell without seeing the whole XML doc, but don't you need to wrap % signs on both sides