Hi!
Thera are BASE.DBF and BASE.NTX with key  "FunctionX(Field1)"  or key:
Field1+VariableX

Make same program with line:
  USE base INDEX base

In Clipper it is  OK, I open base with index.
In Harbour I get error "Undefined function FUNCTIONX" or "Variable does not
exist: VARIABLEX"
WHY ?
I need FunctionX() or VariableX _only_ if I modify or append record.
Maybe I wont only skip by order or seek in base.
If key is sample "Func1(Field1)+Func2(Field2)+VariableX", 
I can seek by: DBSEEK( MyFuncEmulateKeyValue() ), I not need Func1(),
Func2() and VariableX

Adam
-- 
View this message in context: 
http://www.nabble.com/Open-index-with-unknow-function-or-variable-tp23190859p23190859.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to