Search found 64 matches: exits

Return to advanced search

xBrowse + Tree sample does not work.

... in the forum. I compiled this example using buildh32.bat in the example directory. . When I press the "Tree" button, the application exits without any errors. (fwh 23.04 + Harbour + msvc ) Can you please help? Thanks. #include "fivewin.ch"REQUEST DBFCDX//----------------------------------------------------------------------------//function ...
by Horizon
Fri Jul 21, 2023 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse + Tree sample does not work.
Replies: 6
Views: 655

Re: Webview class into Resource Dialog?

In this example, we can check that when the dialog that holds the WebView closes, it closes the main Window but the app properly exits: #include "FiveWin.ch"function Main()   local oWnd    DEFINE WINDOW oWnd    ACTIVATE WINDOW oWnd ;  ...
by Antonio Linares
Fri Feb 17, 2023 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Webview class into Resource Dialog?
Replies: 5
Views: 232

Re: Browse edit of cell with brush

... not update well: Here is the real bug. This has nothing to do with colors or brushes. Bug: When the user edits a cell in the last row and then exits the Get by pressing Enter key or UpArrowKey, there is no problem at all and everything works correctly as expected. But if the user exits the ...
by nageswaragunupudi
Sun Sep 25, 2022 1:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse edit of cell with brush
Replies: 8
Views: 577

Re: FW Preview user style

... I have so far the experience that the objects are to be seen somewhat with other eyes. Here runs then the source code 1 time and then the program exits after it has created HTML/JS for the APACHE server. I think here, to create an object that 5 lines later is already dead again brings nothing ...
by Otto
Wed May 11, 2022 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Preview user style
Replies: 24
Views: 1701

conversion of a string

... however it can happen to find a space before the comma or the space is after the comma and when it finds these problems it makes me error and exits the program sample Error occurred at: 21-01-2022, 12:11:27   Error description: Error BASE/1132  Limiti superati: accesso all'array  ...
by Silvio.Falconi
Fri Jan 21, 2022 11:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: conversion of a string
Replies: 2
Views: 276

Re: Fix for Resedit

Rick,

You are right. Disconnect internet then it runs properly, and even if you reconnect again it continues working.

But with internet connection, it exits on start.

The ResEdit case... :-)
by Antonio Linares
Thu Aug 05, 2021 11:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fix for Resedit
Replies: 14
Views: 1430

Re: How to implement PeekStr()

Thanks Carlos, I still don't understand what the second parameter is, but I tried both 0 and 1, and the application immediately exits. HB_ARCH_32BIT is defined in hbdefs.h, in this section #if defined( HB_OS_WIN_64 )#  define HB_ARCH_64BIT#elif ULONG_MAX > UINT_MAX && ...
by FWExplorer
Mon Jun 15, 2020 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to implement PeekStr()
Replies: 16
Views: 2011

New FTDN February 2020 (FWH 20.02)

... this translation is improved. - New CLASSDATA lRestoreFilters INIT .f. By default any filters set by incremental filters are retained when xbrowse exits. If this classdata is set to .T., while exiting xbrowse, the original filters when starting the xbrowse are restored. Note: This modifies the ...
by Antonio Linares
Wed Feb 26, 2020 10:24 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2020 (FWH 20.02)
Replies: 1
Views: 4660

Re: Amount of users on network

Hi, please try this: The UserLogging function creates the txt file for user control when it enters the program and deletes it when it exits. To view all connected users, you can use the ShowConectedUsers function. ( Idea tomada de un usuario aqui en el foro: hmpaquito) http://fivetechsupport.com/forums/viewtopic.php?f=6&t=16001&hilit=usuarios+conectados&sid=445b23062ba78d3030099d8213c107bf#p82909 ...
by FranciscoA
Wed Oct 09, 2019 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Amount of users on network
Replies: 3
Views: 782

Re: How to change behavior of pressing <Enter> in XBrowse?

... oBrw, oCol )   ? oCol:cHeader   // your codereturn 0  // important  Make sure you return 0 when your function exits.
by nageswaragunupudi
Sat Aug 31, 2019 10:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to change behavior of pressing <Enter> in XBrowse?
Replies: 3
Views: 516

New FTDN June/Junio 2019 (FWH 19.06)

... } - When lFastDraw is .t., the text is painted opaquely in some caes, from FWH1905. Fixed. - Incremental filters are not cleared when the browse exits. Fixed. - It is a known issue that incremental filters replace the existing filters, instead of being additional filters. This was fixed in FWH1905 ...
by Antonio Linares
Thu Jul 11, 2019 6:14 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio 2019 (FWH 19.06)
Replies: 4
Views: 2749

Automated Machine Learning using Harbour

... to exit: going through room 5 or going through room 2. Both ways will take him out of the house in the same amount of steps. When the robot exits the house, he gets a positive reinforcement (the State's nScore increases in 0.1). When he fails, he gets a negative reinforcement (the state's ...
by Antonio Linares
Tue Apr 23, 2019 9:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Automated Machine Learning using Harbour
Replies: 1
Views: 594

Re: Error 1064 xBrowse MySQL

... even close the connection, unlike with other libraries. FWH MariaLib automatically closes the connection properly on its own when the application exits. So you need never call oCn:Close() explicitly in your program.
by nageswaragunupudi
Thu Aug 09, 2018 3:43 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error 1064 xBrowse MySQL
Replies: 8
Views: 1314

Re: update the executable of my application via FTP

... when they turn it back on, it "catches up". The desktop icon on the workstation points to the local update program. When someone exits the program, then restarts it, that is when it checks the server to see if there is a more recent copy of the main executable. If so, it copies ...
by TimStone
Fri Jun 16, 2017 10:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: update the executable of my application via FTP
Replies: 12
Views: 2744

New FTDN May/Mayo 2017 (FWH 17.05)

... the same or other database with the same structure as the source table. This function fails if (a) srctable does not exist or (b) dsttable already exits or (c) the table has a foreign key and the referred table is not availble in the destination db. - New method: oCn:CopyTable( [dbsrc.]srctable, ...
by Antonio Linares
Sat May 20, 2017 10:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN May/Mayo 2017 (FWH 17.05)
Replies: 1
Views: 2434
Next

Return to advanced search