Search found 317 matches: extend

Return to advanced search

Re: Exercism and Harbour

... and to me there are many Harbour coding areas that are missing in those examples, like codeblocks, arrays, hashes, classes, extend system use to enhance it using C, user defined commands, preprocessor use, etc. to mention some of them. I encourage you to enhance it and make ...
by Antonio Linares
Mon Apr 22, 2024 5:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Exercism and Harbour
Replies: 2
Views: 146

Re: xbrowseWeb - Work in Progress

xbrowseWeb to browse a DBF file

This is what I am looking for.
Later we can extend it to other data sources too.
by nageswaragunupudi
Sat Apr 20, 2024 12:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowseWeb - Work in Progress
Replies: 1
Views: 103

Re: Problem with FiveWin and PDF995 on Windows 11.

I will try your suggestion, but I do have several "Extend Class TPrinter with Data" and "with Message", can this be the problem? I use this everywhere I print, if this is the problem, can I rename the class and solve the problem? ...
by nageswaragunupudi
Thu Feb 15, 2024 1:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: Problem with FiveWin and PDF995 on Windows 11.

I will try your suggestion, but I do have several "Extend Class TPrinter with Data" and "with Message", can this be the problem? I use this everywhere I print, if this is the problem, can I rename the class and solve the problem?
by byron.hopp
Wed Feb 14, 2024 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with FiveWin and PDF995 on Windows 11.
Replies: 29
Views: 1218

Re: copy a row of xbrowse

You have to extend here: MENUITEM "Copy" WHEN acopy=NIL ACTION ( aCopy := oBrw:aRow,; oBrw:SetFocus() ) and here: aadd( oBrw:aArrayData,aCopy ),; // oBrw:aArrayData[ oBrw:nArrayAt ] := aCopy ,; >MENUITEM "Copy" ...
by Silvio.Falconi
Tue Dec 05, 2023 9:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5789

Re: copy a row of xbrowse

You have to extend here:
MENUITEM "Copy" WHEN acopy=NIL ACTION ( aCopy := oBrw:aRow,;
oBrw:SetFocus() )


and here:
aadd( oBrw:aArrayData,aCopy ),; // oBrw:aArrayData[ oBrw:nArrayAt ] := aCopy ,;
by Otto
Tue Dec 05, 2023 9:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: copy a row of xbrowse
Replies: 36
Views: 5789

ChatGPT helps with programming

... was developed completely with ChatGPT. https://mybergland.com/fwforum/4laid_sprache.jpg Today I will show you the PROMPTS I used to extend the language selection to include German. https://mybergland.com/fwforum/german_lang.mp4 If there is interest, I can show how to ...
by Otto
Sat Dec 02, 2023 4:42 pm
 
Forum: mod_harbour
Topic: ChatGPT helps with programming
Replies: 1
Views: 3064

ChatGPT helps with programming

... was developed completely with ChatGPT. https://mybergland.com/fwforum/4laid_sprache.jpg Today I will show you the PROMPTS I used to extend the language selection to include German. https://mybergland.com/fwforum/german_lang.mp4 If there is interest, I can show how to ...
by Otto
Sat Dec 02, 2023 4:41 pm
 
Forum: mod_harbour
Topic: ChatGPT helps with programming
Replies: 1
Views: 4029

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 how ...
by Silvio.Falconi
Tue Nov 14, 2023 8:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 623

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: 623

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 me an ...
by Silvio.Falconi
Mon Nov 13, 2023 12:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 623

Re: OVERRIDE

... __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 IN CLASS ...
by Silvio.Falconi
Mon Nov 13, 2023 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 623

Re: OVERRIDE

... ) sample: OVERRIDE METHOD BuildButtonBar IN CLASS TPreview WITH PreviewBuildButtonBar I not found the #command to add data or add methods EXTEND CLASS TPreview WITH DATA aDefaultCols not run
by Silvio.Falconi
Mon Nov 13, 2023 11:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OVERRIDE
Replies: 8
Views: 623

Re: FIVEWIN power - a room planer video

... reservations can be for one day or many days if I insert some records having the same camera and a period from xx to 3) I cannot insert, modify, extend the reservation with the mouse and the example is unusable. I just wanted a modification to the already existing Tplan class with the possibility ...
by Silvio.Falconi
Tue Sep 19, 2023 7:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 11077

Re: Incluyendo el SQLRDD

... obtener compatibilidad ya que no se encuentran funciones del core de xharbour, portadas al core de harbour Por ejemplo, hb_stordtl que es de la vm/extend.c de xharbour no existe en harbour https://github.com/harbour/core o tambien hb_dateTimeStampStrGet, localizada en common\hbdate.c Esto ...
by Joaquim Ferrer
Sun Aug 20, 2023 8:31 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Incluyendo el SQLRDD
Replies: 40
Views: 2566
Next

Return to advanced search