Search found 593 matches: occurs

Return to advanced search

Re: Erro Expor to Excel in xbrowse

Chamada por..: C:\PROJETOS\MESTOQ\PRG_OBJ\CD_NFENTRADA.PRG => popmenu_dfe( 1882 ) The error occurs at line 1882 of your function popmenu_dfe(). This is your function but not FWH function. In your function popmenu_dfe, at line 1882, Self is used and this variable does ...
by nageswaragunupudi
Fri May 10, 2024 12:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Erro Expor to Excel in xbrowse
Replies: 2
Views: 56

Re: FWErrorsys()

From this, I understand that when an error occurs, you want MyFunc() should be executed first and then invoke the FWH ErrorDialog.


Yes, that's exactly what I wanted. Thank you, Rao !
by Natter
Thu Apr 04, 2024 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1849

Re: FWErrorsys()

You wrote: Error Block( { | e | MyFunc(), Error Dialog( e ) } ) From this, I understand that when an error occurs, you want MyFunc() should be executed first and then invoke the FWH ErrorDialog. We can achieve this without modifying errsysw.prg Please try this ...
by nageswaragunupudi
Wed Apr 03, 2024 11:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWErrorsys()
Replies: 8
Views: 1849

Error handling

Hi,

If an error occurs, the error.log file is saved automatically.
How do I make sure that when an error occurs, some of my functions are executed and an error.log file is created?
by Natter
Tue Apr 02, 2024 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error handling
Replies: 3
Views: 711

Re: Question about performance RowSet

... } )endif But insert not work. I have many processes for generating payroll for workers (40 thousand workers) in which the above situation occurs.
by Eroni
Wed Mar 20, 2024 1:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4136

Re: Still a problem with FWH 24.02 and xHarbour Builder

Enrico,

Thanks. I added gdi32.lib but the same error occurs.

Any more ideas?
by driessen
Sat Mar 16, 2024 4:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Still a problem with FWH 24.02 and xHarbour Builder - SOLVED
Replies: 4
Views: 803

Re: New FWH 24.02

... happening FWH version later than 22.03. WIth FWH 22.03 everything is going well. I tried FWH 23.07 and 23.10, but just like FWH 24.02, this error occurs. How can I solve this? Thanks.
by driessen
Mon Mar 11, 2024 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 24.04
Replies: 37
Views: 7308

WebView resize

... } inside the FIVEWIN DIALOG after pressing the "Cancel" button within the WebView (HTML), the program encounters an error, but this only occurs if the DIALOG has been resized. Here's the relevant code snippet: h['oDlg']:bResized := { || oWebView:SetSize(600, 800) } Inside the function ...
by Otto
Fri Mar 08, 2024 10:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2130

Re: erase files

... and Harbour programming, the DOS error code 5, as returned by the FERROR() function, indicates "Access denied"​​. This error typically occurs when a program attempts to access a file or directory for which it does not have the necessary permissions, such as attempting to write to a ...
by Silvio.Falconi
Thu Jan 25, 2024 10:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1590

Re: erase files

... and Harbour programming, the DOS error code 5, as returned by the FERROR() function, indicates "Access denied"​​. This error typically occurs when a program attempts to access a file or directory for which it does not have the necessary permissions, such as attempting to write to a ...
by Otto
Thu Jan 25, 2024 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: erase files - Resolved!!
Replies: 20
Views: 1590

Re: xBrowser

... when placing the 7th element in the array the program does not execute. That's why there are 6 elements in the array. I think the color change occurs when the content becomes larger than the space defined for the column. /*------------------------------------------------------------------------------Sample ...
by oliveiros junior
Wed Dec 20, 2023 9:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser
Replies: 8
Views: 1262

SetArray xBrowser

... a browser with 3 columns and 20 lines. Each line has an image and below the image description. When I do a search to look for an element that only occurs once in the browser, it returns the description of that element in the first line and column, but it does not renew the image, keeping the first ...
by oliveiros junior
Tue Dec 12, 2023 3:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SetArray xBrowser
Replies: 2
Views: 276

Re: xBrowse - Dates - FWH 2310

Dear Tim,

Does this issue occurs using FWH 23.07 too ?

Could you provide a small PRG to test it ?
by Antonio Linares
Fri Nov 10, 2023 6:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1498

xBrowse - Dates - FWH 2310

... OS, ALL dates display correctly. On my Virtual machine ( Parallels, on an Mac Mini with ARM processor ), the wrkdat displays incorrectly. This occurs on a few other xbrowse controls, and it is consistent. I see it on the same locations where he sees it. Any thoughts on this ? It is only in ...
by TimStone
Mon Nov 06, 2023 7:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse - Dates - FWH 2310
Replies: 19
Views: 1498

Re: Lost connection to MySQL server during query

vilian wrote:I just would like to know, the best approach to prevent this error message when a lost connection occurs.

Pls wait
by nageswaragunupudi
Thu Aug 10, 2023 1:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Lost connection to MySQL server during query
Replies: 37
Views: 12543
Next

Return to advanced search