Errsysw Visual Update ?
-
- Posts: 824
- Joined: Thu Oct 13, 2005 7:39 am
- Location: Germany
Re: Errsysw Visual Update ?
Hi Carlos,
yes, it´s the same, I just forgot to change the link in my former post
yes, it´s the same, I just forgot to change the link in my former post
kind regards
Stefan
Stefan
Re: Errsysw Visual Update ?
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,
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
Hakan ONEMLI
Harbour & VS 2019 & FWH 20.12
-
- Posts: 824
- Joined: Thu Oct 13, 2005 7:39 am
- Location: Germany
Re: Errsysw Visual Update ?
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.
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
Stefan
Re: Errsysw Visual Update ?
Hi Stefan.
The Portuguese translation array has a extra element causing messages showing in the wrong place.
The correct array is :
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
-
- Posts: 824
- Joined: Thu Oct 13, 2005 7:39 am
- Location: Germany
Re: Errsysw Visual Update ?
Stefan
Because when you open the file error with wordpad, the error window does not close until you close WordPad.
Cheers
Fernando Espinoza
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
Fernando Espinoza
-
- Posts: 824
- Joined: Thu Oct 13, 2005 7:39 am
- Location: Germany
Re: Errsysw Visual Update ?
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 ?
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
Stefan
Re: Errsysw Visual Update ?
Stefan
Tested on windows 7 for 32 and 64 bytes, and usind notepad for open error.log
Cheers
Fernando Espinoza
Tested on windows 7 for 32 and 64 bytes, and usind notepad for open error.log
Cheers
Fernando Espinoza
Saludos
Fernando Espinoza
Fernando Espinoza
Re: Errsysw Visual Update ?
Thanks Concentra.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
Kleyber Derick
FWH / xHb / xDevStudio / SQLLIB
FWH / xHb / xDevStudio / SQLLIB
-
- Posts: 824
- Joined: Thu Oct 13, 2005 7:39 am
- Location: Germany
Re: Errsysw Visual Update ?
Fernando,
with notepad it´s working fine here, I tested on win 7, too.fespinoza wrote:Stefan
Tested on windows 7 for 32 and 64 bytes, and usind notepad for open error.log
kind regards
Stefan
Stefan
Re: Errsysw Visual Update ?
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
Re: Errsysw Visual Update ?
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.
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
Shridhar
FWH 19.12, BCC 7 32 bit, MariaDB
- Uwe.Diemer
- Posts: 81
- Joined: Mon Aug 09, 2010 11:00 am
Re: Errsysw Visual Update ?
Hello the download link dont work
Thansk
Thansk
- Silvio.Falconi
- Posts: 4956
- Joined: Thu Oct 18, 2012 7:17 pm
Re: Errsysw Visual Update ?
Uwe,Karinha
Stephan Haupt is dead!!!
perhaps Antonio have a copy of this class
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