Subject | IBOquery findkey |
---|---|
Author | Daniel Bertin |
Post date | 2001-11-16T23:03:23Z |
Hi all
I'm having the same problem as this from the FAQ;
How can I do a FindKey with IBOQuery? It is telling me every time that no
index is active...
You need to assign a value to the IndexFieldNames property. This must be
the same column or columns that you are searching on.
And when I do like this ??
datamodule1.IBOLastQuery.IndexFieldNames('dispno'); I get
"undeclared identifier: IndexFieldNames"
Can someone shed some light on this please
Thanks
Daniel
Daniel Bertin
New Generation Software
[Non-text portions of this message have been removed]
I'm having the same problem as this from the FAQ;
How can I do a FindKey with IBOQuery? It is telling me every time that no
index is active...
You need to assign a value to the IndexFieldNames property. This must be
the same column or columns that you are searching on.
And when I do like this ??
datamodule1.IBOLastQuery.IndexFieldNames('dispno'); I get
"undeclared identifier: IndexFieldNames"
Can someone shed some light on this please
Thanks
Daniel
Daniel Bertin
New Generation Software
[Non-text portions of this message have been removed]