Changeset: 428 fdbozzo - 27/08/2014 20:40:37:
- Agregado caso cuando #Bar es la última opción
This commit is contained in:
@@ -19011,8 +19011,8 @@ DEFINE CLASS CL_MENU_OPTION AS CL_MENU_COL_BASE
|
|||||||
CASE EMPTY( tcLine )
|
CASE EMPTY( tcLine )
|
||||||
LOOP
|
LOOP
|
||||||
|
|
||||||
CASE LEFT( tcLine, 11 ) == 'DEFINE BAR '
|
CASE INLIST( LEFT( tcLine, 11 ), 'DEFINE BAR ', 'DEFINE PAD ' )
|
||||||
*-- Se encontr<74> el siguiente DEFNE BAR, por lo que el analizado es de tipo #BAR vac<61>o
|
*-- Se encontr<74> el siguiente DEFINE BAR/PAD, por lo que el analizado es de tipo #BAR vac<61>o
|
||||||
*-- y no tiene ON BAR ni nada m<>s.
|
*-- y no tiene ON BAR ni nada m<>s.
|
||||||
loReg.OBJCODE = 78 && Bar#
|
loReg.OBJCODE = 78 && Bar#
|
||||||
EXIT
|
EXIT
|
||||||
|
|||||||
Reference in New Issue
Block a user