Search found 497 matches: limit

Return to advanced search

Re: slowness

... large fields could be used. But now that I'm working more with the DBF format due to the php4dbf low-level access, there really seems to be no limit here. Thank you for sharing this idea. I bypass the FTP issue with external files. Have you never had problems with index files? In the future, ...
by Otto
Wed Sep 25, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 75
Views: 1648

Re: TSBROWSE - TSBUTTON 64 bits

... (aka 'void *') hOldBrush = SelectObject( hDC, hBrush ) ; ^~~~~~~~~~~~~~~~~~~~~~~~~~~ fatal error: too many errors emitted, stopping now [-ferror-limit=] 21 warnings and 20 errors generated. hbmk2[sbutton]: Error: Running C/C++ compiler. 1 bcc64.exe -c -q -Ic:\borland7764\INCLUDE\windows\crtl ...
by Cgallegoa
Mon Sep 23, 2024 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TSBROWSE - TSBUTTON 64 bits
Replies: 2
Views: 91

Numeric Comparison

... using VAL ( Harbour ). When I go to seek the value in the database ( 4051.21 ), it can't match because the two numbers are not the same. I want to limit the number of decimals to 2 for the purpose of matching. I tried using SET DECIMAL TO 2 at the beginning of the function, and then resetting it ...
by TimStone
Mon Jul 08, 2024 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric Comparison
Replies: 1
Views: 231

Numeric Comparison

... using VAL ( Harbour ). When I go to seek the value in the database ( 4051.21 ), it can't match because the two numbers are not the same. I want to limit the number of decimals to 2 for the purpose of matching. I tried using SET DECIMAL TO 2 at the beginning of the function, and then resetting it ...
by TimStone
Mon Jul 08, 2024 10:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric Comparison
Replies: 6
Views: 598

Re: Question about Memo Field Storage Strategy?

... access that much. So, I plan to dismiss them. SQL is not an alternative for such lightweight, small applications like mine. Additionally, you are limited in developing ideas with fixed formats. When I worked with "FiveWin for Pocket PC," we didn't have a database either. Back then, I ...
by Otto
Tue Jul 02, 2024 8:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about Memo Field Storage Strategy?
Replies: 3
Views: 335

Re: a folder into a dialog

... sir, you have to review everything, wasting my time, moreover I have to suffer countless insults from you every day and frankly we have reached a limit and I don't understand why Antonio Linares hasn't stopped it yet because instead of helping you always try to do something else
by Silvio.Falconi
Fri Jun 14, 2024 7:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: a folder into a dialog
Replies: 28
Views: 1900

Re: Repeating Error

... Outdated or corrupt network drivers can also cause such errors. Make sure the network drivers are up-to-date. Timeout Settings: The timeout limit for network connections might be too low. Increase the timeout settings in the connection string or the SQL Server configuration. If the above ...
by Marc Venken
Thu Jun 13, 2024 7:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Repeating Error
Replies: 3
Views: 335

Re: Error Irrecuperable 9009 ( Solucionado )

... ; USER cUser ; PASSWORD cPassword ; DATABASE cDBName CheckConect() cMsg := "SELECT * FROM personal_mov p WHERE fecha='2030-03-04'"// LIMIT 2000" cQry := aServer:Query( cMsg ) nnc := 1 xnn := 0 While !cQry:Eof() oWait:Say(1,3,"Espere, actualizando Reg.: "+Alltrim( Str( ...
by CARLOS ATUNCAR
Mon Jun 03, 2024 9:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Irrecuperable 9009 ( Solucion en 32bits )
Replies: 15
Views: 929

Re: Error Irrecuperable 9009

... ; USER cUser ; PASSWORD cPassword ; DATABASE cDBName CheckConect() cMsg := "SELECT * FROM personal_mov p WHERE fecha='2030-03-04'"// LIMIT 2000" cQry := aServer:Query( cMsg ) nnc := 1 While !cQry:Eof() oWait:Say(1,3,"Espere, actualizando Reg.: "+Alltrim( Str( cQry:id ...
by CARLOS ATUNCAR
Mon Jun 03, 2024 4:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Irrecuperable 9009 ( Solucion en 32bits )
Replies: 15
Views: 929

Re: FW_OpenRecordSet lento en red

MySql : LIMIT n
MsSql : TOP n
by nageswaragunupudi
Mon Dec 18, 2023 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenRecordSet lento en red
Replies: 8
Views: 815

Re: FW_OpenRecordSet lento en red

Mr. Rao:

You are right, it is just to see if the LIMIT 20 clause gains speed.

Greetings
by Armando
Mon Dec 18, 2023 5:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenRecordSet lento en red
Replies: 8
Views: 815

Re: FW_OpenRecordSet lento en red

Armando wrote:Friends:

In addition to the ORDER BY clause, try using the LIMIT 20 clause.

Best regards


He is already using TOP 20 clause.
by nageswaragunupudi
Mon Dec 18, 2023 4:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenRecordSet lento en red
Replies: 8
Views: 815

Re: FW_OpenRecordSet lento en red

Friends:

In addition to the ORDER BY clause, try using the LIMIT 20 clause.

Best regards
by Armando
Mon Dec 18, 2023 4:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_OpenRecordSet lento en red
Replies: 8
Views: 815

Re: add a line in the print report

... the forum is unusable Do you want to find a solution for fivewin and print html? I didn't ask, when I ask then you can answer I don't want to limit freedom of expression but this is not just a disease now you are obsessed with html as you were obsessed with ER but I have shown you that ER ...
by Silvio.Falconi
Tue Dec 12, 2023 12:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: add a line in the print report
Replies: 8
Views: 934

Re: oCn:Insert() - UTF8 encoding fails [Unsolved]

... and get back to you. Don't hurry, I've a workaround BTW: I missed [<lFindLast>] in ::Seek() :( have to torture myself with DESCEND and LIMIT :roll:
by frose
Fri Nov 10, 2023 8:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oCn:Insert() - UTF8 encoding fails [Unsolved]
Replies: 6
Views: 451
Next

Return to advanced search