PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WD20] Search in more data columns
[WD20] Search in more data columns
Iniciado por guest, 31,oct. 2016 19:16 - 1 respuesta
Publicado el 31,octubre 2016 - 19:16
Hello all,

Is it possible to search directly in more columns of a data file? So whe i type "Ja" all the words contains this will be in a list and not only when the word starts with it.

Jan de Kok Garage de Kok
Piet Jansen Bouwbedrijf Jansen
de Jong De Jong Inovations
Publicado el 31,octubre 2016 - 19:36
Hi Sammy,

yes, it's possible.

You can either use the full text index available in the analysis description, or build your own dictionary file when adding/editing, and searching on it instead of the main file, as I'm doing in WXEDM.

Best regards