See changelog 2001-08-19 10:50 GMT -3

This commit is contained in:
Luiz Rafael Culik
2001-08-19 13:53:14 +00:00
parent ed8ef07339
commit 62cf87b2f1
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2001-08-19 10:50 GMT -3 Luiz Rafael Culik <culik@sl.conex.net>
*source/rdd/rddord.prg
*Mapped functions to 10 character for ORDLISTCLE(),ORDLISTREB(),ORDSETFOCU()
2001-08-19 10:40 GMT -3 Luiz Rafael Culik <culik@sl.conex.net>
+source/rdd/dbfuncs.prg
* Code for Ca-Clipper MApper DB function to 10 characters

View File

@@ -91,3 +91,11 @@ FUNCTION IndexKey( nOrder )
RETURN ""
FUNCTION ORDLISTCLE()
RETURN ORDLISTCLEAR()
FUNCTION ORDLISTREB()
RETURN ORDLISTREBUILD()
FUNCTION ORDSETFOCU(xOrder,cFile)
RETURN ORDSETFOCUS(xOrder,cFile)