20000209-11:15 GMT+1 Antonio Linares <alinares@fivetech.com>

This commit is contained in:
Antonio Linares
2000-02-09 12:11:08 +00:00
parent 7d166d94fe
commit 3af53323c6

View File

@@ -291,7 +291,7 @@ FUNCTION Alert( xMessage, aOptions, cColorNorm, nDelay )
/* choice loop */
DO WHILE .T.
nKey := Inkey( nDelay )
nKey := Inkey( nDelay, INKEY_ALL )
DO CASE
@@ -345,7 +345,7 @@ FUNCTION Alert( xMessage, aOptions, cColorNorm, nDelay )
iif( nEval == nChoice, cColorHigh, cColorNorm ) )
NEXT
nKey := Inkey( nDelay )
nKey := Inkey( nDelay, INKEY_ALL )
DO CASE
CASE nKey == K_ENTER .OR. ;
@@ -451,4 +451,4 @@ PROCEDURE __NONOALERT()
s_lNoAlert := .F.
RETURN
RETURN