Re: [Harbour] Open index with unknow function or variable

2009-04-24 Thread Przemyslaw Czerpak
On Thu, 23 Apr 2009, Adam Lubszczyk wrote: Hi, > > 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 _

Re: [Harbour] Open index with unknow function or variable

2009-04-23 Thread Adam Lubszczyk
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

Re: [Harbour] Open index with unknow function or variable

2009-04-23 Thread Przemyslaw Czerpak
On Wed, 22 Apr 2009, Adam Lubszczyk wrote: 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. Because during open Clipper does not check if index e

[Harbour] Open index with unknow function or variable

2009-04-22 Thread Adam Lubszczyk
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