Razzak,
Thank you very much for your code changes. It worked just fine!
Regards... Robert
(Agemco)
----- Original Message -----
From: "A. Razzak Memon"
Date: Tuesday, February 12, 2008 1:09 pm
Subject: [RBASE-L] - RE: Using "Property" to search on two or morewords 02-12-08
To: [email protected] (RBASE-L Mailing List)
> Robert,
>
> Change the vSearchString as following:
>
> SET VAR vQuotes = (CVAL('QUOTES'))
> SET VAR vSearchString = +
> ('PROPERTY TABLE
> Customer'&.vQuotes+'SEARCH->'+.vColumnName+'-
> >'+.vSearchValue+.vQuotes)&vSearchString
>
> That should take care of searching any text string with more
> than one words.