Search found 53 matches: overall

Return to advanced search

Re: xbrowse problem with :bLClicked

... you press the spacebar, it checks if the current row is selected and updates the buttonbar accordingly. However, it doesn't take into account the overall selection state of the xbrowse. If you have multiple records selected and you deselect one using the spacebar, it will reset the buttonbar to ...
by Antonio Linares
Mon Apr 22, 2024 5:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse problem with :bLClicked
Replies: 5
Views: 100

Re: Backups into blu rays

... of money in a tape drive, and during the first backup, it chewed up the tape. With CDs, I've personally seen one shatter into a thousand pieces. Overall, I think one always needs a functioning system where data can be immediately read back. Technology changes so fast. I use Synology systems as ...
by Otto
Tue Jan 02, 2024 1:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Backups into blu rays
Replies: 20
Views: 3401

Re: Calculate total pages

... object to free up resources. 7. **Finalizing the Page and Document:** - `EndPage(oDevice:hDC)`: Signals the end of a page in the print document. Overall, this script is setting up a printing process, likely for invoices, involving both text and graphics (like QR codes), with the ability to output ...
by Otto
Fri Nov 24, 2023 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Calculate total pages
Replies: 32
Views: 5877

Re: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?

... source code - I mean within the classes - is too complex. Practically, no one can contribute ideas or work together anymore. But it's about the overall product and solutions. For example, where should one start if they want to work on a flexible xBrowser row height? But that's just my opinion. ...
by Otto
Mon May 15, 2023 7:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
Replies: 8
Views: 412

Re: Read API data one by one or in block

... to retrieve it in larger chunks and process it in batches rather than making a separate API call for each record. This can help reduce the overall number of API calls and reduce the time required to retrieve and process the data. The structure of the data: If the data is structured in a ...
by Antonio Linares
Mon Dec 19, 2022 9:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Read API data one by one or in block
Replies: 1
Views: 253

Re: Ejemplo FUNCIONAL *hola mundo* FW + HARBOUR + BCC7.4

... Speed There are also pretty extensive C compiler benchmark pages on the net, and the overall conclusion is that the slower the compiling process is, the faster the compiled binary, and the general rank by speed is usually this: ICC (non-free), ...
by Antonio Linares
Wed Nov 24, 2021 5:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo FUNCIONAL *hola mundo* FW + HARBOUR + BCC7.4
Replies: 19
Views: 1932

Re: Print Problem with FWH2104

... by specifying the units as the last parameter. However, unfortunately, the backward compatibility was broken. This is regretted but keeping the overall considerations, this could not be avoided. Please cooperate and modify this line in the above program like this: Original code:     ...
by nageswaragunupudi
Wed Jun 09, 2021 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Print Problem with FWH2104
Replies: 27
Views: 2597

Re: Peer to Peer, NAS and NTX -> CDX

Otto, Thanks, but now i'm not going for a new installation. Overall in our situation, Speeds are acceptable (we don't know better), but maybe we gain also with Nas as central data. I will test with the program speeds program and try to see if it will give ...
by Marc Venken
Thu Dec 17, 2020 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Peer to Peer, NAS and NTX -> CDX
Replies: 41
Views: 3339

Re: New Password problem

... With resources, and manual coding, I can quickly add, align, move, or balance all of the controls so easily and precisely. That may be my problem overall, but it makes my clients happy. Tim
by TimStone
Thu Oct 01, 2020 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Password problem
Replies: 23
Views: 3232

Re: Which C compiler and which Harbour should be used for FW?

... project I have a .LIB with 96 files, I managed to generate it successfully too. Some small details I will still review and test all the features. Overall I am quite satisfied with the changes and the VS environment. My next step is to generate a DLL to store the icons and bitmaps used in the project. ...
by Eroni
Tue Sep 15, 2020 2:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Which C compiler and which Harbour should be used for FW?
Replies: 27
Views: 3574

Re: Artificial Intelligence: GPT with Harbour and FWH

... wanted to know more, and others tried to steal the idea. Antonio: Anyhow the first iphone versions lacked enough quality. How do you explain the overall positive reaction to it ? Steve: I don't know, I think it's a great phone and people were just surprised that it was this good. Antonio: What ...
by Antonio Linares
Fri Aug 14, 2020 11:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Artificial Intelligence: GPT with Harbour and FWH
Replies: 7
Views: 1365

modHarbourPress Blog

... https://www.modharbour.club/mh_blog/page-blogmuster.prg https://www.modharbour.club/mh_blog/page-blogdatatable.prg Overall, I believe that a blog needs a fine-tuning. Maybe best to load 3-5 new posts right away, and reload if the reader wants to see older posts. ...
by Otto
Wed Mar 25, 2020 4:14 pm
 
Forum: mod_harbour
Topic: modHarbourPress Blog
Replies: 0
Views: 263

Re: xbrowse listbox

... next column can be in edit-mode or just getting the focus I'm still working on the called function MyCellDlg( .. that will calculate the needed overall-size in relation to the defined items. WITH OBJECT :aCols[ 3 ] :nEditType := EDIT_BUTTON :bEditBlock := { | nRow, nCol, oCol, nKey | Retvalue ...
by ukoenig
Mon Apr 22, 2019 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse listbox
Replies: 5
Views: 749

Re: To Nages : Explain me how I must make this tdatabase

... is one of the key concepts of Object Oriented Programming. This allows you to write code only once and use it in many places. This means your overall code is smaller and thus executes faster and uses less memory, and the code you need to write is less. Less code is easier to write and understand. ...
by Silvio.Falconi
Wed Mar 06, 2019 9:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3313

Re: To Nages : Explain me how I must make this tdatabase

... is one of the key concepts of Object Oriented Programming. This allows you to write code only once and use it in many places. This means your overall code is smaller and thus executes faster and uses less memory, and the code you need to write is less. Less code is easier to write and understand. ...
by James Bott
Tue Mar 05, 2019 6:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Explain me how I must make this tdatabase
Replies: 18
Views: 3313
Next

Return to advanced search