20000209-11:15 GMT+1 Antonio Linares <alinares@fivetech.com>
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user