Page 1 of 1

Probleme with IbcQuery.locate

Posted: Tue 10 Feb 2009 11:20
by calou
Hello,

When i call the fonction locate like this
ibcqry.Locate(ibcqry.FieldByName('CODE_STATUS'),tab_status[ind].code_status,[loCaseInsensitive]);

i have an error E2036

Thank you for help

Regards

Posted: Wed 11 Feb 2009 11:41
by Plash
We could not reproduce the problem. Please send to ibdac*devart*com a complete small sample that demonstrates the problem, including the script for creating database objects.

Posted: Wed 11 Feb 2009 14:11
by calou
Hello,

I found the problem.
the locate function should be called like this :
ibcqry.Locate('CODE_STATUS',tab_status[ind].code_status,[loCaseInsensitive]);