ChangeLogTag:19990730-12:46 GMT+1 Bruno Cantero <bruno@issnet.net>

This commit is contained in:
Bruno Cantero
1999-07-30 10:21:33 +00:00
parent 42ff09fc81
commit d4839bbaa3
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
19990730-12:46 GMT+1 Bruno Cantero <bruno@issnet.net>
* tests/working/testrdd.prg
Fixed a bug
19990730-12:24 GMT+1 Bruno Cantero <bruno@issnet.net>
+ source/rdd/sdf0.prg, source/rdd/sdf1.c, source/rdd/delim0.prg and source/rdd/delim1.c
Support for two RDD's (SDF and DELIM)

View File

@@ -13,7 +13,6 @@ function main()
rddSetDefault("DBF")
dbUseArea(,, "TestRdd.dbf" )
Eof()
dbSelectArea( 1 )
dbUseArea(, "DELIM", "TestRdd.dbf" )
Found()
dbGoBottom()