Hi,

Perhaps you can to define your index function in your harbour program,
example

FUNCTION IndexFunc()
RETURN ""

Function will return type mismatch real clipper function


Regards


Adam Lubszczyk escribió en mensaje <23210753.p...@talk.nabble.com>...
>
>Hi!
>
>Przemyslaw Czerpak-2 wrote:
>>
>>> In Harbour I get error "Undefined function FUNCTIONX" or "Variable does
>>> not
>>> exist: VARIABLEX"
>>> WHY ?
>>
>> Because Harbour checks if all index expressions (KEY/FOR) are valid when
>> index is open. It helps to detect problem immediately. IMHO it's much
>> better then later pseudo random RTE like in Clipper.
>>
>>
>
>Can I switch this feature (checks when _OPEN_ index ) to OFF ?
>I must often read existing bases and indexes. I am aware of limitations.
>Sample, I want open base from VFP and index with many TAGs, but
>I use only one TAG correct read by Harbour and I use only seek and skip.
>
>
>Adam
>--
>View this message in context:
http://www.nabble.com/Open-index-with-unknow-function-or-variable-tp23190859
p23210753.html
>Sent from the Harbour - Dev mailing list archive at Nabble.com.
>



_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to