Search found 125 matches: inherited

Return to advanced search

Re: SUB-CLASS TFolderEx()

hi Antonio, Instead of creating a new Class TFolderDXE inherited from TFolderEx, you could dynamically modify Class TFolderEx to add the extra DATAs and/or Methods that you may need using the functions __objAddData( oObject, cSymbol ) and __objAddMethod( ...
by Jimmy
Sat Feb 04, 2023 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1157

Re: SUB-CLASS TFolderEx()

Dear Jimmy, Instead of creating a new Class TFolderDXE inherited from TFolderEx, you could dynamically modify Class TFolderEx to add the extra DATAs and/or Methods that you may need using the functions __objAddData( oObject, cSymbol ) and __objAddMethod( ...
by Antonio Linares
Sat Feb 04, 2023 7:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1157

Re: How to create a PRIVATE variable owned by the caller?

... base private offset so PRIVATE variables created in function which calls __mvSetBase() will not be released when the function exit but will be inherited by its caller. Function sa_1() sa_2() ? cTXT Return .T. Function sa_2() Private cTXT:="CIAO" __mvSetBase() // importante Return .T.
by vensanto
Wed Jan 11, 2023 5:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a PRIVATE variable owned by the caller?
Replies: 21
Views: 777

New FTDN October/Octure (FWH 22.10)

... to windows api GetTopWindow( [hWnd] ) --> hWnd GetForegroundWindow() --> hWnd in wndis.c * Enhancement: Method SaveAsImage() of TWindow. Inherited by dialogs and all controls. SaveAsImage( [[@]cImageFile], [aCrop], [nRectType], [lShow] ) --> lSuccess Parameters: [[@]cImageFile] : If ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 862

Re: today problem with savetodbf

I think oRigheInvoice has inherited from TDatabase in your source code. This method does not yet exist in Fivewin. Can you post more source code? Show the source code where you create the object. Best regards, Otto ??? otto //OPEN THE ...
by Silvio.Falconi
Thu Aug 19, 2021 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: today problem with savetodbf
Replies: 19
Views: 949

Re: today problem with savetodbf

I think oRigheInvoice has inherited from TDatabase in your source code.
This method does not yet exist in Fivewin.
Can you post more source code?
Show the source code where you create the object.

Best regards,
Otto
by Otto
Thu Aug 19, 2021 4:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: today problem with savetodbf
Replies: 19
Views: 949

Class definition advice needed. (SOLVED)

...   CLASS TMy_Purposen FROM TYK_ListENDCLASS    In this situation, I can not use define "Ob_Browse1" name. I should define every inherited class "TMy_Purpose?". But This class is constantly changing, it also defines. I should not forget to change inherited class defines ...
by Horizon
Tue Dec 08, 2020 9:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Class definition advice needed. (SOLVED)
Replies: 2
Views: 487

Re: Are there any Treeview samples with associated edit boxes?

... provide some feedback to the user about where the error in the XML file is located. Help is appreciated. * function OpenXML() had a bug that was inherited from the code in xmltree.prg. FWH/samples/xmltree.prg has been fixed also: xmltree.prg #include "FiveWin.ch"#include "Splitter.ch"static ...
by Antonio Linares
Sat Nov 28, 2020 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there any Treeview samples with associated edit boxes?
Replies: 44
Views: 4833

Re: Random -> Error BASE/1004 Message not found

Thank you Antonio, I'm waiting for it! Here's another issue. I noticed that the new TWindow class and most of inherited classes uses a :cVarname variable. Now, what if this variable is another Class Variable? I try to explain in the following example: #ifdef HARBOUR32    ...
by chiaiese
Tue May 05, 2020 10:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Random -> Error BASE/1004 Message not found
Replies: 5
Views: 749

Re: Error when using inherited Class from xBrowse and xBrowse si

Dear Mr. Rao,

thanks for your competent help, it works perfectly! I didn't know about the functionality of class data "lRegistered".
by gkuhnert
Thu Jul 04, 2019 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error when using inherited Class from xBrowse and xBrowse si
Replies: 3
Views: 542

Re: Error when using inherited Class from xBrowse and xBrowse si

It is compulsory to have this class data declared CLASSDATA lRegistered INIT .f.  in every class derived from any control, including txbrowse. If you include this declaration in the derived class you do not have this problem. XBrowse is created to make it very easy to use any number of derived class...
by nageswaragunupudi
Fri Jun 07, 2019 1:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error when using inherited Class from xBrowse and xBrowse si
Replies: 3
Views: 542

Error when using inherited Class from xBrowse and xBrowse si

Hello, to be able to extend and modify some functionality in xBrowse I wanted to create an inherited class of xBrowse. I'm using FWH1903 with BCC7. As such, it works fine, but as soon as I use the original xBrowse with a Dialog, I get an error, "Error FiveWin/3 ...
by gkuhnert
Thu Jun 06, 2019 11:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error when using inherited Class from xBrowse and xBrowse si
Replies: 3
Views: 542

Re: To Nages : Explain me how I must make this tdatabase

... a tremendous amount of time providing assistance to many of us on this forum, and through direct correspondence, created a small library that inherited from the tDatabase class, and the method enhancements provided in the class simplified multi-user operations and enhanced the benefits of ...
by TimStone
Fri Apr 26, 2019 5:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3313

Re: FW_GetMonitor() doesn't work

... May I know when will you be resuming work and be able to help me? - Nothing found about oMonitor:lWinRect, what is the purpose of it? This is data inherited from base class TRect. DATA lWinRect is .T. by default. When this is .T., the calculations of width and height adopt Windows' logic which ...
by nageswaragunupudi
Fri Feb 01, 2019 10:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_GetMonitor() doesn't work
Replies: 25
Views: 2949
Next

Return to advanced search