Errsysw Visual Update ?

StefanHaupt
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Re: Errsysw Visual Update ?

Post by StefanHaupt »

Hi Carlos,

yes, it´s the same, I just forgot to change the link in my former post :oops:
kind regards
Stefan
Horizon
Posts: 997
Joined: Fri May 23, 2008 1:33 pm

Re: Errsysw Visual Update ?

Post 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,
Regards,

Hakan ONEMLI

Harbour & VS 2019 & FWH 20.12
StefanHaupt
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Re: Errsysw Visual Update ?

Post 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.
kind regards
Stefan
User avatar
concentra
Posts: 107
Joined: Mon Nov 14, 2005 10:15 am
Location: Brazil

Re: Errsysw Visual Update ?

Post 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

    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
 
StefanHaupt
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Re: Errsysw Visual Update ?

Post by StefanHaupt »

Hi Concentra,

many thanks for your correction :D
kind regards
Stefan
User avatar
fespinoza
Posts: 188
Joined: Wed Feb 01, 2006 6:59 pm
Location: Ecuador

Re: Errsysw Visual Update ?

Post 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
Saludos

Fernando Espinoza
StefanHaupt
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Re: Errsysw Visual Update ?

Post 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 ?
kind regards
Stefan
User avatar
fespinoza
Posts: 188
Joined: Wed Feb 01, 2006 6:59 pm
Location: Ecuador

Re: Errsysw Visual Update ?

Post by fespinoza »

Stefan

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

Cheers

Fernando Espinoza
Saludos

Fernando Espinoza
User avatar
Kleyber
Posts: 581
Joined: Tue Oct 11, 2005 11:28 am
Location: São Luiz, Brasil

Re: Errsysw Visual Update ?

Post 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

    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.
Kleyber Derick

FWH / xHb / xDevStudio / SQLLIB
StefanHaupt
Posts: 824
Joined: Thu Oct 13, 2005 7:39 am
Location: Germany

Re: Errsysw Visual Update ?

Post 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.
kind regards
Stefan
User avatar
karinha
Posts: 4882
Joined: Tue Dec 20, 2005 7:36 pm
Location: São Paulo - Brasil

Re: Errsysw Visual Update ?

Post 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? ... rorsys.zip

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

Thanks!

Carlos ó Stefan, podrias postar el link de download correcto, porfa? Gracias, saludos.
João Santos - São Paulo - Brasil
shri_fwh
Posts: 301
Joined: Mon Dec 07, 2009 2:49 pm

Re: Errsysw Visual Update ?

Post 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.
Thanks
Shridhar
FWH 19.12, BCC 7 32 bit, MariaDB
User avatar
Uwe.Diemer
Posts: 81
Joined: Mon Aug 09, 2010 11:00 am

Re: Errsysw Visual Update ?

Post by Uwe.Diemer »

Hello the download link dont work

Thansk
User avatar
Silvio.Falconi
Posts: 4956
Joined: Thu Oct 18, 2012 7:17 pm

Re: Errsysw Visual Update ?

Post by Silvio.Falconi »

Uwe,Karinha
Stephan Haupt is dead!!!

perhaps Antonio have a copy of this class
I use : FiveWin for Harbour August 2020 (Revision) - Harbour 3.2.0dev (r1712141320) - Bcc7.30 - xMate ver. 1.15.3 - PellesC
Post Reply