Search found 24 matches: extending

Return to advanced search

Re: TCWeb - filemanager with mod harbour

Hello friends, I am in the process of extending the filename.prg (// FiveWin FileNames support functions) for mod harbour. DosPAth2Web() Here is a function that is needed when you want to open a page in the browser from TCWeb. TCWeb is fun. ...
by Otto
Thu Jan 04, 2024 10:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TCWeb - filemanager with mod harbour
Replies: 5
Views: 698

CLASS modification

... to reach out to the FiveTech community or their support for specific guidance on how to implement this. But changing the class?? Inheriting or extending the class and then experimenting in your own prg, I think, would be one way. Copy the original functions from the class, then rename them ...
by Otto
Tue May 23, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1775

Re: ChatGPT

... is already possible now for you to include information in your requests, and ChatGPT can access that information when generating responses. I am extending my program. In a second memo field, I save knowledge bases, and then I can include them in my requests. Best regards, Otto
by Otto
Fri May 12, 2023 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ChatGPT
Replies: 19
Views: 1263

Re: Extending Genesis

Otto, fantastic job!!
by thefull
Fri Jan 10, 2020 8:18 am
 
Forum: mod_harbour
Topic: Extending Genesis
Replies: 1
Views: 669

Re: FWH 18.08: Gets with loop variable as array subscript

We can consider extending this feature to resource also, if you think it will be useful.

Note: It is not "VAR aData[ n ] SUBSCRIPT n"
It should be "VAR aData SUBSCRIPT n"

There is no need for a subscript clause for SAYs
by nageswaragunupudi
Thu Sep 27, 2018 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 18.08: Gets with loop variable as array subscript
Replies: 15
Views: 2536

Re: Override

Otto wrote:is there much difference between inheriting and extending the inherited class to extend a class.


Yes. With EXTEND you are not creating a new class but you are extending an existing class. So inheritance is not involved here.

EMG
by Enrico Maria Giordano
Thu Oct 19, 2017 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Override
Replies: 9
Views: 1165

Re: Override

Dear Antonio,

is there much difference between inheriting and extending the inherited class to extend a class.

Best regards,
Otto
by Otto
Thu Oct 19, 2017 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Override
Replies: 9
Views: 1165

Conferencia internacional de Harbour+FWH - Sesiones

... Word, DBF, PDF - Grouped rows as Merged Columns and Trees - Forgotten and less known switches, methods and features and their uses. Inheriting and extending XBrowse - Template for Inheriting XBrowse - Adding new datas and methods on the fly, to individual browses and columns without effecting other ...
by Antonio Linares
Mon May 15, 2017 8:53 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Conferencia internacional de Harbour+FWH - Sesiones
Replies: 0
Views: 1107

Re: 1st FWH + [x]Harbour 2017 international conference

... Word, DBF, PDF - Grouped rows as Merged Columns and Trees - Forgotten and less known switches, methods and features and their uses. Inheriting and extending XBrowse - Template for Inheriting XBrowse - Adding new datas and methods on the fly, to individual browses and columns without effecting other ...
by nageswaragunupudi
Sun May 14, 2017 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 269197

Re: 1st FWH + [x]Harbour 2017 international conference

... - Parametrized creation of xbrowse. - Recommended ways to create columns, alternative methods and when to use / not to use alterntiave methods. - Extending configuration of browse and columns: Detailed discussion of Switches, codeblocks and usage - Deprecated and discouraged methods and datas ...
by nageswaragunupudi
Fri Feb 10, 2017 1:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 269197

Re: problems creating UNICODE directories

We provided Unicode support from 15.09 onwards. How about it support xHarbour? I'm use xHarbour now. We keep extending support for Unicode in FWH dir functions. But for full implementation Harbour is a better choice. In FWH 16.04 new functions lIsDirW(), lMkDirW(), FileW(), lRmDirW(), ...
by nageswaragunupudi
Fri May 06, 2016 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problems creating UNICODE directories
Replies: 13
Views: 2715

Re: DBF to SQL converter program

... are the only die-hard database class programmers on this forum. Well, there are others using them (Tim for instance), but not subclassing them and extending them to get the maximum benefit. Regards, James
by James Bott
Tue Aug 25, 2015 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to SQL converter program
Replies: 59
Views: 18213

Re: uestudio y ctag

Ok,

thank you very much for your help

I will use that code.

On this website, as I found ctags to include new programming languages​​.
http://ctags.sourceforge.net/EXTENDING.html
I will investigate.
by fgondi
Tue Mar 18, 2014 10:15 am
 
Forum: Off Topic / Otros temas
Topic: uestudio y ctag
Replies: 5
Views: 980

Re: Function of FiveWin and with my same name

... the good old 16-bit clipper days) Now the logical choice for the linker is to choose fwmod1.obj from fivex.lib instead of mymod1 from mylib.lib. Extending this logic we can also expect situations where duplicate symbols may need to be linked but that generates a log file to indicate the issue. ...
by nageswaragunupudi
Sat Apr 06, 2013 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Function of FiveWin and with my same name
Replies: 11
Views: 1906
Next

Return to advanced search