Forum Post: Translation of messages from runtime..

  • Thread starter Thread starter OctavioOlguin
  • Start date Start date
Status
Not open for further replies.
O

OctavioOlguin

Guest
I have this message thrown from a prowin32.exe user: Se produjo un error al mostrar un cuadro de diálogo ddel sistema, El código regresado es 12290. (13960) But when querying the knowledgebase it won't recognizes 13960 error, and querying with what I believe are clues to find some article (written on english) I can't find help on the issue. ( btw, the message say something like: It was unable to realize system dialog box, System's error code is 12290. (13960) ) This is the ofending code: (and i've just found the issue.... the TitleReporte var had embeded the "/" character, and windows can't handle them. ASSIGN ARCHIVOSALIDA = titleReporte + STRING(TODAY, "99-99-99") + "--" + REPLACE(STRING(TIME, "HH:MM:SS"), ":", "-") + ".txt". SYSTEM-DIALOG GET-FILE ARCHIVOSALIDA FILTERS "Archivo de Reporte" "*.txt" ASK-OVERWRITE USE-FILENAME SAVE-AS TITLE "Guardar Reporte" UPDATE ResultadoImpresion. Is there a way (I've heard of promsgs file) to find the english message of the corresponding error number? so I can query knowledgebase?

Continue reading...
 
Status
Not open for further replies.
Back
Top