Search found 275 matches: consume

Return to advanced search

Re: Help with HB_REALLOC ERROR 9009

nAvailMem() seems not to be standard. These seems to be ok. cErrorLog += " Dynamic memory consume:" + CRLF cErrorLog += " Actual Value: " + Str( MemUsed() ) + " bytes" + CRLF cErrorLog += " Highest Value: " + Str( MemMax() ) + " ...
by Marc Venken
Wed Mar 20, 2024 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1088

Re: TUrlLink on Xbrowse

... under Xbase++ using my own Column CLASS to handle DTPICK https://i.postimg.cc/zGdF1kf0/Xbase-DXE-Date-Column.jpg it does work but consume a lot of GDI Resource for each DTPICK Object :( --- Resume : when ask for "URLlink" it is a new COLUMN CLASS for XBROWSE as Workaround ...
by Silvio.Falconi
Thu Feb 29, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 232

Re: TUrlLink on Xbrowse

... under Xbase++ using my own Column CLASS to handle DTPICK https://i.postimg.cc/zGdF1kf0/Xbase-DXE-Date-Column.jpg it does work but consume a lot of GDI Resource for each DTPICK Object :( --- Resume : when ask for "URLlink" it is a new COLUMN CLASS for XBROWSE as Workaround ...
by Jimmy
Thu Feb 29, 2024 5:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 232

Re: RAO advice on using Mysql

... cSql, -100 ) means read entire table with page size 100. RecSet does not read entire table atonce. That will take a very long wait time and also consume huge memory of the PC and sometimes may crash also. RecSet reads the table in Pages. Displaying the page required page. In the beginning it ...
by nageswaragunupudi
Wed Feb 07, 2024 10:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: RAO advice on using Mysql
Replies: 12
Views: 972

Re: Error BASE/1089 Argument error: ABS

... 5 TWINDOW 6 TDIALOG 7 TBRUSH 8 TFONT 9 TREG32 10 TRECT 11 TINTERNET 12 TSTRUCT Memory Analysis =============== 717 Static variables Dynamic memory consume: Actual Value: 0 bytes Highest Value: 0 bytes
by CARLOS ATUNCAR
Fri Jan 26, 2024 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 436

Consuta sobre MariaDB/MySql

... de la cantidad de usuarios sino del numero de conexiones. ¿Habra necesidad de crear un usuario por cada estacion? tengo entendido que cada usuario consume recursos. ¿quien puede sugerirme alguna solución para esto de la mejor manera posible? Con solo cambiar el numero maximo de conexiones parece ...
by JoseAlvarez
Tue Jan 23, 2024 1:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consuta sobre MariaDB/MySql
Replies: 8
Views: 461

Fivewin controls similar to javascript elements

... tutoring: I use FiveWin, and it appears to be based on C++. In this environment, we utilize controls similar to elements. However, these controls consume events, necessitating their forwarding to the superclass. To me, the Windows queue seems to bear a strong resemblance to the DOM object. Understanding ...
by Otto
Tue Nov 21, 2023 7:33 am
 
Forum: mod_harbour
Topic: Fivewin controls similar to javascript elements
Replies: 2
Views: 1122

Re: 1st FWH + [x]Harbour 2017 international conference

... 25 TMDICLIENT 26 TBAR 27 TBTNBMP 28 TMSGBAR 29 TMSGITEM 30 TTIMER 31 TSTRUCT Memory Analysis =============== 557 Static variables Dynamic memory consume: Actual Value: 2359296 bytes Highest Value: 2359296 bytes 
by sirotoca
Wed Nov 15, 2023 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 265236

Re: Xbrowse : oBrw:ToArray (How to do it)

... 25 TMDICLIENT 26 TBAR 27 TBTNBMP 28 TMSGBAR 29 TMSGITEM 30 TTIMER 31 TSTRUCT Memory Analysis =============== 557 Static variables Dynamic memory consume: Actual Value: 2359296 bytes Highest Value: 2359296 bytes 
by sirotoca
Wed Nov 15, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 953

Re: Web programming with Mod Harbour

... like HTML, CSS, and JavaScript. For instance, you can create an API with Mod Harbour and use JavaScript (or other frontend frameworks) to consume that API and create dynamic web pages. It's important to note that Mod Harbour might not be as extensively used for web development as other ...
by sumit234
Sat Jul 29, 2023 7:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Web programming with Mod Harbour
Replies: 1
Views: 327

Re: Problem with xBrowse

... 29 TDIALOG 30 TXBROWSE 31 TXBRWCOLUMN 32 TSCROLLBAR 33 TCLIPBOARD 34 TSTRUCT Memory Analysis =============== 598 Static variables Dynamic memory consume: Actual Value: 2031616 bytes Highest Value: 2031616 bytes 
by Armando
Tue May 16, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2147

Re: autoGPT with Harbour support

... until it writes and fixes the Harbour code. No need to touch the keyboard! :-) Please check your OpenAI billing. These auto implementations may consume more than usual. microgpt.py import osimport sysimport jsonimport openaifrom termcolor import coloredfrom bs4 import BeautifulSoupfrom urllib.request ...
by Antonio Linares
Tue Apr 18, 2023 11:32 am
 
Forum: latest AI news
Topic: autoGPT with Harbour support
Replies: 2
Views: 1601

Re: Error in database.prg?

... 29 TSCROLLBAR 30 TCLIPBOARD 31 TMSGITEM 32 TTIMER 33 TFOLDER 34 TSTRUCT Memory Analysis =============== 2467 Static variables Dynamic memory consume: Actual Value: 0 bytes Highest Value: 0 bytes 
by wartiaga
Tue Feb 15, 2022 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 956

Re: TRY CATCH END PROCESO MAS LENTO ?

... una operacion que da error inexplicablemente y con reintento, a la segunda, tercera o cuarta termina funcionando. Supongo que algo de tiempo consume, pero muy poco. Se pueden hacer pruebas de testeo. El lugar más critico, en relacion al tiempo, donde ponerlo es dentro de un bucle, en operaciones ...
by hmpaquito
Wed Jan 12, 2022 9:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TRY CATCH END PROCESO MAS LENTO ?
Replies: 1
Views: 286

Re: Speedtest DBF vs. LetoDB and mySQL

... 2000 workareas. There are 10,000 open workareas in total. Access via the Internet remains as fast as ever. I think it will remain the same if you consume a DBF as a web service. Sure, if there are many simultaneous requests, there can be problems. But in this case, I think we have to queue up ...
by Otto
Mon Oct 18, 2021 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest DBF vs. LetoDB and mySQL
Replies: 22
Views: 1775
Next

Return to advanced search