Hi Ruslan,
if I do
rs = curTable.field("fld_byte").findContains("1", rs)
I get a ERROR: 5
if I do
rs = curTable.field("fld_string").findContains("1", rs)
is ok
with findValue instehad both works.
This is right or these two methods of seaching must works both in field_byte
too?
Paolo