Search found 19 matches: simplify

Searched query: simplify

by Antonio Linares
Thu Nov 28, 2024 9:44 pm
Forum: FiveWin for Harbour/xHarbour
Topic: reading DBF from node.js
Replies: 2
Views: 644

Re: reading DBF from node.js

... shared hosting providers are optimized for this stack.
- **Rich libraries and frameworks**: Frameworks like Laravel, Symfony, and CodeIgniter simplify development and offer robust tools.
- **Established CMS platforms**: Systems like WordPress, Joomla, and Drupal rely on PHP.

#### **Disadvantages ...
by nageswaragunupudi
Mon Sep 30, 2024 9:09 am
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 59
Views: 7512

Re: Browse of my ADO Class

Let's simplify, forgot my class.
I want to show numbers from 1 to 10, no array, no recordset, no ADO, no my class
I want to use xbrowse and codeblocks only


@ nRow, nCol XBROWSE xControl ;
SIZE nWidth, nHeight PIXEL ;
OBJECT Nil ;
OF xParent
ADD oCol TO xControl ;
DATA { || xControl:nArrayAt ...
by JoséQuintas
Thu Sep 26, 2024 6:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Browse of my ADO Class
Replies: 59
Views: 7512

Re: Browse of my ADO Class

Let's simplify, forgot my class.
I want to show numbers from 1 to 10, no array, no recordset, no ADO, no my class
I want to use xbrowse and codeblocks only


@ nRow, nCol XBROWSE xControl ;
SIZE nWidth, nHeight PIXEL ;
OBJECT Nil ;
OF xParent
ADD oCol TO xControl ;
DATA { || xControl:nArrayAt ...
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: 345

Advantages of a Patcher and Preprocessor over OOP

... Tasks: Automate recurring tasks like inserting headers or managing dependencies, speeding up the development process.

Templates and Macros : Simplify and speed up code creation by automating recurring patterns and structures.

Cost Efficiency :Lower Learning Curve: Developers do not need to ...
by Otto
Mon May 27, 2024 8:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: DivMasterJS
Replies: 3
Views: 497

DivMasterJS

... or documents.

Best regards,
Otto


If you "harbourinoize" the source code, it becomes much easier to maintain and is much clearer.
HARBOURINO preprocessor and patcher simplify development.

https://mybergland.com/fwforum/divmasterharborino.jpg



https://mybergland.com/fwforum/divmaster.jpg
by Otto
Thu Mar 07, 2024 7:15 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 4432

Re: How to include hbCurl?

... with webview2 and fivewin.

Fortunately, I had already made a patcher and preprocessor before ChatGPT.
Now, this is a very functional way to simplify the programs. Through modularization, one can have ChatGPT further develop parts of the program very effectively. This makes program creation very ...
by nageswaragunupudi
Tue Feb 13, 2024 12:07 am
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 2265

Re: Mr. Rao, refresh a Tree

... End()

ACTIVATE DIALOG oDlg CENTERED

return nil


https://imagizer.imageshack.com/img923/1736/bUceg5.gif

Please build and run this sample as it is.
In particular, please observe how to simplify the Edit Dialog and how to save changes.
Next we will see how to implement Append and Delete also.
by Antonio Linares
Tue Feb 06, 2024 8:27 am
Forum: FiveWin for Harbour/xHarbour
Topic: Easier WebView use
Replies: 3
Views: 662

Easier WebView use

We are working to simplify the WebView use, so it can be used the FWH way :-)

#include "FiveWin.ch"

function Main()

local oWnd, oWebView, oContent, oLink1, oLink2

DEFINE WINDOW oWnd SIZE 2000, 1200

@ 0, 0 WEBVIEW oWebView OF oWnd HTML "file://" + hb_DirBase() + "index.html" SIZE 2000, 1200 ...
by Antonio Linares
Sun Feb 04, 2024 4:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 2054

Re: TWebView window size

We are working to simplify it and use it the FWH way...

Stay tuned for new examples coming very soon :-)
by TimStone
Mon Nov 06, 2023 10:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 2607

Re: Interesting discussion with ChtGPT

... and its programming language. Try to find resources that tell you all the available functions for it. Do you have a wide variety of functions to simplify your work like we have with FWH ? How many add on libraries must you buy from 3rd party developers just to do a functional application ? When it ...
by Otto
Mon Nov 06, 2023 4:46 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 2607

Interesting discussion with ChtGPT

... programming languages or approaches experience a renaissance in the future.

Education and Learning: As AI tools become more accessible and simplify code creation, it could also change how programming is taught and learned. Instead of focusing on complex syntax or frameworks, curriculums might ...
by Otto
Wed Oct 11, 2023 7:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 13681

Re: FIVEWIN power - a room planer video

... specifically for the in-house guests?
Kind regards,
Otto

Transferring the details from the room plan to a table plan would be ideal. This would simplify our process, and we wouldn't have to write it down daily.
Warm regards,

Sent: Thursday, October 5, 2023, 16:41
To: [Winhotel Email]
Subject: RE ...
by ssbbs
Thu Jul 20, 2023 1:40 pm
Forum: mod_harbour
Topic: RWD WebApp use mod_harbour
Replies: 6
Views: 2284

Re: RWD WebApp use mod_harbour

Hello WenShengg,

>how I simplify the complexity of applications for myself by using Harbourino

I only showed the way how I work on code.

I appreciate simplicity, and as a visual person, I prefer things to be straightforward.

Otto

Personally, I prefer to complete the code, just open a file for ...
by Otto
Thu Jul 20, 2023 12:56 pm
Forum: mod_harbour
Topic: RWD WebApp use mod_harbour
Replies: 6
Views: 2284

Re: RWD WebApp use mod_harbour

Hello WenShengg,

>how I simplify the complexity of applications for myself by using Harbourino

I only showed the way how I work on code.

I appreciate simplicity, and as a visual person, I prefer things to be straightforward.

Best regards,
Otto
by ssbbs
Thu Jul 20, 2023 11:21 am
Forum: mod_harbour
Topic: RWD WebApp use mod_harbour
Replies: 6
Views: 2284

Re: RWD WebApp use mod_harbour

Otto wrote:Hello WenSheng,
Here you can see how I simplify the complexity of applications for myself by using Harbourino - an additional preprocessor - to split the functions.
I think you can understand from this simple function how it works.
May I ask why you did this?