2010-02-04 20:24 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/achoice.prg
! exit with 0 without activating user function when empty item array
is passed - Clipper compatible behavior
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-02-04 20:24 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/src/rtl/achoice.prg
|
||||
! exit with 0 without activating user function when empty item array
|
||||
is passed - Clipper compatible behavior
|
||||
|
||||
2010-02-04 19:14 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/include/hbapifs.h
|
||||
* harbour/src/rtl/filebuf.c
|
||||
|
||||
@@ -111,7 +111,7 @@ FUNCTION AChoice( nTop, nLeft, nBottom, nRight, acItems, xSelect, xUserFunc, nPo
|
||||
DispPage( acItems, alSelect, nTop, nLeft, nRight, nNumRows, nPos, nAtTop, nItems, nItems )
|
||||
|
||||
|
||||
lFinished := .F.
|
||||
lFinished := Empty( acItems )
|
||||
DO WHILE !lFinished
|
||||
|
||||
IF nMode != AC_GOTO .AND. nMode != AC_NOITEM
|
||||
|
||||
Reference in New Issue
Block a user