I have an archivio have field "TAGS "cr 200
sample : "Computer; Portatile; apparecchi per la cucina;"
from another archive I select a field cTopic:= "computer"
and I must search the word "computer" into the first archive on all records
and I wish show only the records having on "eti" the word "computer"
How I must make ?
I try with
OrdScope(0, { || UPPER(ctopic) $ inv->TAGS })
OrdScope(1, { || UPPER(ctopic) $ inv->TAGS })
but not run well
any solution ?
I use : FiveWin for Harbour March-April 2024 - Harbour 3.2.0dev (harbour_bcc770_32_20240309) - Bcc7.70 - xMate ver. 1.15.3 - PellesC - mail: silvio[dot]falconi[at]gmail[dot]com


