Search found 1178 matches: makes

Return to advanced search

Re: Inicio lento aplicacion Fivewin 32 bits en Windows 11

I use a professional .EXE shrinker ... that makes a big difference in execution time .. the smaller the .EXE, the quicker the program loads not only on a single machine but especially on a network where the .exe is on a common folder. The Shrinker ...
by Enrico Maria Giordano
Sat May 11, 2024 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicio lento aplicacion Fivewin 32 bits en Windows 11
Replies: 14
Views: 188

Re: Inicio lento aplicacion Fivewin 32 bits en Windows 11

I use a professional .EXE shrinker ... that makes a big difference in execution time .. the smaller the .EXE, the quicker the program loads not only on a single machine but especially on a network where the .exe is on a common folder. The Shrinker ...
by quim
Sat May 11, 2024 1:32 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicio lento aplicacion Fivewin 32 bits en Windows 11
Replies: 14
Views: 188

Re: Inicio lento aplicacion Fivewin 32 bits en Windows 11

I use a professional .EXE shrinker ... that makes a big difference in execution time .. the smaller the .EXE, the quicker the program loads not only on a single machine but especially on a network where the .exe is on a common folder. The Shrinker ...
by Rick Lipkin
Sat May 11, 2024 1:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inicio lento aplicacion Fivewin 32 bits en Windows 11
Replies: 14
Views: 188

Re: Filter on Xbrowse

Hello Marc, hello João, We are now replacing the dummy JSON. The function sendFilterData() makes a request to the server, and it responds with a JSON. At the moment, we are not yet evaluating any indexes and filters, but simply querying the database. https://mybergland.com/fwforum/ch_tabelle.jpg ...
by Otto
Sun May 05, 2024 3:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: New txbrowse

... the idea to subclass xbrowse for our own purposes, and will look into it. Yes. Imagine you have many fields for customer archive. the programmer makes all the fields available to the end user but for space reasons sets some columns (defined columns) you end user wants to select the columns to ...
by Silvio.Falconi
Mon Apr 22, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 455

Re: Harbour AI expert coder

... Don't hesitate to use the Llama3 power! :-) https://hf.co/chat/assistant/66229318ae991ee8ad79a177 It is far from perfect and it fails and makes mistakes, but its quite impressive to see the power that AI is already delivering :-)
by Antonio Linares
Sat Apr 20, 2024 8:41 am
 
Forum: latest AI news
Topic: Harbour AI expert coder
Replies: 1
Views: 138

Re: Compiler with MSVC y HARBOUR

... You are a master of portable installations. Just yesterday, I was dealing with your mod harbour installation. I am always weighing whether it makes sense to use WebView2, or whether it might be simpler to use a localhost server everywhere. That's why I am creating a distribution for our users. ...
by Otto
Fri Apr 19, 2024 6:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 188

Compiler with MSVC y HARBOUR

... With MSVC you can include the mysqlclient.lib library from FWH which is for MySql/MariaDB which makes your system 100% portable and does not need libmariadb.dll and libmysql.dll (the executable grows a little) I hope it helps you and gives you ...
by acuellar
Thu Apr 18, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Compiler with MSVC y HARBOUR
Replies: 3
Views: 188

Re: Question about performance RowSet

... tyour attention and informattions. RowSet RowSet takes a bit more time, because during creation it collects a lot other relevant information which makes usage faster. First time reading is a bit slower when compared to other libraries. Once opened, updates, inserts, deletes, sorts, filters, etc. ...
by Eroni
Wed Mar 20, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4161

Re: Question about performance RowSet

RowSet RowSet takes a bit more time, because during creation it collects a lot other relevant information which makes usage faster. First time reading is a bit slower when compared to other libraries. Once opened, updates, inserts, deletes, sorts, filters, etc. are all extremely ...
by nageswaragunupudi
Sat Mar 16, 2024 10:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about performance RowSet
Replies: 19
Views: 4161

Re: How to include hbCurl?

... functional way to simplify the programs. Through modularization, one can have ChatGPT further develop parts of the program very effectively. This makes program creation very fast. Best regards, Otto https://mybergland.com/fwforum/webv.gif
by Otto
Thu Mar 07, 2024 7:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to include hbCurl?
Replies: 13
Views: 3020

Re: To Nageswrao Del Objs on TscrollPanel

... provided does not allow the last control to be deleted. Yes. I understood. Do have you tried deleting all the btnbmps and moving the scrollbar? It makes this mistake for me https://i.postimg.cc/G34Z81nn/1.png
by Silvio.Falconi
Tue Mar 05, 2024 8:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 755

Re: Intentando un primer archivo make

Antonio Linares wrote:Estimado José,

Mi consejo es que uses la utilidad hbmk2.exe de Harbour.

Tienes un ejemplo completo en FWH\makes\hbmk2.zip


Bueno, lo probaré ya.
Gracias Antonio.

Cuales son los beneficios de utilizar hbmk2 ante make?
by jose_murugosa
Wed Feb 28, 2024 11:42 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intentando un primer archivo make (RESUELTO)
Replies: 8
Views: 262

Re: Intentando un primer archivo make

Estimado José,

Mi consejo es que uses la utilidad hbmk2.exe de Harbour.

Tienes un ejemplo completo en FWH\makes\hbmk2.zip
by Antonio Linares
Wed Feb 28, 2024 6:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intentando un primer archivo make (RESUELTO)
Replies: 8
Views: 262

Re: Data exchange between PC and Android device on the same loca

... most of the code is visible, BUT on the server side, where it runs, a server that in principle ONLY the administrator has access to. That's why it makes me laugh when I read many times that CGI is the best system because being exes and user can't access the code. Having commented on this point, ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 828
Next

Return to advanced search