From: Alexander S.K. <al...@be...> - 2013-12-25 05:42:12
|
2013-12-25 09:40 UTC+0300 Alexander Kresin (alex/at/belacy.belgorod.su) * include/letocl.h * include/funcleto.h * include/rddleto.h * source/client/leto1.c * source/client/letocl.c * source/client/letomgmn.c * Open/Create/Close dbfs is implemented via the C client. To do this new structure LETOTABLE is created, it is the main dbf table structure for the C client. Few items from LETOAREA are moved to the LETOTABLE, pointer to the LETOTABLE ( pTable ) is added to the LETOAREA. Few items from the base AREA are copied to the LETOTABLE ( fBof, fEof, fFound ), because they are needed for the C client, but it haven't access to the AREA. * tests/test_dbf.prg * test is extended a bit. Regards, Alexander. |