Search found 492 matches: limit

Return to advanced search

Re: System info, Tips & Tricks, scharing project info

... returns the result. You also have to be aware of the technical development. For example, if I remember correctly, in WINDOWS 2000 there was a limit of about 20000 files per directory. Today there is practically no restriction. At that time, you had to store the images - in a folder with many ...
by Otto
Sun Jan 16, 2022 9:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: System info, Tips & Tricks, scharing project info
Replies: 20
Views: 1848

Re: Advantage Database Server

... are only opened briefly and nothing is transmitted over the network. Best regards, Otto ************************************ You are aware of the limitations of DBFCDX in multi-user environment. They are required to provide applications to be used by more clients and also over internet. That is ...
by Otto
Thu Jan 13, 2022 7:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advantage Database Server
Replies: 32
Views: 4272

Re: To Maurizio, to Dutch

... goes back to doing it on the paper notes as it used to be connections, even in fiber optic mode, are not yet secure, atmospheric situations also limit digital TV in our region when it rains the connections of the banks stop, the post office is really a disaster how does a business owner use a ...
by Silvio.Falconi
Thu Dec 09, 2021 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Maurizio, to Dutch
Replies: 29
Views: 2582

Re: Harbour y MySQL - tildes y eñes

... por la lógica): while ... oMyQue := oMyCon:RowSet( 'select count(*) from ' + cTabla + ' where ' + cCMy + ' = "' + &cCDbf + '" limit 1' ) if oMyQue # nil nCmd := 0 if oMyQue:FieldGet( 1 ) = 0 // contó cero reg: clave no existe do case // Tablas... case cTabla = 'CLIENTES' nCmd ...
by José
Sat Dec 04, 2021 9:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Harbour y MySQL - tildes y eñes
Replies: 14
Views: 2102

Re: How many control per dialog?

... Level = 1|2|3|4|0User Include Path =User Defines =Compiler Options =Linker Options = /HEAP: 0x10000, 0x1000 Dear Dutch, FWH does not impose any limit on that, so I guess that you are reaching the limit of your Win32 app default HEAP. You may try to increase the heap using the linker flag /HEAP ...
by dutch
Tue Nov 16, 2021 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many control per dialog?
Replies: 21
Views: 1490

Re: How many control per dialog?

Dear Dutch, FWH does not impose any limit on that, so I guess that you are reaching the limit of your Win32 app default HEAP. You may try to increase the heap using the linker flag /HEAP when linking the EXE: /HEAP: 0x10000, 0x1000 Please try ...
by Antonio Linares
Tue Nov 16, 2021 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How many control per dialog?
Replies: 21
Views: 1490

Strange situation

Hi, I need to paint over the space around the polygon in the picture - floodfill(). On the window, using the :line() method, I limit the green polygon. I make a bitmap of this window FW_MakeYourBitmap() and save it to the file FW_Save Image(). - my.bmp 1. When viewing .bmp in Windows ...
by Natter
Mon Oct 25, 2021 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange situation
Replies: 12
Views: 1202

Re: Speedtest DBF vs. LetoDB and mySQL

... e.g. when SEEK() SQL will be much faster when have a "big Filter" where you can´t build a Index / SCOPE for DBF to "limit" it I don't doubt that, but I haven't really had a situation where I couldn't use a scope. guess you have a "Filter" like x < ...
by Jimmy
Wed Oct 20, 2021 1:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest DBF vs. LetoDB and mySQL
Replies: 22
Views: 1998

Re: Speedtest DBF vs. LetoDB and mySQL

... e.g. when SEEK() SQL will be much faster when have a "big Filter" where you can´t build a Index / SCOPE for DBF to "limit" it I don't doubt that, but I haven't really had a situation where I couldn't use a scope.
by James Bott
Wed Oct 20, 2021 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest DBF vs. LetoDB and mySQL
Replies: 22
Views: 1998

Re: Speedtest DBF vs. LetoDB and mySQL

... e.g. when SEEK() SQL will be much faster when have a "big Filter" where you can´t build a Index / SCOPE for DBF to "limit" it.
by Jimmy
Tue Oct 19, 2021 10:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Speedtest DBF vs. LetoDB and mySQL
Replies: 22
Views: 1998

Re: xBrowse evitar el dialogo popup al capturar un string largo

... ), 200) ) }  At present, xbrowse treats any VarChar field with length >100 as memo and length <= 100 as Char. The limit of 100 is now hard coded in xbrowse. In the next version, we will make this value programmer configurable.
by nageswaragunupudi
Sun Aug 29, 2021 1:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse evitar el dialogo popup al capturar un string largo
Replies: 4
Views: 724

Re: FWH 2103: XBrowse: oSortCbx

Nages, with this procedure I can see the logins of the users in the application. As you told me to limit the index of some columns I put cSorBox: = "" Everything works except that when I press on the third column (time field) it doesn't index me but still displays ...
by Silvio.Falconi
Fri Jun 11, 2021 7:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2103: XBrowse: oSortCbx
Replies: 23
Views: 3269

Use cUrl to upload data to online server

... Url : http://swagger.shoptrader.com/api/v2/products/1994?token=abc For retrieve we put : "https://swagger.shoptrader.com/api/v2/products?limit=100&token=abc" and this gives resulting data to retrieve Now for upload/edit online, how does the program need to get the command ? The ...
by Marc Venken
Sat May 22, 2021 2:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Use cUrl to upload data to online server
Replies: 13
Views: 1383

Re: TDatabase Class

... use of OrdScope ?? in tDatabase .. Yes, there is the method OrdScope(uTop, uBottom) in TDatabase. Use the same value for both uTop and uBottom to limit the filter to a single value. You will need to index on upper(cValue) for the index and use alltrim(upper(cValue)) for both the top and bottom ...
by James Bott
Wed May 19, 2021 10:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDatabase Class
Replies: 18
Views: 2401
PreviousNext

Return to advanced search