Search found 122 matches: simplify

Return to advanced search

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 ...
by Otto
Thu Mar 07, 2024 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 2930

Re: Mr. Rao, refresh a Tree

... 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 nageswaragunupudi
Tue Feb 13, 2024 12:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao, refresh a Tree
Replies: 21
Views: 708

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 ...
by Antonio Linares
Tue Feb 06, 2024 8:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Easier WebView use
Replies: 3
Views: 451

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 Antonio Linares
Sun Feb 04, 2024 4:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 849

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 ...
by TimStone
Mon Nov 06, 2023 10:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1227

Interesting discussion with ChtGPT

... simpler 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 ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1227

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: ...
by Otto
Wed Oct 11, 2023 7:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FIVEWIN power - a room planer video
Replies: 50
Views: 11057

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, ...
by ssbbs
Thu Jul 20, 2023 1:40 pm
 
Forum: mod_harbour
Topic: RWD WebApp use mod_harbour
Replies: 6
Views: 750

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 Otto
Thu Jul 20, 2023 12:56 pm
 
Forum: mod_harbour
Topic: RWD WebApp use mod_harbour
Replies: 6
Views: 750

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?
by ssbbs
Thu Jul 20, 2023 11:21 am
 
Forum: mod_harbour
Topic: RWD WebApp use mod_harbour
Replies: 6
Views: 750

Re: RWD WebApp use mod_harbour

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 ...
by Otto
Thu Jul 20, 2023 6:54 am
 
Forum: mod_harbour
Topic: RWD WebApp use mod_harbour
Replies: 6
Views: 750

Re: Update eb MariaDB por el lugar

... { "MAR", "APR" }, { "ID", number } )oRs4:ReQuery()  We can further simplify this: oRs4:Update( "month3,month4", { "MAR", "APR" } )// oRs4:Requery() is not required. Waste ...
by nageswaragunupudi
Sun Jul 16, 2023 10:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Update eb MariaDB por el lugar
Replies: 3
Views: 319

Re: Demo c:\fwh\samples\access.prg crash

Next. This is a very old program and we need to simplify it. The revised program looks like this. This program does all what the earlier access.prg does. #include "fivewin.ch"function Main()   local oCn   oCn   := FW_OpenAdoConnection( ...
by nageswaragunupudi
Tue Jun 27, 2023 9:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Demo c:\fwh\samples\access.prg crash
Replies: 2
Views: 336

Re: Know the Column number clicked on the TXBrowse Header

So using Mr. Rao advise we can simplify the code even more: #include "FiveWin.ch"function Main()   USE "clients"   XBROWSER "clients" SETUP oBrw:bLClickHeaders := { |r,c,f,oCol| MsgInfo( oCol:nCreationOrder ...
by Antonio Linares
Thu Nov 17, 2022 9:23 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Know the Column number clicked on the TXBrowse Header
Replies: 5
Views: 469

Re: As your functions/methods become more complex

Hello friends, Here you can see an example of how to simplify a really complex source code like xBrowse with a patcher. Best regards, Otto https://mybergland.com/harbourinoxbrowse_clip3.jpg https://mybergland.com/harbourinoxbrowse_clip4.jpg ...
by Otto
Tue Aug 30, 2022 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: As your functions/methods become more complex
Replies: 1
Views: 280
Next

Return to advanced search