From: vatzct <va...@po...> - 2009-10-22 06:10:45
|
vatzct написав(ла): > Hi! > > I add some line to test_ta.prg: > > if !leto_file(cPath+"Nakl1.dbf") > dbCreate( cPath+"Nakl1", { > {"NORD","N",10,0},{"DORD","D",8,0},{"SUMMA","N",12,2},{"NORM","M",10,0} } ) > dbCreate( cPath+"Nakl2", { > {"NORD","N",10,0},{"DORD","D",8,0},{"NPROD","N",3,0},{"SUMMA","N",12,2},{"NORM","M",10,0} > } ) > ? "Files has been created" > else > ? "file exist" > endif > > > and for me leto_file() always return .f. > > Anyone can confirm this result? > > Regards, > Alexey Myronenko > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry(R) Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart your > developing skills, take BlackBerry mobile applications to market and stay > ahead of the curve. Join us from November 9 - 12, 2009. Register now! > http://p.sf.net/sfu/devconference > _______________________________________________ > Letodb-developers mailing list > Let...@li... > https://lists.sourceforge.net/lists/listinfo/letodb-developers > > All ok, as readme.txt says i need to add the line EnableFileFunc = 1 to letodb.ini. Regards, Alexey Myronenko |