You need to provide a self contained example and submit it to the
developers so your problem could be possibly solved (fixed) or explained.
Regards,
Qatan
On 2012.02.08 12:43, Riaz Khan wrote:
> The source is as follows.:
> CASE aFiles[ss] = 'P5_PPFM'
> oMeter:Set(++nCount)
> Index On CODE+STR(RECNO()) TAG "P5_PPFM1"
> EVAL( SysRefresh() )
> oMeter:Set(++nCount)
> Index On NAME+STR(RECNO()) TAG "P5_PPFM2"
> EVAL( SysRefresh() )
> oMeter:Set(++nCount)
> Index On DESCEND(SCAL)+DTOS(JO_DT)+DESI+STR(RECNO()) TAG
> "P5_PPFM3" EVAL( SysRefresh() )
D:\PRG>c:\harbour\bin\hbmk2 RiazKhan.prg
Harbour 3.1.0dev (Rev. 17147)
Copyright (c) 1999-2012, http://harbour-project.org/
Compiling 'RiazKhan.prg'...
RiazKhan.prg(1) Error E0046 CASE or OTHERWISE does not match DO CASE
RiazKhan.prg(9) Error E0030 Syntax error "syntax error at 'ON'"
RiazKhan.prg(10) Error E0030 Syntax error "syntax error at 'EVAL'"
3 errors
No code generated.
> Can anyone suggest any solution,
Yes, I can. Solution is written in harbour/INSTALL section 10.12.
Regards,
Mindaugas
> Apparently, I don't have this section in my doc. Would you be kind
> enough to send me the related section, as I can not find it.
You can always find the latest version right here:
http://harbour-project.svn.sourceforge.net/viewvc/harbour-project/trunk/harbour/
Click on the filename in the list and then on "View"
Regards,
Klas