Search found 193 matches: xcommand

Return to advanced search

Re: XAMPP through PortableApps.com or Server2Go

Charly,
can you tell me what to use with the build in mod harbour version for

TEMPLATE PARAMS
ENDTEXT

xCommand is not working for me.

Best regards,
Otto
by Otto
Fri Mar 01, 2024 11:42 pm
 
Forum: mod_harbour
Topic: XAMPP through PortableApps.com or Server2Go
Replies: 11
Views: 9166

Re: OVERRIDE

Dear Silvio, You add a new DATA to the object, not to the class: #xcommand EXTEND DATA <!Message!> [IN] OBJECT <!object!> => ; __objAddData( <object>, #<Message> ) which is the object ? sample If I must add a data into Txbrowse ...
by Silvio.Falconi
Tue Nov 14, 2023 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 615

Re: OVERRIDE

Dear Silvio,

You add a new DATA to the object, not to the class:

#xcommand EXTEND DATA <!Message!> [IN] OBJECT <!object!> => ;
__objAddData( <object>, #<Message> )
by Antonio Linares
Mon Nov 13, 2023 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 615

Re: OVERRIDE

#xcommand EXTEND DATA <!Message!> [IN] CLASS <!Class!> => ; __objAddData( <Class>():classH, #<Message> ) seem run ok then if I add a data sample : EXTEND DATA aDefaultCols IN CLASS TXBrowse give ...
by Silvio.Falconi
Mon Nov 13, 2023 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 615

Re: OVERRIDE

FUNCTION __objAddData( oObject, cSymbol ) it is inside: https://github.com/harbour/core/blob/master/src/rtl/objfunc.prg I tried with #xcommand EXTEND DATA <!Message!> [IN] CLASS <!Class!> __objAddData( <Class>():classH, #<Message> ) EXTEND DATA aDefaultCols ...
by Silvio.Falconi
Mon Nov 13, 2023 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 615

Re: PAra antonio

Estimado Gustavo, el comando de FWH FWDBG se traduce asi: #xcommand FWDBG <vars,...> => ; XBrowse( ArrTranspose( \{ \{ <"vars"> \}, Eval( \{ || \{ <vars> \} \} ) \} ), ; ProcName(0) + " : Line : " + LTrim( Str( ...
by Antonio Linares
Mon Oct 02, 2023 2:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PAra antonio
Replies: 1
Views: 144

Amending preprocessor directive for TFolderEx

... OF ::oDlg   ;      PROMPTS {"tab1", "tab2"} ;      DIALOGS {"dlg1", "dlg2"}  Can the #xcommand be coded to be able to accept both format? TIA Excerpt from FWH19.12's folder.ch; #xcommand REDEFINE FOLDEREX [<oFolder>];    ...
by hua
Fri Dec 16, 2022 4:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Amending preprocessor directive for TFolderEx
Replies: 4
Views: 390

Re: Fivewin OOP Question

... also can use SetProperty()GetProperty()DoMethod() like ActiveX OOP which work under every Language --- i have hope to use #xCommand Syntax in Fivewin CLASS but it seems not good to mix it with CLASS Code i´m still a Newbie under Fivewin and have a lot to learn. but i "think" ...
by Enrico Maria Giordano
Sun Nov 06, 2022 3:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin OOP Question
Replies: 11
Views: 429

Re: Fivewin OOP Question

... also can use SetProperty()GetProperty()DoMethod() like ActiveX OOP which work under every Language --- i have hope to use #xCommand Syntax in Fivewin CLASS but it seems not good to mix it with CLASS Code i´m still a Newbie under Fivewin and have a lot to learn. but i "think" ...
by Jimmy
Sun Nov 06, 2022 2:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin OOP Question
Replies: 11
Views: 429

Fivewin OOP Question

hi, when using #xCommand Syntax in CLASS like this LOCAL oText_2, cTargetDir   DEFINE WINDOW oASKFORM FROM 0,0 TO 270, 534 PIXEL TITLE cAction   @ 110,10 GET oText_2 VAR cTargetDir SIZE 500,30 PIXEL FONT oFontDefault OF oASKFORM  ...
by Jimmy
Sun Nov 06, 2022 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin OOP Question
Replies: 11
Views: 429

Re: harbour CLASS vs. Xbase++ CLASS

... commands ? Using them you avoid having to deal with so many parameters there are still a lot in Fivewin what i have to learn i got Problem with xCommand e.g. COMBOBOX like in this Thread https://forums.fivetechsupport.com/viewtopic.php?t=42381 both Method in 1st Sample crash ...
by Jimmy
Mon Oct 31, 2022 5:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour CLASS vs. Xbase++ CLASS
Replies: 2
Views: 292

harbour CLASS vs. Xbase++ CLASS

... to "read" instead of lot Parameter delemited with "," Question : is this Style possible under Fivewin :?: can i still use #xCommand for this Type of CLASS :?: p.s. HMG does not have so much Parameter for #xCommand so i have not try to use OOP Style under HMG
by Jimmy
Sun Oct 30, 2022 6:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: harbour CLASS vs. Xbase++ CLASS
Replies: 2
Views: 292

Re: Newbie have COMBOBOX Question

Ok, i have change to OOP Style instead of #xcommand   oCombo_left  := TComboBox():new(0,0        , , aDrives, 100, 300,oMain)   oCombo_left:Select(1)   Combo_Right := TComboBox():new(0, nWidth/2, , aDrives, ...
by Jimmy
Sun Oct 30, 2022 6:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie have COMBOBOX Question
Replies: 6
Views: 434

Re: say border RESOLVED

... @ 22, 10 SENSITIVE SAY oSay[1] PROMPT "Denominazione" SIZE 100,20 PIXEL OF oFolder:adialogs[1] TRANSPARENT FONT oFontDialog Where is the xcommand?
by cnavarro
Fri Nov 19, 2021 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: say border RESOLVED
Replies: 32
Views: 2152

Opening And Closing mod harbour Tags

... there are specified user-defined commands. https://github.com/FiveTechSoft/mod_harbour/blob/master/source/exec.prg __pp_addRule( hPP, "#xcommand TEMPLATE [ USING ] [ PARAMS [] [,] ] => " ; __pp_addRule( hPP, "#command ENDTEMPLATE => #pragma __endtext" )
by Otto
Tue Oct 19, 2021 3:24 pm
 
Forum: mod_harbour
Topic: Opening And Closing mod harbour Tags
Replies: 0
Views: 229
Next

Return to advanced search