Hello, Any hint how to avoid error:
Harbour 1.0.0RC2 Intl. (Rev. 8932) Windows XP 5.1.2600 Service Pack 2 Page=0xa00, calc=-175, iFree=65, req=3, keys=141, keyLen=240 Unrecoverable error 9201: hb_cdxPageLeafEncode: FreeSpace calculated wrong!. in this small code below ---------------- Proc Main Local i Field TEXT REQUEST DBFCDX RDDSETDEFAULT( 'DBFCDX' ) ? Version() ? OS() dbCreate( 'test', { {'TEXT', 'C', 240, 0} } ) USE 'test' EXCLUSIVE NEW For i := 1 to 140 dbAppend() next INDEX ON TEXT TAG TAG1 TO TEST dbAppend() Return ---------------- Regards, Saulius
_______________________________________________ Harbour mailing list Harbour@harbour-project.org http://lists.harbour-project.org/mailman/listinfo/harbour