Search found 1454 matches: simply

Return to advanced search

Re: Creating table with Trichedit

To insert a paragraph before the table in the RTF document, you can simply write the text before starting the table construction in the RTF code. In RTF, paragraphs are generally marked by the \par control word.    // Insert a paragraph    ...
by anserkk
Thu Jan 25, 2024 4:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Creating table with Trichedit
Replies: 18
Views: 1458

Re: Nages, 2 diferent Db's update

... the process can be optimized if we have a timestamp fields which is updated with every insertion and modification. In such a case, we can simply use this method and do the entire operation with a single line of code: oLocalServer:UpdateTableToServer( cTableName, oDestServer, cTimeStampFld ...
by nageswaragunupudi
Wed Jan 17, 2024 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Nages, 2 diferent Db's update
Replies: 2
Views: 723

Re: Browse Json

Using the latest version of FWH, we can simply use:
Code: Select all  Expand view
JsonView( cJsonTextOrFile, cTitle )  // FWH2304
XBROWSER HashTree( cJsonText, 0 ) //FWH2307
by nageswaragunupudi
Thu Jan 11, 2024 4:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Browse Json
Replies: 8
Views: 833

Re: opposite of HB_FUNC( REGISTERDRAGDROP ) ?

Dear Jimmy, As a first approach I have taken all C++ code out of main.c (previously main.cpp) and created a new file builddrop.cpp This way we can simply compile the cpp files and use them from Harbour. I am building it from Visual Studio and it properly builds :-) Next is to properly use it from ...
by Antonio Linares
Wed Dec 20, 2023 10:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: opposite of HB_FUNC( REGISTERDRAGDROP ) ?
Replies: 5
Views: 581

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: 527

Re: Calculate total pages

... the new text and save. But this has to be done by the programmer. 2. For very minor changes, like over-writing the number of total pages, we can simply read the emf file as text, modify the text and save it. For other cases like direct printing to printer and using HarruPdf, Mr. Marco's suggestion ...
by nageswaragunupudi
Sat Nov 25, 2023 8:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5879

Re: Help splitting up a character address string

... on harbour ChatGPT You are correct, and I apologize for the confusion in my previous messages. In Harbour, to define the end of a function, you simply use RETURN at the point where you want the function to end and return a value. There is no specific keyword like END FUNCTION to denote the end ...
by Otto
Wed Nov 15, 2023 7:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help splitting up a character address string
Replies: 10
Views: 603

Re: Interesting discussion with ChtGPT

... - preproPatcher - AKA Harbourino - is very suitable for collaboration with AI. I have organized my code according to logical units and can then simply send these blocks to the AI and have it edited. I am particularly surprised by the rapid progress in the responses and the good results. Even ...
by Otto
Tue Nov 07, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1244

Re: Interesting discussion with ChtGPT

... or the benefits many found with it's capabilities, so they always just said it was obsolete and not usable. Where tech people are ignorant, they simply make negative assertions about whatever it is they do not know or understand, instead of expanding their own knowledge base.
by TimStone
Mon Nov 06, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1244

New FTDN October/Octubre 2023 (FWH 23.10)

... support recursive calls. * New: Class TTVItem METHOD Select(), it is equivalenf of doing oItem:oTree:Select( oItem ), so now you can simply do oItem:Select() * Enhancement: DEFINE WINDOW ... SIZE nWidth, nHeight is supported. * New: samples\winexpl.prg shows how to use EnumChildWindows() ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3906

Re: DBF . Commit

... when using an HDD. This topic became relevant when it was claimed in the mod harbour group that committing was necessary. However, committing simply sends an additional request to Windows to write the data immediately. Normally, Windows writes data as needed by the disk operating system. It ...
by Otto
Sun Oct 22, 2023 7:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2348

Re: DBF . Commit

... (it is a pure console example): YES This is what I was trying to submit to our learned colleagues. COMMIT or NO COMMIT SET HARDCOMMIT ON OR OFF Simply changing the data and if shared executing UNLOCK is all that is enough to ensure visibility of data as well as indexes to all other users on ...
by nageswaragunupudi
Sun Oct 22, 2023 1:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2348

Re: HBIDE - Will there be any further development?

... executable, and see if Alt F works on your side? There is an updated version already available: git clone https://github.com/FiveTechSoft/hbide or simply: git pull
by FWExplorer
Fri Oct 20, 2023 11:48 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 13066

Re: HBIDE - Will there be any further development?

Thanks Antonio,

I'll take a look this weekend.


Antonio Linares wrote:There is an updated version already available:

git clone https://github.com/FiveTechSoft/hbide

or simply:

git pull
by FWExplorer
Fri Oct 20, 2023 1:22 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 13066

Re: HBIDE - Will there be any further development?

There is an updated version already available:

git clone https://github.com/FiveTechSoft/hbide

or simply:

git pull
by Antonio Linares
Fri Oct 20, 2023 9:05 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 13066
PreviousNext

Return to advanced search