* source/rtl/getlist.prg

+ Add __GetListLast() for support to the compatibility functions
      Update() and ReadUpdate()
This commit is contained in:
Walter Negro
2002-06-14 16:36:51 +00:00
parent be9855b1c8
commit f028d5bd1e

View File

@@ -53,6 +53,7 @@
/* NOTE: Harbour internal function to set and get the active GetList */
STATIC s_oGetListActive
STATIC s_oGetListLast
PROCEDURE __GetListSetActive( oGetList )
@@ -73,3 +74,10 @@ PROCEDURE __GetListSetActive( oGetList )
FUNCTION __GetListActive()
RETURN s_oGetListActive
FUNCTION __GetListLast( oGetListLast )
if oGetListLast != NIL
s_oGetListLast := oGetListLast
endif
RETURN s_oGetListLast