Page 3 of 3

Re: Errsysw Visual Update ?

Posted: Mon Nov 07, 2011 10:05 am
by StefanHaupt
Hi Carlos,

yes, it´s the same, I just forgot to change the link in my former post :oops:

Re: Errsysw Visual Update ?

Posted: Fri Nov 11, 2011 10:38 am
by Horizon
Hi Stephan,

I got an error.

xLINK: error: Unresolved external symbol '_HB_FUN_FICONVERTIMAGEFILE referenced from (ErrorSysW.obj)'.

Where can I find FICONVERTIMAGEFILE function?

Thanks,

Re: Errsysw Visual Update ?

Posted: Fri Nov 11, 2011 2:21 pm
by StefanHaupt
Hi Hakan,

that´s a function from fwh 11.09, but I don´t know, since what version it´s available.

I will look for a replacement.

Re: Errsysw Visual Update ?

Posted: Wed Nov 16, 2011 11:41 am
by concentra
Hi Stefan.
The Portuguese translation array has a extra element causing messages showing in the wrong place.
The correct array is :

Code: Select all | Expand


    STATIC aPortugese := {"Programa: ",;                                    //  dlgPROG           1
                          "Erro na Aplicação",;                             //  dlgTITLE          2
                          "Descrição do erro",;                             //  errHEADER         3
                          " Descrição      : ",;                            //  errDESC           4
                          " Path Aplicação : ",;                            //  errPROGPATH       5
                          " Tam. Arquivo   : ",;                            //  errPROGSIZE       6
                          " Máx. Arquivos  : ",;                            //  errMAXFILES       7
                          " Tempo início   : ",;                            //  errTIME           8
                          " Ocorrência     : ",;                            //  errOCCUR          9
                          " Nome Computador: ",;                            //  errNETNAME        10
                          " Usuário        : ",;                            //  errUSER           11
                          "Descrição detalhada do erro",;                   //  errDETAIL         12
                          "Stack-List",;                                    //  errSTACKLIST      13
                          "   chamado por ",;                               //  errSTACKCALL      14
                          "tasks rodando: ",;                               //  errTASKS          15
                          "Lista Variáveis",;                               //  errVARLIST        16
                          "   Nome          Tipo     Valor",;               //  errVARIABLE       17
                          "RDD",;                                           //  errRDD            18
                          "Dbf´s abertos",;                                 //  errOPENDBF        19
                          "Arquivos Index  ",;                              //  errINDEX          20
                          "Relações",;                                      //  errRELATION       21
                          "Favor contactar o suporte da empresa"+CRLF+"sobre este erro e as circunstâncias que aconteceram."+CRLF+'Enviar erro por email clicando no botão "Enviar error.log"',;     //  dlgTEXT1          22
                          "Descrição do Erro:",;                            //  dlgTEXT2          23
                          "Ocorreu um erro",;                               //  BTN_Header        24
                          "Ver errorlog",;                                  //  BTN_View          25
                          "Tentar de novo",;                                //  BTN_Retry         26
                          "Default",;                                       //  BTN_Default       27
                          "Enviar error.log",;                              //  BTN_Send1         28
                          "Error.log",;                                     //  BTN_Send2         29
                          "Error.log enviado",;                             //  BTN_Send3         30
                          "não enviar / fim",;                              //  BTN_End           31
                          "Ajuda",;                                         //  BTN_Help          32
                          "",;                                              //  emailADDRESS      33
                          "",;                                              //  emailKEY          34
                          "",;                                              //  emailDOMAIN       35
                          "Definições de Email estão incorretas",;          //  emailALERT1       36
                          "Definições de Email",;                           //  emailALERT2       37
                          "Conectando com ",;                               //  emailCONNECTING1  38
                          "e esperando resposta...",;                       //  emailCONNECTING2  39
                          "Enviando Email...",;                             //  emailCONNECTED    40
                          "Checando por mensagens de email...",;            //  emailCONNECTEDPOP 41
                          "Está faltando o ERROR.LOG",;                     //  viewALERT1        42
                          "error Log",;                                     //  viewALERT2        43
                          "Ver Logs de Erro",;                              //  viewERRORTitle    44
                          "Data do erro ",;                                 //  viewERROR1        45
                          "  hora  ",;                                      //  viewERROR2        46
                          "Descrição do erro ",;                            //  viewERROR3        47
                          "Usuário/PC        ",;                            //  viewERROR4        48
                          "Imagem do Erro    ",;                            //  viewERROR5        49
                          "Ver Imagem",;                                    //  viewBTNImg        50
                          "Imprimir",;                                      //  viewBTNPrint      51
                          "Fechar",;                                        //  viewBTNClose      52
                          "Erro no Gráfico",;                               //  showPICTitle      53
                          "Não existem gráficos disponíveis",;              //  showPICERROR1     54
                          "Erro no Gráfico"}                                //  showPICERROR2     55
 

Re: Errsysw Visual Update ?

Posted: Thu Nov 17, 2011 7:56 am
by StefanHaupt
Hi Concentra,

many thanks for your correction :D

Re: Errsysw Visual Update ?

Posted: Thu Nov 17, 2011 2:14 pm
by fespinoza
Stefan

Because when you open the file error with wordpad, the error window does not close until you close WordPad.

Cheers

Fernando Espinoza

Re: Errsysw Visual Update ?

Posted: Fri Nov 18, 2011 8:49 am
by StefanHaupt
Hi Fernando,

with Notepad it´s working, here my test with wordpad failed, because it does not open. WAITRUN("WORDPAD ERROR.LOG") returns -1.

What OS do you use ?

Re: Errsysw Visual Update ?

Posted: Fri Nov 18, 2011 1:21 pm
by fespinoza
Stefan

