Search found 54 matches: reduces

Return to advanced search

Re: DBF . Commit

... This is the most common reason of problems in concurrent file access in current days. If OS (or FS) does not ignore COMMIT request then using it reduces the time when new data exists only in file server buffers and can be lost by server power off event so in some cases it's good to use it. Anyhow ...
by Carles
Mon Oct 23, 2023 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF . Commit
Replies: 39
Views: 2324

Re: IMPRESION ARCHIVOS PDF

Thanks Mr. Rao Yes, using HaruPDF reduces the size of PDF. For using HaruPDF , you do not need to change any code or write any extra-code. Please do NOT do that. Only two changes you need to make: #inclucde "fivewin.ch"REQUEST FWHARU ...
by acuellar
Tue Oct 10, 2023 1:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 1589

Re: IMPRESION ARCHIVOS PDF

Yes, using HaruPDF reduces the size of PDF. For using HaruPDF , you do not need to change any code or write any extra-code. Please do NOT do that. Only two changes you need to make: #inclucde "fivewin.ch"REQUEST FWHARU  // ...
by nageswaragunupudi
Mon Oct 09, 2023 2:06 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: IMPRESION ARCHIVOS PDF
Replies: 27
Views: 1589

password manager with mod harbour

... I am working on a password manager for managing personal passwords using just one master password. Using a password manager increases security and reduces the risk of password theft. The program utilizes the Web Crypto API to encrypt and decrypt passwords with AES-GCM. Passwords are extracted from ...
by Otto
Mon Jul 24, 2023 9:09 pm
 
Forum: mod_harbour
Topic: password manager with mod harbour
Replies: 4
Views: 621

Re: Fighting Xbrowse and lozing !!!

... to very small with xnview to a point that is ok for the browse and browse from that folder. If the browse is 150 x 150 and 72 dpi, the files will reduces drastic. For uploading the selections, I have the pic names and will copy from the original folder. Works without problems. This folder will ...
by Marc Venken
Sat Dec 31, 2022 4:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1567

Re: Number of Fields

... and I insert: "JNNJNJNNNJJJ" The first chatacter is for the year 2010, the second for 2011, ... J means he was a guest, N not. This reduces the number of fields inside the database. Best regards, Otto Otto, I have to make a training sheet for school gym and I have to enter the workouts ...
by Silvio.Falconi
Mon Oct 11, 2021 6:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of Fields
Replies: 9
Views: 884

Re: Number of Fields

... and I insert: "JNNJNJNNNJJJ" The first chatacter is for the year 2010, the second for 2011, ... J means he was a guest, N not. This reduces the number of fields inside the database. Best regards, Otto
by Otto
Fri Oct 08, 2021 7:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Number of Fields
Replies: 9
Views: 884

Re: MariaDB

... and sorting in the memory itself and thereby avoiding to re-read the data from the server. The results are not only faster but most importantly reduces un-necessary network traffic which is very important. To take the best advantage of xbrowse, mention the column names in the xbrowse command ...
by nageswaragunupudi
Mon Feb 08, 2021 7:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: MariaDB (Solved)
Replies: 2
Views: 326

Re: Consulta Sobre Pasar Dbf a Mysql

... 3. oCn:UploadFromAlias(...) 4. oCn:bMeter := nil But we advise you not to display meter, except for very huge tables, because the display of meter reduces the speed a lot. Thank you! Geetings
by TecniSoftware
Wed Feb 03, 2021 12:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Sobre Pasar Dbf a Mysql
Replies: 14
Views: 1324

Re: Consulta Sobre Pasar Dbf a Mysql

1. Setup your meter
2. oCn:bMeter := { |nProgress,nTotal| <your_meter_update_function>( nProgress,nTotal ) }
3. oCn:UploadFromAlias(...)
4. oCn:bMeter := nil

But we advise you not to display meter, except for very huge tables, because the display of meter reduces the speed a lot.
by nageswaragunupudi
Wed Feb 03, 2021 4:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta Sobre Pasar Dbf a Mysql
Replies: 14
Views: 1324

Re: Marc : Conversion process and questions about it

... scopes, recno, etc.). Also you should not open a database object like in your second example. You should always try to write code only once. This reduces code and thus the chance of errors. Also you want to emulate the real world, so you create a customers class and open the database and index(s) ...
by James Bott
Sat Jan 02, 2021 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Marc : Conversion process and questions about it
Replies: 30
Views: 3495

Testing OpenAI GPT3 using AI Dungeon

... GPT3 wrote all the rest. https://play.aidungeon.io/ Select option 6 Quite impressive! Practising sports is very healthy cause: 1. It reduces your blood presure 2. You loose weigth 3. You feel happier 4. You are more sociable and less lonely 5. You can get better at sports, which in ...
by Antonio Linares
Sat Aug 22, 2020 2:08 pm
 
Forum: latest AI news
Topic: Testing OpenAI GPT3 using AI Dungeon
Replies: 1
Views: 285

Re: xbrowse too slow

... change the database filename (including path), the current index, sharing, original set order, etc., you only have to change it in one place. This reduces the chance of bugs, makes writing code using the class easier, etc. oLotto := TLotto():New() Short, and easy to read. Write each piece of code ...
by Silvio.Falconi
Thu Sep 19, 2019 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse too slow
Replies: 30
Views: 4256

Re: xbrowse too slow

... change the database filename (including path), the current index, sharing, original set order, etc., you only have to change it in one place. This reduces the chance of bugs, makes writing code using the class easier, etc. oLotto := TLotto():New() Short, and easy to read. Write each piece of code ...
by James Bott
Thu Sep 19, 2019 2:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse too slow
Replies: 30
Views: 4256

Re: Saving photos

XBrowse on its own reduces the large images to a smaller size to fit into the cell. There is no need to create and maintain separate thumb size images.

You can try:
Code: Select all  Expand view
XBROWSER "wwonders.dbf"
by nageswaragunupudi
Tue Mar 05, 2019 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving photos
Replies: 7
Views: 1532
Next

Return to advanced search