Search found 129 matches: destroyed

Return to advanced search

Add a new taskPanel on Explorerbar ( on line)

... aPanels[4]:end() I have this result https://i.postimg.cc/tTQxh2V2/yyy.png as you can see the third and fourth panels are not destroyed
by Silvio.Falconi
Sun Feb 25, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 148

Back after 10 years due to illness [ Javier Lloris ]

... never stop looking forward and think that everything will be fine. I have had 3 cancers, 2 with metastases and although so much chemotherapy has destroyed all my organs including my bones, the worst thing I have is chronic pharmacological pneumonia that I cannot stand for more than 2/3 minutes ...
by jll-fwh
Wed Dec 13, 2023 1:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Back after 10 years due to illness [ Javier Lloris ]
Replies: 2
Views: 322

Re: Newbie Question : XBROWSE

... that the execution of the code next to ACTIVATE command is executed only after the modal window/dialog ends and all the child controls are destroyed. In these cases, keeping the <cleanupCode> just after the statement ACTIVATE .. is ok. NONMODAL ACTIVATION:    ACTIVATE WINDOW oWnd ...
by nageswaragunupudi
Sat Nov 26, 2022 5:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie Question : XBROWSE
Replies: 17
Views: 1362

Re: TWebView:Destroy method does not close the window.

... easily be fixed by storing a flag if ICoreWebView2CreateCoreWebView2ControllerCompletedHandler:Invoke() is called. If the flag is false when its destroyed, call release() #include "FiveWin.ch"function Main()    local oWnd, oBar   DEFINE WINDOW oWnd MDI  ...
by Antonio Linares
Sat Jul 30, 2022 1:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView:Destroy method does not close the window.
Replies: 46
Views: 2868

Re: TXBrwColumn:oEditLbx

... when the value of the cell is modified either by selecting an item in the listbox or by other means. oCol:oEditListbox is temporarily created and destroyed during edit. Not available to the programmer.
by nageswaragunupudi
Wed Mar 02, 2022 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TXBrwColumn:oEditLbx
Replies: 2
Views: 244

Re: Can you use a field named End with Class TDataBase ? yes!

... What changed in database.prg for this to happen? Actually, it was a change that I suggested. Prior to that, all of FW's objects could be "destroyed" by calling the End() method-- except the TDatabase class which used a Close() method , which is the old DBase command to close a file. ...
by wartiaga
Tue Feb 22, 2022 12:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 943

Re: Can you use a field named End with Class TDataBase ? yes!

... What changed in database.prg for this to happen? Actually, it was a change that I suggested. Prior to that, all of FW's objects could be "destroyed" by calling the End() method-- except the TDatabase class which used a Close() method , which is the old DBase command to close a file. ...
by James Bott
Fri Feb 18, 2022 10:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 943

Re: create a function with Tdatabase

Silvio,

Class TDataBase has a destructor method, so when the object gets out of scope then it gets called

change local oDbf into static oDbf (or keep it in an array) so the object is not destroyed
by Antonio Linares
Sat Apr 24, 2021 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: create a function with Tdatabase
Replies: 7
Views: 1172

Re: EasyReport progress?

... can be a workstation also), NEVER have problems and their system is always available when a customer walks in the door (unless their server is destroyed ... and even then I can get them up in less than an hour with a new computer). That is exactly what you can do with mod harbor. You can run ...
by Otto
Mon Mar 29, 2021 8:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 8445

Re: EasyReport progress?

... can be a workstation also ), NEVER have problems and their system is always available when a customer walks in the door ( unless their server is destroyed ... and even then I can get them up in less than an hour with a new computer ). Security is also another prime issue for them. Some have been ...
by TimStone
Mon Mar 29, 2021 8:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EasyReport progress?
Replies: 86
Views: 8445

Re: Life time of a MDI CHILD

Because oChild is a LOCAL variable. It is destroyed after the end of the function where it is defined.

EMG
by Enrico Maria Giordano
Mon Aug 31, 2020 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Life time of a MDI CHILD
Replies: 4
Views: 616

New FTDN July/Julio 2020 (FWH 20.07)

... clicking anywhere on the righ col was moving the row pointer. Fixed. - sqlrdd: When an application program closes the dbf before the xbrowse is destroyed, unexpected errors might result. An example is here: http://forums.fivetechsupport.com/viewtopic.php?f=6&t=39196 A small workaround is ...
by Antonio Linares
Sat Aug 01, 2020 5:40 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN July/Julio 2020 (FWH 20.07)
Replies: 1
Views: 1182

Re: xbrowse fwh2006 sqlrdd erro

Workarea not in use EMG Thank you very much. That means the application program closed the dbf, even before xbrowse is destroyed. So, when the xbrowse got focus, the method KeyCount() is executed and the alias is not in use anymore. Mr. Sistem Can you please make this modification ...
by nageswaragunupudi
Thu Jul 16, 2020 7:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xbrowse fwh2006 sqlrdd erro
Replies: 24
Views: 2841

bug oXBrowse:cSeek

... We use oBrowse:cSeek to allow our users for example to filter a desired product, and thus we retrieve ARTICLE->NAME Now, when the xBrowse is destroyed, the filter is lost, so we can´t retrieve what exact product did the user selected, as now xBrowse goes to dbgotop(). This worked fine in ...
by MOISES
Tue Dec 31, 2019 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug oXBrowse:cSeek
Replies: 6
Views: 948

Re: BUG: FONTS NOT RELEASED IN LATEST FWH

Silvio, I haven't defined any font, these are Fivewin's internal fonts. I do not get any message of resources not destroyed in any of my applications (for example FivEdit uses more than 20 fonts in the different controls). It is usually an incorrect assignment of the font, for ...
by cnavarro
Sun Dec 22, 2019 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUG: FONTS NOT RELEASED IN LATEST FWH
Replies: 9
Views: 1010
Next

Return to advanced search