Tested on windows 7 for 32 and 64 bytes, and usind notepad for open error.log

Cheers

Fernando Espinoza

Re: Errsysw Visual Update ?

Posted: Sat Nov 19, 2011 1:33 pm
by Kleyber
concentra wrote:Hi Stefan.
The Portuguese translation array has a extra element causing messages showing in the wrong place.
The correct array is :

Code: Select all | Expand


    STATIC aPortugese := {"Programa: ",;                                    //  dlgPROG           1
                          "Erro na Aplicação",;                             //  dlgTITLE          2
                          "Descrição do erro",;                             //  errHEADER         3
                          " Descrição      : ",;                            //  errDESC           4
                          " Path Aplicação : ",;                            //  errPROGPATH       5
                          " Tam. Arquivo   : ",;                            //  errPROGSIZE       6
                          " Máx. Arquivos  : ",;                            //  errMAXFILES       7
                          " Tempo início   : ",;                            //  errTIME           8
                          " Ocorrência     : ",;                            //  errOCCUR          9
                          " Nome Computador: ",;                            //  errNETNAME        10
                          " Usuário        : ",;                            //  errUSER           11
                          "Descrição detalhada do erro",;                   //  errDETAIL         12
                          "Stack-List",;                                    //  errSTACKLIST      13
                          "   chamado por ",;                               //  errSTACKCALL      14
                          "tasks rodando: ",;                               //  errTASKS          15
                          "Lista Variáveis",;                               //  errVARLIST        16
                          "   Nome          Tipo     Valor",;               //  errVARIABLE       17
                          "RDD",;                                           //  errRDD            18
                          "Dbf´s abertos",;                                 //  errOPENDBF        19
                          "Arquivos Index  ",;                              //  errINDEX          20
                          "Relações",;                                      //  errRELATION       21
                          "Favor contactar o suporte da empresa"+CRLF+"sobre este erro e as circunstâncias que aconteceram."+CRLF+'Enviar erro por email clicando no botão "Enviar error.log"',;     //  dlgTEXT1          22
                          "Descrição do Erro:",;                            //  dlgTEXT2          23
                          "Ocorreu um erro",;                               //  BTN_Header        24
                          "Ver errorlog",;                                  //  BTN_View          25
                          "Tentar de novo",;                                //  BTN_Retry         26
                          "Default",;                                       //  BTN_Default       27
                          "Enviar error.log",;                              //  BTN_Send1         28
                          "Error.log",;                                     //  BTN_Send2         29
                          "Error.log enviado",;                             //  BTN_Send3         30
                          "não enviar / fim",;                              //  BTN_End           31
                          "Ajuda",;                                         //  BTN_Help          32
                          "",;                                              //  emailADDRESS      33
                          "",;                                              //  emailKEY          34
                          "",;                                              //  emailDOMAIN       35
                          "Definições de Email estão incorretas",;          //  emailALERT1       36
                          "Definições de Email",;                           //  emailALERT2       37
                          "Conectando com ",;                               //  emailCONNECTING1  38
                          "e esperando resposta...",;                       //  emailCONNECTING2  39
                          "Enviando Email...",;                             //  emailCONNECTED    40
                          "Checando por mensagens de email...",;            //  emailCONNECTEDPOP 41
                          "Está faltando o ERROR.LOG",;                     //  viewALERT1        42
                          "error Log",;                                     //  viewALERT2        43
                          "Ver Logs de Erro",;                              //  viewERRORTitle    44
                          "Data do erro ",;                                 //  viewERROR1        45
                          "  hora  ",;                                      //  viewERROR2        46
                          "Descrição do erro ",;                            //  viewERROR3        47
                          "Usuário/PC        ",;                            //  viewERROR4        48
                          "Imagem do Erro    ",;                            //  viewERROR5        49
                          "Ver Imagem",;                                    //  viewBTNImg        50
                          "Imprimir",;                                      //  viewBTNPrint      51
                          "Fechar",;                                        //  viewBTNClose      52
                          "Erro no Gráfico",;                               //  showPICTitle      53
                          "Não existem gráficos disponíveis",;              //  showPICERROR1     54
                          "Erro no Gráfico"}                                //  showPICERROR2     55
 


Thanks Concentra.

Re: Errsysw Visual Update ?

Posted: Mon Nov 21, 2011 10:19 am
by StefanHaupt
Fernando,

fespinoza wrote:Stefan
Tested on windows 7 for 32 and 64 bytes, and usind notepad for open error.log


with notepad it´s working fine here, I tested on win 7, too.

Re: Errsysw Visual Update ?

Posted: Thu Nov 22, 2018 12:02 pm
by karinha
Carlos Mora wrote:Hello Stefan,

the links doesn't works, but I was able to download from

http://www.ibbsh.de/download/index.php?download=errorsys.zip

I think it's the same file, isn't it?

Thanks!



Carlos ó Stefan, podrias postar el link de download correcto, porfa? Gracias, saludos.

Re: Errsysw Visual Update ?

Posted: Fri Nov 23, 2018 10:42 am
by shri_fwh
Hi Antonio ,

I am not sure whether this is correct but I am expecting also the source file name and its extension should be hide when raise any error at run time exception.
Because we says to our customer that the application is developed in C++, so that .PRG extension should be hide.

Please correct me if am wrong.

Re: Errsysw Visual Update ?

Posted: Sun Dec 02, 2018 3:04 pm
by Uwe.Diemer
Hello the download link dont work

Thansk

Re: Errsysw Visual Update ?

Posted: Sun Dec 02, 2018 8:45 pm
by Silvio.Falconi
Uwe,Karinha
Stephan Haupt is dead!!!

perhaps Antonio have a copy of this class