don't worry only 5 minutes ;)

I normally read all messages at harbour & xHarbour



Enrico Maria Giordano escribió:
> Proc Main
>   Local i
>   Field TEXT
> 
>  REQUEST DBFCDX
>  RDDSETDEFAULT( 'DBFCDX' )
> 
>  ? Version()
>  ? OS()
> 
>  dbCreate( 'testxxx', { {'TEXT', 'C', 240, 0} } )
>  USE 'testxxx' EXCLUSIVE NEW
> 
>  For i := 1 to 140
>    dbAppend()
>  next
> 
>  INDEX ON TEXT TAG TAG1 TO TESTXXX
> 
>  dbAppend()
> 
> Return
> 
> xHarbour build 1.1.0 Intl. (SimpLex) (Rev. 6166)
> Windows  XP Professional 5.01.2600 Service Pack 3
> Page=0xa00, calc=-136, iFree=65, req=3, keys=141, keyLen=240
> 
> Unrecoverable error 9201: hb_cdxPageLeafEncode: FreeSpace calculated wrong!.
> Called from hb_vmQuit()
> 
> EMG
> 
> --
> EMAG Software Homepage:     http://www.emagsoftware.it
> The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
> The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
> The EMG Music page:         http://www.emagsoftware.it/emgmusic 
> 
> 
> -------------------------------------------------------------------------
> Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
> Studies have shown that voting for your favorite open source project,
> along with a healthy diet, reduces your potential for chronic lameness
> and boredom. Vote Now at http://www.sourceforge.net/community/cca08
> _______________________________________________
> xHarbour-developers mailing list
> xHarbour-developers@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/xharbour-developers
> 


-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to