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 _
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
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
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