Search found 492 matches: limit

Return to advanced search

Re: Cut & Paste limit

hi Tim,

what about
Code: Select all  Expand view
PICTURE "@K"
by Jimmy
Thu Sep 07, 2023 11:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 645

Re: Cut & Paste limit

No limits in FWH. If we are talking about pasting into a Get, then the copied text is pasted from the cursor position till the end of the Get. Example -Width of Get is 80 chars -Copied text is 70 chars -User has his cursor position 60 in the Get and then pressed Ctrl-V, the text is pasted from 61st ...
by nageswaragunupudi
Thu Sep 07, 2023 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 645

Cut & Paste limit

I have received complaints from some clients that they are limited to how much they can cut and paste in an application. In other words, if a text is 35 characters long, highlighted, then copy is selected, then they try to paste it into a field ( ie. ...
by TimStone
Thu Sep 07, 2023 2:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cut & Paste limit
Replies: 7
Views: 645

Re: Announcing DrXlsx 1.0 by Charles Kwon

... MB *.XLSB with all 351287 Record :D ADO Records = 351287 Time = 288.54  1217.47 Rec/Sec XLSwriter RECNO() = 109571 MEMORY( 3 ) = 31044 // have set Limit at 32 Kb it is just before available Memory "crash" so leave loop i "think" it have to do that ADO "read/write" ...
by CharlesKwon
Sun Aug 27, 2023 4:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 4669

Re: Announcing DrXlsx 1.0 by Charles Kwon

... MB *.XLSB with all 351287 Record :D ADO Records = 351287 Time = 288.54  1217.47 Rec/Sec XLSwriter RECNO() = 109571 MEMORY( 3 ) = 31044 // have set Limit at 32 Kb it is just before available Memory "crash" so leave loop i "think" it have to do that ADO "read/write" ...
by Jimmy
Sun Aug 27, 2023 12:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Announcing DrXlsx 1.0 by Charles Kwon
Replies: 32
Views: 4669

Re: Handle error para desconexion de MySQL - Reintentar linea

There is not time limit if the internet or network is restored even after an hour it will be automatically reconnected. Even during disconnection, the user can continue to browse, print, export to excel and do everything except editing ...
by nageswaragunupudi
Mon Jul 03, 2023 9:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Handle error para desconexion de MySQL - Reintentar linea
Replies: 1
Views: 207

Re: build Import LIB from LibPQ.DLL

... next "Problem" when try to open BIG Table https://i.postimg.cc/YSSF8kfZ/PG-Memory-Error.jpg as Table was open without LIMIT   oRs   := oServer:Query( "select * from " + cTable ) it does create a BIG "Result" ... too much for 32 Bit OS --- ...
by Jimmy
Sun Jul 02, 2023 10:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: build Import LIB from LibPQ.DLL
Replies: 37
Views: 3615

Re: use Result of SQL Query like "ADODB.Recordset"

... 64 Bit what i have made with Xbase++ and 32 Bit --- it is a general Question how to handle BIG "Result" of SQL Query where NOT "LIMIT" is used to "open" BIG Table (> 2.000.000) without "LIMIT" it can take Minutes even in PgAdmin next is to "browse" ...
by Jimmy
Fri Jun 30, 2023 9:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: use Result of SQL Query like "ADODB.Recordset"
Replies: 4
Views: 401

Re: big HASH +1 how ?

... c := hexaddone( "6965129d6c68406c93fa74c7ef2696b6" ) // --> 6965129d6c68406c93fa74c7ef2696b7 This function works without any limit on the size. Even hex strings larger than 32 bytes.
by nageswaragunupudi
Wed Jun 21, 2023 7:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: big HASH +1 how ?
Replies: 2
Views: 240

Re: FWMariaDb- tengo un error

... AND A.codart='"+cCodArt+"' AND B.tipcod='C' AND B.codigo='"+cCodCli+"' "+; "ORDER BY B.feccpg DESC LIMIT 1") IF aVerultpr!=Nil ::vGet:dFecUltVta:=aVerultpr[1] ::vGet:nPreUltVta:=aVerultpr[2] ::vGet:cUndUltVta:=aVerultpr[3] ENDIF
by cjcardoza
Mon Jun 12, 2023 6:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMariaDb- tengo un error
Replies: 2
Views: 177

Create reports by pagination TReport, TPreview

... the user is already crazy.. :-) I think you can do it like this: 1) Creates the window to get the filters 2) Do the SELECT - MySQL (NOW with LIMIT in SQL, up to 200 records) 3) Rotate the report 4) Opens Auto Preview BUT that's just so he doesn't wait so long, if he wants to see the next ...
by Ari
Wed May 31, 2023 1:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create reports by pagination TReport, TPreview
Replies: 0
Views: 144

Re: A simple LLM using Harbour's hashes

... model also be used with the copy & paste method to submit larger amounts of text to the ChatGPT prompt? Is there any way to bypass the token limit of approximately 4000 per request here? I haven't figured out yet if, when I'm within a chat and I post multiple "knowledge bases" there, ...
by Otto
Tue May 16, 2023 6:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: A simple LLM using Harbour's hashes
Replies: 6
Views: 455

Re: autoGPT for OpenAI

... been coming up with. A typical document is 166 tokens. OpenAI answers are about 16 tokens at most for each document that is fed. #1 -- When you limit tokens, does that limit the answer or does that includes question and answer? #2 -- I noticed you are using SOAP. Will it work with hbCurl.lib? ...
by reinaldocrespo
Thu Apr 27, 2023 8:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: autoGPT for OpenAI
Replies: 15
Views: 1800

Understanding how autoGPT works...

... pursue simple strategies with no legal complications. GOALS: 1. calculate current planets positions in zodiac houses CONSTRAINTS: 1. ~4000 word limit for short term memory. Your short term memory is short, so immediately save important information to files. 2. If you are unsure how you previously ...
by Antonio Linares
Sun Apr 09, 2023 11:51 am
 
Forum: latest AI news
Topic: Understanding how autoGPT works...
Replies: 6
Views: 577

TWebServer buffer Socket

Hello friends

I have buffer problem for pages with size above 40k, smaller pages works. In Socked's SendData() it has a limit of 32k.

How can I resolve this?
by Ari
Sat Mar 18, 2023 8:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebServer buffer Socket
Replies: 2
Views: 417
PreviousNext

Return to advanced search