Search found 71 matches: unnecessary

Return to advanced search

Re: Most powerfull Xbrowser and PDF

... Converts a PDF file to a JPEG image. Steps: Opens the PDF in PDF-XChange Viewer. Captures the window displaying the PDF using WndBitmap. Trims unnecessary borders (BmpTrim) and saves the bitmap as a JPEG file using BmpBufToJpg. 2. FindWnd(cTitle) Finds a window handle (hWnd) by matching its ...
by Otto
Mon Nov 18, 2024 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Most powerfull Xbrowser and PDF
Replies: 16
Views: 663

Think Bigger - Think on Future

... that. For our purposes in an RDP or web server environment with small to medium access numbers, SQL databases are often outdated and come with unnecessary overhead. Modern file systems can efficiently handle large amounts of data, and a streamlined, low-level implementation saves resources, ...
by Otto
Fri Nov 01, 2024 9:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Think Bigger - Think on Future
Replies: 0
Views: 152

Re: RDS (Remote Desktop) and FW programming

... bandwidth, especially if multiple users are connecting to the server simultaneously. 2. RDS Performance Settings Graphics Optimization: Disable unnecessary visual effects in the RDS session (such as animations, shadows, and transitions). This reduces graphical processing load on the server and ...
by Marc Venken
Thu Oct 31, 2024 12:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RDS (Remote Desktop) and FW programming
Replies: 10
Views: 355

Database format of the future - an analogy

... like the mouse. In the early 1980s, when the mouse first became more widely known, it was an innovative technology that many considered unnecessary or even impractical. It wasn't until the introduction of GUIs like the Apple Macintosh and later Microsoft Windows that the mouse became ...
by Otto
Fri Aug 02, 2024 8:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Database format of the future - an analogy
Replies: 1
Views: 408

Re: Question about Memo Field Storage Strategy?

... access to DBF. I think that once I have implemented the basic functions, it will be very easy and extremely fast. You don't even notice how much unnecessary overhead you accumulate with RDD. Indexes are still a problem, but I think that with fast SSDs, indexes don't affect filtering and access ...
by Otto
Tue Jul 02, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about Memo Field Storage Strategy?
Replies: 3
Views: 346

Re: DBF File Parsing with PHP - low-level file reading

... the offset here. I'm really curious about the speed. I am now getting the records back. I could hardly imagine that it is built so simply. So much unnecessary packaging. It is clear that when you have open files, it’s different. But with stateless, it’s great. I also worked similarly on PocketPC ...
by Otto
Wed Jun 19, 2024 11:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF File Parsing with PHP - low-level file reading
Replies: 18
Views: 1224

Re: Migration of Desktop Application to Web: Progress Update

... I think the backend - here I can almost take over everything 1:1 - should also be done quickly. That's the advantage of mod harbour. Testing is unnecessary because proven code can be used. https://mybergland.com/fwforum/arbeitseinteilungweb1.gif
by Otto
Sat Jun 15, 2024 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migration of Desktop Application to Web: Progress Update
Replies: 7
Views: 701

Re: a folder into a dialog

... assuming you needed 10 buttons: would you choose different heights for them? would you mix single-line and multi-line buttons? >This reduces unnecessary scrolling the KI ​​assumes large quantities, which is not the case here everything that should be displayed "fits" into on one ...
by Jimmy
Thu Jun 13, 2024 2:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a folder into a dialog
Replies: 28
Views: 2257

Re: a folder into a dialog

... offering a more engaging experience. User Experience: Users benefit from a layout that adjusts to the content they are viewing. This reduces unnecessary scrolling and presents information in a cleaner, more organized manner. It can enhance the perceived sophistication of the application. ...
by Otto
Thu Jun 13, 2024 11:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a folder into a dialog
Replies: 28
Views: 2257

tiny11 core for ARM64

... version 23H2. Windows 11 version 23H2 based on tiny11 is finally available for download. This Windows 11 mod offers a lightweight image, free of unnecessary components and high hardware requirements, with an installation that takes up approximately 8 GB of disk space. Since tiny11 2311 is based ...
by Silvio.Falconi
Thu Jan 18, 2024 10:23 am
 
Forum: FiveWin for Pocket PC
Topic: tiny11 core for ARM64
Replies: 0
Views: 13435

Re: INDEX on / seek in MARIA DB

... for Seek. If you are using FWMariaDB for MySql or MariaDB, this works with single field. Note: No indexes need to be build. Creating indexes is an unnecessary overhead. oRs:SetOrder( "fieldname" )oRs:Seek( uValue )  OR oRs:SetOrder( "CITY ASC,SALARY DESC" ...
by nageswaragunupudi
Thu May 18, 2023 10:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: INDEX on / seek in MARIA DB
Replies: 5
Views: 727

Re: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?

... preview might often be easier. For example, I use a PDF printer driver instead of the built-in PDF functions. The whole code for PDF creation is unnecessary for me. The classes are easier to read when there is less code in them. If we constantly inherit, then it becomes - like in daily life - ...
by Otto
Mon May 15, 2023 6:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HOW REPORT PREVIEW CAN BE CUSTOMIZED ?
Replies: 8
Views: 725

Re: XBROWSE FIELDS with Name in Array

... ArrTranspose( CUSTOMER->(DBSTRUCT()))[ 1 ] .... though we do not recommend this because this is totally unnecessary
by nageswaragunupudi
Sat Apr 29, 2023 2:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE FIELDS with Name in Array
Replies: 12
Views: 1294

Re: chatGPT writes and executes Harbour code !!!

... her family's gift list. Next, she used the AFIELDS keyword to retrieve the names of the fields in the table and the ADEL keyword to delete any unnecessary information. Using the ASORT keyword, Mary sorted the list alphabetically by family member's name. She then used the ACOPY keyword to create ...
by Jimmy
Mon Dec 26, 2022 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: chatGPT writes and executes Harbour code !!!
Replies: 35
Views: 4458

Re: xBrowse mod harbour

prevent unnecessary re-rendering change during first rendering to none cHtml += '<script>'cHtml += 'document.getElementById("table").style.display = "none";'cHtml += '</script>'  document.ready ...
by Otto
Fri Sep 30, 2022 8:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse mod harbour
Replies: 2
Views: 254
Next

Return to advanced search