Search found 23 matches: procedural

Return to advanced search

Advantages of a Patcher and Preprocessor over OOP

... :No Major Refactoring: Integrate into existing projects without complete rewriting in OOP, saving time and reducing errors. Compatibility with Procedural Code : Developers can maintain their usual workflows while benefiting from the advantages of your tool. Faster Development Cycles :Automated ...
by Otto
Mon Jul 29, 2024 9:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantages of a Patcher and Preprocessor over OOP
Replies: 1
Views: 271

Saving OuterHTML using Await Implementation with TWebView

... Fivewin features a powerful Web Control class called TWebView. 2. The web rendering operates in async mode. 3. Consequently, users familiar with procedural synchronous modes are facing difficulties in retrieving information from the web. 4. Therefore, I have implemented a synchronous class for ...
by CharlesKwon
Mon Aug 14, 2023 1:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 3314

Re: matrices multiplication

... Dear antonio I know that Python it is a multi-paradigm language, which supports both procedural programming (which makes use of functions) and object-oriented programming (including features such as single and multiple inheritance, but ...
by Silvio.Falconi
Tue Oct 13, 2020 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: matrices multiplication
Replies: 13
Views: 1481

Re: To James Bott - Error Using TData

... In the 24 years that TData has been in use, nobody has asked for that. FW's TDatabase does not support that either. No matter which way you go (procedural code, TDatabase, or TData) you are going to have to write code to handle this. [/quote] Still insisting on a logical thing, the customer ...
by Silvio.Falconi
Tue May 28, 2019 10:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 7181

Re: To James Bott - Error Using TData

... In the 24 years that TData has been in use, nobody has asked for that. FW's TDatabase does not support that either. No matter which way you go (procedural code, TDatabase, or TData) you are going to have to write code to handle this.
by James Bott
Tue May 28, 2019 8:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To James Bott - Error Using TData
Replies: 49
Views: 7181

Re: to Nages: test for tdatabase

... lines of code. Thus you can most likely reduce your code to 10 percent of the original size. These means the objects are usually much faster than procedural code.
by James Bott
Thu May 09, 2019 4:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: to Nages: test for tdatabase
Replies: 37
Views: 7535

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

... So far there have been no problems with using OOP, other than it is new to you and you don't like it. All of the problems you have had are procedural program errors--not database class bugs. And there isn't anything you can't do with OOP that you can do with procedural code (since it is ...
by Silvio.Falconi
Wed Mar 06, 2019 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 4303

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

... So far there have been no problems with using OOP, other than it is new to you and you don't like it. All of the problems you have had are procedural program errors--not database class bugs. And there isn't anything you can't do with OOP that you can do with procedural code (since it is ...
by James Bott
Tue Mar 05, 2019 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 4303

Re: Example Business Object (Customer)

... more code). And this does isolate our code from the relational database so it does accomplish abstraction. So we can either continue to write procedural code, or we can use the OOP language we do have to achieve the same end as using your type of ORM.
by James Bott
Tue Nov 27, 2018 10:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Example Business Object (Customer)
Replies: 32
Views: 9484

Re: Lancamento de Tads 2.0

... con Dbf2Advantage.exe, y crear un diccionario de datos. En la carpeta \ Help tiene la documentación de tAdsClass. tAdsClass funciona tanto en modo Procedural con APPEND, REPLACE, USE, ETC. Como trabaja en modo objeto por clases. Funciona con múltiples conexiones al mismo tiempo. puede abrir varios ...
by Giovany Vecchi
Tue Apr 10, 2018 8:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Lancamento de Tads 2.0
Replies: 15
Views: 4613

Re: tDatabase- AdsSetAof()

... What you don't want to do is to try to combine them all into the same class with a lot of IF/THEN and DO/CASEs. Then you are just falling back to procedural code and this gets very complex, messy to work on, and prone to errors. Further, whenever you try to add or fix something you risk breaking ...
by James Bott
Thu Nov 16, 2017 9:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tDatabase- AdsSetAof()-RESUELTO
Replies: 2
Views: 747

Re: Event Function to automatically exit from the application

Thank you dear sir, The examples has been written in objective clipper. Please can you send me a link to similar explanation written in procedural code Best regards, krume Sorry I do not understand what you mean by "Objective Clipper" and "Procedural Code" The example ...
by cnavarro
Sat Aug 09, 2014 7:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Event Function to automatically exit from the application
Replies: 4
Views: 1103

Re: Event Function to automatically exit from the application

Thank you dear sir,
The examples has been written in objective clipper.
Please can you send me a link to similar explanation written in procedural code
Best regards,
krume
by krume
Sat Aug 09, 2014 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Event Function to automatically exit from the application
Replies: 4
Views: 1103

Re: Implementing FWH own Class TExplorerBar

Once that we have a procedural style prototype, its own structure points us to its object oriented implementation that will help us to better organize its components :-) // Demo of a MDI + Menu + ButtonBar + ExplorerBar + Splitter + ...
by Antonio Linares
Sun Jun 27, 2010 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Implementing FWH own Class TExplorerBar
Replies: 45
Views: 20540

... the Otto's routine or mine (CalAnual posted at spanish forum) for working with a browser (TXBrowse or TSBrowse) and take advantage of all the procedural and graphical facilities that browsers already have? It's my point of view, regards. Manuel Mercado.
by mmercado
Mon Jul 28, 2008 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pickdate
Replies: 94
Views: 20474
Next

Return to advanced search