FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour RWD WebApp use mod_harbour
Posts: 129
Joined: Mon Oct 17, 2005 03:03 AM
RWD WebApp use mod_harbour
Posted: Mon Jul 17, 2023 04:06 AM
line ID: ssbbstw

WeChat ID: ssbbstw
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: RWD WebApp use mod_harbour
Posted: Mon Jul 17, 2023 05:45 AM

great example,

many thanks for sharing it

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: RWD WebApp use mod_harbour
Posted: Thu Jul 20, 2023 06:54 AM
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.

But I can gladly further convert the program into HARBOURINO style.

Best regards,
Otto


Posts: 129
Joined: Mon Oct 17, 2005 03:03 AM
Re: RWD WebApp use mod_harbour
Posted: Thu Jul 20, 2023 11:21 AM
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?
line ID: ssbbstw

WeChat ID: ssbbstw
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: RWD WebApp use mod_harbour
Posted: Thu Jul 20, 2023 12:56 PM

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

Posts: 129
Joined: Mon Oct 17, 2005 03:03 AM
Re: RWD WebApp use mod_harbour
Posted: Thu Jul 20, 2023 01:40 PM
Otto wrote: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 debugging! :)
line ID: ssbbstw

WeChat ID: ssbbstw
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: RWD WebApp use mod_harbour
Posted: Thu Jul 20, 2023 03:03 PM
Hello WenSheng,
I do too, and that's precisely the concept of the preprocessor.
It combines the modules into one file. I

have the best of both worlds.

After patching, I have your code exactly as it was. 1:1. :)

Best regards,
Otto

Continue the discussion