Search found 76 matches: lregistered

Return to advanced search

Re: New txbrowse

... PIXEL OF oDlg ; DATASOURCE oDbf COLUMNS aCols ; AUTOSORT FONT oFont; NOBORDER CELL LINES CLASS TMyBrowse() CLASS TMyBrowse FROM TXBrowse CLASSDATA lRegistered AS LOGICAL DATA aCols2Hide AS ARRAY INIT Array(0) DATA aDefaultCols INIT ARRAY( 0 ) DATA aPreviousCols INIT ARRAY( 0 ) METHOD New (nRow, ...
by Silvio.Falconi
Mon Apr 22, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 382

Re: New txbrowse

Hola silvio, Tengo una clase: CLASS TFactur_1 FROM TIMPRIME CLASSDATA lRegistered AS LOGICAL DATA oFont_6 ..... que cuando la compilo da este .ppo: _HB_CLASS TFactur_1 ; function TFactur_1 ( ... ) ; STATIC s_oClass ; LOCAL nScope, oClass, oInstance ; IF s_oClass ...
by FiveWiDi
Sat Apr 13, 2024 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 382

TRIBBON.PRG - New nQuickHigh (DEFINE QUICKBUTTON )

CLASS TRibbonBar FROM TControl CLASSDATA lRegistered AS LOGICAL DATA oBold, oFont DATA aLeft DATA aPrompts DATA aDialogs DATA aSizes DATA aGrad DATA aGradFld DATA aGradOver DATA aGradHigh DATA aQuickRGrad DATA nQuickHigh INIT 32 <---- New ...
by MGA
Wed Nov 23, 2022 9:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TRIBBON.PRG - New nQuickHigh (DEFINE QUICKBUTTON )
Replies: 1
Views: 315

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: a new class into resources

yes the class have "CLASSDATA lRegistered AS LOGICAL" and the method redefine have registry command but now I saw there is not problem of new class but of pellesC because it make error also if I make Function test() Local oDlg DEFINE ...
by Silvio.Falconi
Mon Mar 05, 2018 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a new class into resources
Replies: 4
Views: 792

Re: a new class into resources

Silvio,

What error do you get ?

You have to add this CLASSDATA to your own defined custom controls:

CLASSDATA lRegistered AS LOGICAL

and Method Redefine() should make a call to ::Register()
by Antonio Linares
Sat Mar 03, 2018 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a new class into resources
Replies: 4
Views: 792

Re: Fastreport help

... #include "Constant.ch" //----------------------------------------------------------------------------// CLASS XVRD FROM VRD CLASSDATA lRegistered AS LOGICAL DATA cMenuData, oDlgRG, oWndRgX, lPrnRGX, oRechnung METHOD SetupMenu() METHOD End( ) ENDCLASS //----------------------------------------------------------------------------// ...
by Wanderson
Thu Nov 02, 2017 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fastreport help
Replies: 9
Views: 2030

Re: Fastreport help

... #include "Constant.ch" //----------------------------------------------------------------------------// CLASS XVRD FROM VRD CLASSDATA lRegistered AS LOGICAL DATA cMenuData, oDlgRG, oWndRgX, lPrnRGX, oRechnung METHOD SetupMenu() METHOD End( ) ENDCLASS //----------------------------------------------------------------------------// ...
by Otto
Wed Nov 01, 2017 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fastreport help
Replies: 9
Views: 2030

Re: O.T. - Equivalente a CLASSDATA en Harbour

Mario,

Debería ser visible.

Por ejemplo, la Clase TWindow tiene la CLASSDATA lRegistered

Prueba a hacer:

MsgInfo( TWindow():lRegistered )
by Antonio Linares
Wed Sep 21, 2016 9:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. - Equivalente a CLASSDATA en Harbour
Replies: 6
Views: 1142

Re: Desktop Alerts

Silvio,

You need to add

CLASSDATA lRegistered INIT .F.
by Antonio Linares
Tue Mar 08, 2016 10:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Desktop Alerts
Replies: 39
Views: 29493

Re: How to set TSAY with Default TRANSPARENT

Mr Dutch My mistake. Derived class should also have classdata lRegistered. Anyway, please ignore my above suggestion totally. Instead let us have a revised #xcommand in our personal include file. myinclude.ch // revised say commands#xcommand REDEFINE SAY ...
by nageswaragunupudi
Sun Jul 05, 2015 4:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to set TSAY with Default TRANSPARENT
Replies: 9
Views: 1931

Re: WndCreateError

Hello, every TWindow derived class must have a class data lRegistered and call ::Register method. CLASS pBrowse FROM kBrowse    CLASSDATA lRegistered AS LOGICAL    METHOD New( nRow, nCol, nWidth, nHeight, bLine, aHeaders, ;                aColSizes, ...
by AntoninoP
Tue Mar 24, 2015 10:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: WndCreateError
Replies: 2
Views: 590

Re: problema con SetFont

... DATA nPosicion DATA lTodoseCalculo AS LOGICAL INIT .F. DATA lProcesarTecla AS LOGICAL INIT .T. DATA lMostrarBoton AS LOGICAL INIT .T. CLASSDATA lRegistered AS LOGICAL METHOD New( ) CONSTRUCTOR //Bingen METHOD Display() METHOD Paint() METHOD Language() //Bingen METHOD LButtonDown( nRow, nCol, ...
by MOISES
Mon Feb 23, 2015 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con SetFont
Replies: 17
Views: 4733

New FTDN November/Noviembre 2013 (FWH 13.11)

... it is ok. Thanks to Cristobal! http://forums.fivetechsupport.com/viewtopic.php?p=153931#p153931 * Fix: Minor fix in class TLayout added classdata lRegistered * New: added layout.ch header file, useful xbase commands to TLayout class * Fix: Memory leak fixed in function DibWrite(). Thanks to Günther: ...
by Antonio Linares
Fri Dec 20, 2013 5:18 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2013 (FWH 13.11)
Replies: 0
Views: 1178

Re: TLayout Error

SGS wrote:Sr. Daniel,

CLASSDATA lRegistered AS LOGICAL

não deveria ser implementada nas novas versões do fivewin? EX: FWH 13.09 ???


not, is already implemented
by Daniel Garcia-Gil
Sat Nov 16, 2013 1:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TLayout Error
Replies: 9
Views: 2705
Next

Return to advanced search