* source/rtl/getlist.prg
+ Add __GetListLast() for support to the compatibility functions
Update() and ReadUpdate()
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user