Search found 68 matches: occured

Return to advanced search

Re: File Deletion problem RESOLVED

... then found cTxtFile actually was missing the .txt extension. That was included for the upload as variable cUpFile. Switching to that, the deletion occured. Thanks for the ideas. I have left the SysWait and FCLOSE functions in place to make the process more stable.
by TimStone
Tue Jan 03, 2023 7:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: File Deletion problem
Replies: 8
Views: 756

Re: Excel OLE RTE when compiled with Harbour

Thanks for the prompt reply Antonio.

Removing '&' didn't help. The same error occured
by hua
Tue Aug 23, 2022 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Excel OLE RTE when compiled with Harbour
Replies: 15
Views: 859

Xbrowse Builder having a strange error (SOLVED)

I was desingning a xbrowsebuilder that reads all info from dbf and build it with 1 line. It was working good, but while changing some code a error occured that I can't solve. The forum has several topics about the error, but I don't see the solution because I don't know where it comes from. I call ...
by Marc Venken
Tue Jan 04, 2022 9:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Builder having a strange error (SOLVED)
Replies: 27
Views: 1490

Re: add fields to existing dbf

... file name at first 1. I create the new file with temp filename. 2. I append records to new file from original file. 3. If any error is not occured, delete the original file, and rename the tempfile to original file.
by Horizon
Fri Jul 24, 2020 9:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: add fields to existing dbf
Replies: 7
Views: 1103

Re: Strange MariaDB save problem.

...   FSeek( nArq, 0, FS_SET )      cTxt:=Space(nLen)      FRead( nArq, @cTxt, nLen)RETURN cTxt  I have tried. Same error has occured.
by Horizon
Fri Jun 19, 2020 7:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange MariaDB save problem.
Replies: 17
Views: 1786

Re: Error report (errsysw_.prg)

I guess what Milos is trying to say is, with ver 15.07 the error occured but no error.log was generated. With FWH12.08 the error.log was generated. Yes, this is the issue raised. Wish to have a small test program generating this error and then we can check ...
by nageswaragunupudi
Fri Jul 05, 2019 3:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error report (errsysw_.prg)
Replies: 29
Views: 2667

Re: Error report (errsysw_.prg)

I guess what Milos is trying to say is, with ver 15.07 the error occured but no error.log was generated. With FWH12.08 the error.log was generated. I'm also interested in this because with latest FWH19.03/05, it's the standard errsysw.prg that is executed ...
by hua
Fri Jul 05, 2019 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error report (errsysw_.prg)
Replies: 29
Views: 2667

Re: Error FiveWin/3 Cannot create Dialog Box:

Hi Mr. Navarro, I have not installed the 19.01. After It is installed, the same error is occured. I have remarked the my wrong code as below and now it is ok. Thank you very much.       MENUITEM "Report1" ACTION Msginfo( "1" )        MENUITEM ...
by Horizon
Tue Mar 26, 2019 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FiveWin/3 Cannot create Dialog Box:
Replies: 27
Views: 4018

Re: Cantidad de registros afectados en un UPDATE

... cSqlStatement, [params], [lShowError] ) --> uResult (Can also use oCn:SqlQuery(...) ) uResult can be a) nil if there is no result or if error occured. In case of error, oCn:nError and oCn:cError provide teh error information Optionally setting lShowError displays ther error or result of sql ...
by admsoporte
Thu Jan 10, 2019 1:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Cantidad de registros afectados en un UPDATE
Replies: 1
Views: 524

Re: Add a function afther the errors has occured (SOLVED)

From FWH17.08, it is possible to replace default error dialog with your own dialog without modifying errsysw.prg

Code: Select all  Expand view

SetErrorDialog( bOwnDialg ) --> bPrevious
 


FWH instead of displaying the default error dialog will Eval( bOwnDlg, oError, aStack, cErrLogText, cErrLogFile )
by nageswaragunupudi
Mon Sep 18, 2017 3:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a function afther the errors has occured (SOLVED)
Replies: 3
Views: 674

Re: Add a function afther the errors has occured (SOLVED)

Afther some search... I put this in the MAIN program SetPostErrorAction( { |cErrorLogFileName, oError| MyErrorAction( cErrorLogFileName, oError ) } ) and the function : function MyErrorAction( cErrorLogFileName, oError )     cErrText := memoread( "error.log" )    oCn:Insert...
by Marc Venken
Sun Sep 17, 2017 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a function afther the errors has occured (SOLVED)
Replies: 3
Views: 674

Re: Add a function afther the errors has occured

FWH provides the following functions for user customization. 1. SetErrorPath( cErrorLogPath ) --> cOldPath 2. SetErrorFileName( cErrorLogFileName ) --> cOldName 3. SetPostErrorAction( bAction ) --> bOldAction bAction is evaluated with cErrFileName (with path) and oError as parameters This c...
by nageswaragunupudi
Sun Sep 17, 2017 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a function afther the errors has occured (SOLVED)
Replies: 3
Views: 674

Add a function afther the errors has occured (SOLVED)

Can I executed a function ather the program has created the error.log with the standard errsysw.prg ? I would like to keep always the standard programs from FWH in every new build, but like now, it would become handy if I have the possibility to save the error in a online oRs: database. (before or a...
by Marc Venken
Sun Sep 17, 2017 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a function afther the errors has occured (SOLVED)
Replies: 3
Views: 674

Re: Google Cloud Platform

To All FYI ... big hack just occured to Google CLoud .. Don't think I will be storing in the Google Cloud anytime soon .. Rick Lipkin Gmail, Google Docs Users Hit By Massive Email Phishing Scam (independent.co.uk)59 Posted by BeauHD on ...
by Rick Lipkin
Thu May 11, 2017 2:08 pm
 
Forum: Off Topic / Otros temas
Topic: Google Cloud Platform
Replies: 8
Views: 4090

FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )

... cSqlStatement, [params], [lShowError] ) --> uResult (Can also use oCn:SqlQuery(...) ) uResult can be a) nil if there is no result or if error occured. In case of error, oCn:nError and oCn:cError provide teh error information Optionally setting lShowError displays ther error or result of sql ...
by nageswaragunupudi
Fri Jul 01, 2016 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.08 : Built-in MySql/MariaDB functionality (Updated )
Replies: 76
Views: 28449
Next

Return to advanced search