Search found 94 matches: readable

Return to advanced search

Re: JSON2DBF adapter

... the `do while/enddo` not passing parameters like `[bFor]`, `[bWhile]`, `[nNext]`, `[nRec]`, `[lRest]`. Programming the loop and conditions is more readable, maintainable, and generally more understandable. I would leave it as is. But the lines would be fine if you could create them with: `addresponse(address->name, ...
by Otto
Sun Feb 04, 2024 8:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: JSON2DBF adapter
Replies: 3
Views: 503

Re: hash for storing variables

Enrico, the advantage is that you have reusable blocks here and don't have to worry about passing the variables.

It's simply the productivity that is the advantage.
It's a method to make the source code more readable and secure.

Best regards,
Otto
by Otto
Tue Nov 28, 2023 9:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: hash for storing variables
Replies: 7
Views: 525

Re: Calculate total pages

nageswaragunupudi wrote:For now, we can do this test.
First let us make a few modifications to the Printer.prg:


Great idea, but the EMF that is produced here are pure binaries, no readable text inside them. What am I doing wrong?
by Enrico Maria Giordano
Mon Nov 27, 2023 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5857

Re: Help splitting up a character address string

... code for mod_harbour applications. According to a post by a user named Otto on the mod_harbour forum, Harbourino aids in making source code more readable and maintainable. This is achieved through its patcher and preprocessor capabilities, which allow for a more organized and streamlined coding ...
by Otto
Wed Nov 15, 2023 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 599

Re: "Shortname" for FIELD of DBF

hi Otto,
Otto wrote:I tried ChatGPT

Answer from ChatGPT might work ... but a Hash is not "readable" for Human

as Marc say to change last 2 Sign (of 10) is enough to make it unique for 99 "Header"
by Jimmy
Sat Jan 14, 2023 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Shortname" for FIELD of DBF
Replies: 3
Views: 417

Re: Newbie have COMBOBOX Question

... ) } You don't need to use Select() nor SetPos() with Comboboxes. And commands are the best option in 99% of code. Commands are far more readable and maintainable than functions. this is while i put 2 x "Explorer" into Window and each "Side" have a own Combobox when ...
by Jimmy
Sun Oct 30, 2022 10:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie have COMBOBOX Question
Replies: 6
Views: 436

Re: Newbie have COMBOBOX Question

Please, always post a complete sample of the problem. You don't need to use Select() nor SetPos() with Comboboxes. And commands are the best option in 99% of code. Commands are far more readable and maintainable than functions.
by Enrico Maria Giordano
Sun Oct 30, 2022 8:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Newbie have COMBOBOX Question
Replies: 6
Views: 436

Re: xBrowse function

... with web development and also mod harbour. The programming of the input masks is very comfortable. To keep the source code simple, clear and readable I use a patcher. This is the part how we get a HARBOUR hash value into the Webview2. <?prg return hb_jsonEncode( hTmp[ 'BSETUP' ] , .T. ...
by Otto
Mon Aug 22, 2022 10:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse function
Replies: 4
Views: 634

Re: Help about TWebView class. reading something from website.

... ).innerHTML"    oWebView:Eval( 'SendToFWH( '+aaa+ ' )' )    It displays the all record in table. But your code is more readable than mine.     oWebView:Eval( 'window.onload = function () { SendToFWH( document.getElementById("dosya_listesi_result").innerHTML ...
by Horizon
Tue Jul 05, 2022 6:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help about TWebView class. reading something from website.
Replies: 33
Views: 1535

Re: Iniciando con mod_harbour

Eduardo, See how readable and maintainable your source code becomes with the HARBOURINO patcher and preprocessor. https://mybergland.com/fwforum/hrb_head.jpg In the main program there is only one line for Head. You can ...
by Otto
Fri Jan 14, 2022 9:40 pm
 
Forum: mod_harbour
Topic: Iniciando con mod_harbour
Replies: 24
Views: 3761

additional preprocessor

Dear friends,
Here you can see how easily readable the source code becomes with an additional preprocessor.
Best regards,
Otto

Image
Image
by Otto
Fri Dec 31, 2021 8:25 am
 
Forum: mod_harbour
Topic: additional preprocessor
Replies: 0
Views: 199

extra preprocessor

Hello friends, Thanks to an extra preprocessor, you get a very readable code. Best regards, Otto https://mybergland.com/fwforum/uebersicht%20local%20menu.jpg https://mybergland.com/fwforum/HRB_INDEX.jpg https://mybergland.com/fwforum/local_menu.jpg ...
by Otto
Sun Dec 12, 2021 9:43 am
 
Forum: mod_harbour
Topic: extra preprocessor
Replies: 0
Views: 335

extra preprocessor

Hello friends, Thanks to an extra preprocessor, you get a very readable code. Best regards, Otto https://mybergland.com/fwforum/uebersicht%20local%20menu.jpg https://mybergland.com/fwforum/HRB_INDEX.jpg https://mybergland.com/fwforum/local_menu.jpg ...
by Otto
Sun Dec 12, 2021 9:41 am
 
Forum: mod_harbour
Topic: extra preprocessor
Replies: 0
Views: 173

Re: Richedit problem

Navarro ,
thanks for your reply
The problem is that I imported the data from DBF into Mysql and also the RTF .
Now when I open the table in Mysql the RTF field is no longer readable.
Is there a method of transferring RTF fields from DBF to Mysql?

Maurizio
by Maurizio
Mon Nov 22, 2021 8:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit problem SOLVED
Replies: 4
Views: 594

Re: Campos empaquetados en archivo de texto

... funciones en C# y VB que facilmente (son pequeñas) puedes pasar a Harbour: https://newbedev.com/c-convert-comp-3-packed-decimal-to-human-readable-value https://stackoverflow.com/questions/142972/c-convert-comp-3-packed-decimal-to-human-readable-value
by Antonio Linares
Tue Oct 12, 2021 8:19 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Campos empaquetados en archivo de texto
Replies: 47
Views: 3007
Next

Return to advanced search