Changeset: 579 fdbozzo - 23/12/2014 18:22:46:
- INTERACTIVE ya no muestra el mensaje de estado final, solo SHOWMSG, para que el script pueda aprovechar la nueva funcionalidad y seguir mostrando el mensaje
This commit is contained in:
@@ -2337,7 +2337,7 @@ DEFINE CLASS c_foxbin2prg AS CUSTOM
|
||||
CD (JUSTPATH(THIS.c_CurDir))
|
||||
|
||||
DO CASE
|
||||
CASE ATC('-SHOWMSG', ('-' + tcType)) = 1 OR ATC('-INTERACTIVE', ('-' + tcType)) = 1
|
||||
CASE ATC('-SHOWMSG', ('-' + tcType)) = 1 &&OR ATC('-INTERACTIVE', ('-' + tcType)) = 1
|
||||
|
||||
DO CASE
|
||||
CASE lnCodError = 1799 && Conversion Cancelled
|
||||
|
||||
Reference in New Issue
Block a user