API search

info at vallemediatime.com info at vallemediatime.com
Wed Jun 22 23:30:54 CDT 2005


Hi Ruslan

I've tried:
table = gDb.table(gTableName)
rs = table.field(clickedCol).findValue(searchString)
-- this works with clickedCol =  "F1"

If I want try to search in all field of table:
rs = table.field().findValue(searchString)

I've read in your docs "if in selection is nil(?) then it searches in all
records of the table"
but this don't works, where is my mistake?

Thanks Paolo



More information about the Valentina mailing list