This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: LScript: Delete documents using a Terminations List ~Delores Bregeroplopetsi 28.Oct.03 06:08 PM a Web browser Applications Development 6.0.2 CF2Windows XP
Thank you all for your responses.
I am glad I posted, as now I know that I should do a full text search, with the form name and specify the field name to provide an accurate result. Now my script works great with the following modification:
b= "(MediFlex & FIELD First=" +doc.FirstName(0) + " & FIELD LastName=" + doc.LastName(0) + ")"
I found I had to wrap the search string with brackets to make sure it worked.
BTW, another reason why it wasn't working for me? - In my Terminations list, I had the First Name and Last Name reversed by mistake. So I was looking for Russell, Edward - instead of Edward Russell ... a slight error..