|
From: Alexander S.K. <al...@be...> - 2014-10-09 10:14:45
|
Alain Aupeix writes: > Hi, I have an index like this: > > index on > strzero(calendar->AG,4)+"-"+strzero(calendar->MG,2)+"-"+strzero(calendar->JG,2) > to gdate.ntx > > When opening it, dbview crash > > Error BASE/1001 Undefined function: STRZERO > ... > Have you an idea of this problem ? > Just insert to dbview.prg: REQUEST STRZERO and, probably, other functions, which you use in index expressions, except the standard Str, Dtos, etc. Regards, Alexander. |