Hi,
the following sample generates IE9104:
===========================
PROC MAIN()
DBCREATE("bandom.dbf", {{"NR", "N", 8, 0}, {"TEXT", "C", 8, 0},
{"TEXT2", "C", 4, 0}}, "DBFCDX")
DbUseArea(.T., "DBFCDX", "bandom.dbf", "pirma", .T., .F.)
OrdCreate("bandom.cdx", "pirmas", "STR(NR)+TEXT")
OrdCreate("antras.cdx", "antras", "TEXT")
DBCLOSEALL()
DbUseArea(.T., "DBFCDX", "bandom.dbf", "pirma", .T., .F.)
OrdListAdd("antras.cdx")
OrdSetFocus("pirmas")
OrdCondSet(,,,,,, RecNo(),,,, .T.,,, .T.,,,,,,)
OrdCreate("antras.cdx", "a102", "TEXT2") // IE9104
DBCLOSEALL()
RETURN
===========================
Unrecoverable error 9104: hb_cdxIndexFree: index file still locked.
Called from ORDCREATE(0)
Called from MAIN(11) in pcode.hrb
Called from HB_HRBRUN(0)
Called from _APPMAIN(0) in ../../../hbrun.prg
Regards,
Mindaugas
_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour