Changeset: 327 fdbozzo - 22/06/2014 21:40:37:

- Agregada translación del mensaje "Procesando archivo" de los scripts vbs
This commit is contained in:
fdbozzo
2014-06-24 00:45:23 +02:00
parent a494d5ef39
commit 77fdfd3d15
7 changed files with 6 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ Else
Next
If GetBit(nDebug, 4) Then
MsgBox "Fin del Proceso!", 64, WScript.ScriptName
MsgBox "End of Process!", 64, WScript.ScriptName
End If
End If
@@ -89,7 +89,7 @@ Private Sub evaluateFile( tcFile )
cCMD = "DO '" & cEXETool & "' WITH '" & tcFile & "','','F','',.F.," & cFlagDontShowErrMsg
If cFlagJustShowCall = "1" Then
MsgBox cCMD, 0, "PARAMETROS ENVIADOS"
MsgBox cCMD, 0, "PARAMETERS"
Else
oVFP9.DoCmd( cCMD )
'nExitCode = oVFP9.Eval("_SCREEN.ExitCode")